[PATCH v2] drivers: CCI: add ARM CCI PMU support
Punit Agrawal
punit.agrawal at arm.com
Mon Aug 19 07:21:34 EDT 2013
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 at 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
>
More information about the linux-arm-kernel
mailing list