diff options
author | Pawel Moll <pawel.moll@arm.com> | 2013-04-09 15:03:51 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-04-11 12:01:03 +0200 |
commit | 7e16063bb8f4c4f2e2b055659b40a319092e62da (patch) | |
tree | f4dab582bfea539899acc3b3b120332ff32342aa /arch/arm/boot/dts/vexpress-v2p-ca5s.dts | |
parent | Merge tag 'tegra-for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel... (diff) | |
download | linux-7e16063bb8f4c4f2e2b055659b40a319092e62da.tar.xz linux-7e16063bb8f4c4f2e2b055659b40a319092e62da.zip |
ARM: vexpress: Remove A9 PMU compatible values for non-A9 platforms
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>
Diffstat (limited to 'arch/arm/boot/dts/vexpress-v2p-ca5s.dts')
-rw-r--r-- | arch/arm/boot/dts/vexpress-v2p-ca5s.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/vexpress-v2p-ca5s.dts b/arch/arm/boot/dts/vexpress-v2p-ca5s.dts index 6328cbc71d30..c544a5504591 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>; }; |