[linux-yocto] [PATCH 43/52] ARM: dts: axxia: add axxia platform perf to dts
Daniel Dragomir
daniel.dragomir at windriver.com
Wed Jan 28 09:18:57 PST 2015
From: Jonas Svennebring <jonas.svennebring at gmail.com>
AXXIA uncore perf support, added platform perf to axxia
dts for hardware targets.
Signed-off-by: Jonas Svennebring <jonas.svennebring at gmail.com>
---
arch/arm/boot/dts/axm5508-amarillo.dts | 8 ++++++++
arch/arm/boot/dts/axm5512-amarillo.dts | 8 ++++++++
arch/arm/boot/dts/axm5516-amarillo.dts | 8 ++++++++
arch/arm/boot/dts/axm55xx.dtsi | 8 +++++++-
4 files changed, 31 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/axm5508-amarillo.dts b/arch/arm/boot/dts/axm5508-amarillo.dts
index 7a8b8a8..c24234a 100644
--- a/arch/arm/boot/dts/axm5508-amarillo.dts
+++ b/arch/arm/boot/dts/axm5508-amarillo.dts
@@ -32,6 +32,14 @@
mdio-clock-period = <0xf0>;
};
+&ccn {
+ status = "okay";
+};
+
+&perf_platform {
+ status = "okay";
+};
+
&sm0 {
status = "okay";
};
diff --git a/arch/arm/boot/dts/axm5512-amarillo.dts b/arch/arm/boot/dts/axm5512-amarillo.dts
index 7d1c637..5567b80 100644
--- a/arch/arm/boot/dts/axm5512-amarillo.dts
+++ b/arch/arm/boot/dts/axm5512-amarillo.dts
@@ -32,6 +32,14 @@
mdio-clock-period = <0xf0>;
};
+&ccn {
+ status = "okay";
+};
+
+&perf_platform {
+ status = "okay";
+};
+
&sm0 {
status = "okay";
};
diff --git a/arch/arm/boot/dts/axm5516-amarillo.dts b/arch/arm/boot/dts/axm5516-amarillo.dts
index ac49364..73a128f 100644
--- a/arch/arm/boot/dts/axm5516-amarillo.dts
+++ b/arch/arm/boot/dts/axm5516-amarillo.dts
@@ -32,6 +32,14 @@
mdio-clock-period = <0xf0>;
};
+&ccn {
+ status = "okay";
+};
+
+&perf_platform {
+ status = "okay";
+};
+
&sm0 {
status = "okay";
};
diff --git a/arch/arm/boot/dts/axm55xx.dtsi b/arch/arm/boot/dts/axm55xx.dtsi
index 729495c..1396998 100644
--- a/arch/arm/boot/dts/axm55xx.dtsi
+++ b/arch/arm/boot/dts/axm55xx.dtsi
@@ -68,10 +68,16 @@
<1 10 0xf08>;
};
- ccn at 0x2000000000 {
+ ccn: ccn at 0x2000000000 {
compatible = "arm,ccn-504";
reg = <0x20 0x00000000 0 0x1000000>;
interrupts = <0 181 4>;
+ status = "disabled";
+ };
+
+ perf_platform: perf_platform {
+ compatible = "lsi,axm-platformperf";
+ status = "disabled";
};
sm0: sm0 at 00220000 {
--
1.8.1.4
More information about the linux-yocto
mailing list