aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2017-04-10 17:32:33 +0100
committerArvind Chauhan <arvind.chauhan@arm.com>2017-10-11 14:41:12 +0530
commitd0c84214a30784ecde0277dd56e8f32751a3681d (patch)
treecf47aac0e75e2b5f7c17991d422302036d01d4c7
parentfa37b662777d76d78f3e958e8f2e9c8032b8f3f6 (diff)
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 <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>;