Message ID | 1454954357-8395-9-git-send-email-Suravee.Suthikulpanit@amd.com |
---|---|
State | New |
Headers | show |
On Monday 08 February 2016 11:59:13 Suravee Suthikulpanit wrote: > + /* Perf CCN504 PMU */ > + ccn: ccn@0xe8000000 { > The address is wrong, please remove the '0x'. Arnd -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 02/09/2016 08:58 AM, Arnd Bergmann wrote: > On Monday 08 February 2016 11:59:13 Suravee Suthikulpanit wrote: >> + /* Perf CCN504 PMU */ >> + ccn: ccn@0xe8000000 { >> > > The address is wrong, please remove the '0x'. > > Arnd > Right, thanks for catching this. Suravee -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi index ba455d1..c5461b2 100644 --- a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi +++ b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi @@ -229,5 +229,12 @@ /* 64-bit MMIO (size= 124G) */ <0x03000000 0x01 0x00000000 0x01 0x00000000 0x7f 0x00000000>; }; + + /* Perf CCN504 PMU */ + ccn: ccn@0xe8000000 { + compatible = "arm,ccn-504"; + reg = <0x0 0xe8000000 0 0x1000000>; + interrupts = <0 380 4>; + }; }; };