[PATCH 2/2] ARM: vexpress: Remove A9 compatible value for V2P-CA5s PMU node
Pawel Moll
pawel.moll at arm.com
Fri Mar 15 12:39:00 EDT 2013
The Cortex-A5 PMU is not really compatible with Cortex-A9 one,
so remove the respective compatible value from the PMU node in
the V2P_CA5s' Device Tree.
Signed-off-by: Pawel Moll <pawel.moll at arm.com>
---
arch/arm/boot/dts/vexpress-v2p-ca5s.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/vexpress-v2p-ca5s.dts b/arch/arm/boot/dts/vexpress-v2p-ca5s.dts
index 6328cbc..c544a55 100644
--- a/arch/arm/boot/dts/vexpress-v2p-ca5s.dts
+++ b/arch/arm/boot/dts/vexpress-v2p-ca5s.dts
@@ -111,7 +111,7 @@
};
pmu {
- compatible = "arm,cortex-a5-pmu", "arm,cortex-a9-pmu";
+ compatible = "arm,cortex-a5-pmu";
interrupts = <0 68 4>,
<0 69 4>;
};
--
1.7.10.4
More information about the linux-arm-kernel
mailing list