ARM: vexpress: Remove A9 PMU compatible values for non-A9 platforms
authorPawel Moll <pawel.moll@arm.com>
Tue, 9 Apr 2013 13:03:51 +0000 (14:03 +0100)
committerOlof Johansson <olof@lixom.net>
Thu, 11 Apr 2013 10:01:03 +0000 (03:01 -0700)
The ARM perf core code used to rely on the pmu node being
compatible with "arm,cortex-a9-pmu", even when the PMUs
of the different Cortex-A processors are not really
compatible... This is no longer required and actually
became harmful, so remove all the offending values
from Versatile Express DTS files.

Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dts
arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
arch/arm/boot/dts/vexpress-v2p-ca5s.dts

index 73187173117c5a942b6b1201f9a22703cd1e979a..9420053acc14639ffa24e992dfb3bd3eaf5d9071 100644 (file)
        };
 
        pmu {
-               compatible = "arm,cortex-a15-pmu", "arm,cortex-a9-pmu";
+               compatible = "arm,cortex-a15-pmu";
                interrupts = <0 68 4>,
                             <0 69 4>;
        };
index dfe371ec2749843cef7726f5fb5e75d55e670456..d2803be4e1a8f89ac0c9ca6c36429deb43ba65a0 100644 (file)
        };
 
        pmu {
-               compatible = "arm,cortex-a15-pmu", "arm,cortex-a9-pmu";
+               compatible = "arm,cortex-a15-pmu";
                interrupts = <0 68 4>,
                             <0 69 4>;
        };
index 6328cbc71d3005931fecb40a796bcedd8c61ce1f..c544a55045918ee1879d59b0282c37bd23d402eb 100644 (file)
        };
 
        pmu {
-               compatible = "arm,cortex-a5-pmu", "arm,cortex-a9-pmu";
+               compatible = "arm,cortex-a5-pmu";
                interrupts = <0 68 4>,
                             <0 69 4>;
        };