From: Suravee Suthikulpanit Date: Mon, 8 Feb 2016 17:59:13 +0000 (-0600) Subject: dtb: amd: Add PERF CCN-504 device tree node X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fb8d5e09832fdb2a7c1a62f6f7a550aeffa2fb1c;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git dtb: amd: Add PERF CCN-504 device tree node Add PERF CCN-504 device tree node. Signed-off-by: Suravee Suthikulpanit Signed-off-by: Olof Johansson --- diff --git a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi index ba455d12971d..c5461b2bd162 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>; + }; }; };