Commit 7e16063b authored by Pawel Moll's avatar Pawel Moll Committed by Olof Johansson

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: default avatarPawel Moll <pawel.moll@arm.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 6abb0576
...@@ -117,7 +117,7 @@ timer { ...@@ -117,7 +117,7 @@ timer {
}; };
pmu { pmu {
compatible = "arm,cortex-a15-pmu", "arm,cortex-a9-pmu"; compatible = "arm,cortex-a15-pmu";
interrupts = <0 68 4>, interrupts = <0 68 4>,
<0 69 4>; <0 69 4>;
}; };
......
...@@ -134,7 +134,7 @@ timer { ...@@ -134,7 +134,7 @@ timer {
}; };
pmu { pmu {
compatible = "arm,cortex-a15-pmu", "arm,cortex-a9-pmu"; compatible = "arm,cortex-a15-pmu";
interrupts = <0 68 4>, interrupts = <0 68 4>,
<0 69 4>; <0 69 4>;
}; };
......
...@@ -111,7 +111,7 @@ L2: cache-controller@2c0f0000 { ...@@ -111,7 +111,7 @@ L2: cache-controller@2c0f0000 {
}; };
pmu { pmu {
compatible = "arm,cortex-a5-pmu", "arm,cortex-a9-pmu"; compatible = "arm,cortex-a5-pmu";
interrupts = <0 68 4>, interrupts = <0 68 4>,
<0 69 4>; <0 69 4>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment