[PATCH 08/13] dtb: amd: Add PERF CCN-504 device tree node
Suravee Suthikulpanit
Suravee.Suthikulpanit at amd.com
Wed Jan 27 13:11:56 PST 2016
From: Suravee Suthikulpanit <suravee.suthikulpanit at amd.com>
Add PERF CCN-504 device tree node.
Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit at amd.com>
---
arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
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 at 0xe8000000 {
+ compatible = "arm,ccn-504";
+ reg = <0x0 0xe8000000 0 0x1000000>;
+ interrupts = <0 380 4>;
+ };
};
};
--
2.5.0
More information about the linux-arm-kernel
mailing list