summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Herring <[email protected]>2019-01-14 11:45:33 -0600
committerMichal Simek <[email protected]>2020-01-14 09:05:55 +0100
commit8e3501ec900f8cab490345003b9bb9ed425fe2f8 (patch)
tree77b378f82a2a351ed6b9c27c79199ad950d05e88
parent32da535b89e4f625b14785403558070a98e1dbfd (diff)
arm64: dts: Remove inconsistent use of 'arm,armv8' compatible string
The 'arm,armv8' compatible string is only for software models. It adds little value otherwise and is inconsistently used as a fallback on some platforms. Remove it from those platforms. This fixes warnings generated by the DT schema. Reported-by: Michal Simek <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Will Deacon <[email protected]> Acked-by: Antoine Tenart <[email protected]> Acked-by: Nishanth Menon <[email protected]> Acked-by: Maxime Ripard <[email protected]> Acked-by: Manivannan Sadhasivam <[email protected]> Acked-by: Chanho Min <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Acked-by: Masahiro Yamada <[email protected]> Acked-by: Gregory CLEMENT <[email protected]> Acked-by: Thierry Reding <[email protected]> Acked-by: Heiko Stuebner <[email protected]> Acked-by: Simon Horman <[email protected]> Acked-by: Tero Kristo <[email protected]> Acked-by: Wei Xu <[email protected]> Acked-by: Liviu Dudau <[email protected]> Acked-by: Matthias Brugger <[email protected]> Acked-by: Michal Simek <[email protected]> Acked-by: Scott Branden <[email protected]> Acked-by: Kevin Hilman <[email protected]> Acked-by: Chunyan Zhang <[email protected]> Acked-by: Robert Richter <[email protected]> Acked-by: Jisheng Zhang <[email protected]> Acked-by: Dinh Nguyen <[email protected]> Signed-off-by: Rob Herring <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r--arch/arm/dts/zynqmp.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index b453941baf0..8646c4c3a34 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -25,7 +25,7 @@
#size-cells = <0>;
cpu0: cpu@0 {
- compatible = "arm,cortex-a53", "arm,armv8";
+ compatible = "arm,cortex-a53";
device_type = "cpu";
enable-method = "psci";
operating-points-v2 = <&cpu_opp_table>;
@@ -34,7 +34,7 @@
};
cpu1: cpu@1 {
- compatible = "arm,cortex-a53", "arm,armv8";
+ compatible = "arm,cortex-a53";
device_type = "cpu";
enable-method = "psci";
reg = <0x1>;
@@ -43,7 +43,7 @@
};
cpu2: cpu@2 {
- compatible = "arm,cortex-a53", "arm,armv8";
+ compatible = "arm,cortex-a53";
device_type = "cpu";
enable-method = "psci";
reg = <0x2>;
@@ -52,7 +52,7 @@
};
cpu3: cpu@3 {
- compatible = "arm,cortex-a53", "arm,armv8";
+ compatible = "arm,cortex-a53";
device_type = "cpu";
enable-method = "psci";
reg = <0x3>;