Hi Kumar,
On 16/08/13 19:47, Kumar Gala wrote:
On Aug 16, 2013, at 12:19 PM, Punit Agrawal wrote:
[...]
Description: masters in the device tree connected to a CCI port
@@ -163,6 +197,16 @@ Example:
interface-type = "ace";
reg = <0x5000 0x1000>;
};
+
+ pmu@9000 {
+ compatible = "arm,cci-400-pmu,rev0";
drop the ',rev0'
Missed this instance in the update. Now taken care of.
Will post the next (and hopefully last) version addressing Stephen's
comments as well.
Can I use either your Acked-by or Reviewd-by with these changes in place?
Cheers,
Punit
+ reg = <0x9000 0x5000>;
+ interrupts = <0 101 4>,
+ <0 102 4>,
+ <0 103 4>,
+ <0 104 4>,
+ <0 105 4>;
+ };
};
This CCI node corresponds to a CCI component whose control registers sits
[snip]
- k
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html