From 2dcd95e4910c355913e31aa9d48ea94fd01b8877 Mon Sep 17 00:00:00 2001 From: Jon Medhurst Date: Mon, 10 Apr 2017 17:32:33 +0100 Subject: arm64: dts: Remove "arm,vexpress" comatible string from FVP dts files 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 --- arch/arm64/boot/dts/arm/fvp-base-aemv8a-aemv8a.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>; -- cgit v1.2.3