aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2017-04-10 17:32:33 +0100
committerJon Medhurst <tixy@linaro.org>2017-05-19 10:56:22 +0100
commit2dcd95e4910c355913e31aa9d48ea94fd01b8877 (patch)
tree689b74f63bb2243d46480440a711dcc913ba51d8
parent5c3727dd1bae17231b829613ca04af85ba00926e (diff)
arm64: dts: Remove "arm,vexpress" comatible string from FVP dts filesnext-armlt-fvp
FVP Base models aren't really that compatible with Versatile Express and the only thing in Linux that tests for that string is the platform code which registers smp ops in 32-bit kernels. As we use PSCI for CPU bringup remove this compatible string and let 32-bit kernels work wore reliably. Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--arch/arm64/boot/dts/arm/fvp-base-aemv8a-aemv8a.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/arm/fvp-base-aemv8a-aemv8a.dts b/arch/arm64/boot/dts/arm/fvp-base-aemv8a-aemv8a.dts
index eb9d35a61243..c88dc9a62585 100644
--- a/arch/arm64/boot/dts/arm/fvp-base-aemv8a-aemv8a.dts
+++ b/arch/arm64/boot/dts/arm/fvp-base-aemv8a-aemv8a.dts
@@ -9,7 +9,7 @@
/ {
model = "FVP_Base_AEMv8A-AEMv8A";
- compatible = "arm,fvp-base,aemv8a-aemv8a", "arm,fvp-base", "arm,vexpress";
+ compatible = "arm,fvp-base,aemv8a-aemv8a", "arm,fvp-base";
interrupt-parent = <&gic>;
#address-cells = <2>;
#size-cells = <2>;