summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/marvell/armada-372x.dtsi
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-07-13 14:56:44 +0200
committerGregory CLEMENT <gregory.clement@bootlin.com>2023-02-01 08:45:01 +0100
commit5a7363821281f981b3f6cb8e77d1868d092705c8 (patch)
tree858135ef553f9b64ed87b65f06c746d31ee8d2ba /arch/arm64/boot/dts/marvell/armada-372x.dtsi
parent1b929c02afd37871d5afb9d498426f83432e71c2 (diff)
arm64: dts: marvell: Fix compatible strings for Armada 3720 boards
All Armada 3720 boards have Armada 3720 processor which is of Armada 3700 family and do not have Armada 3710 processor. So none of them should have compatible string for Armada 3710 processor. Fix compatible string for all these boards by removing wrong processor string "marvell,armada3710" and adding family string "marvell,armada3700" as the last one. (Note that this is same way how are defined Armada 3710 DTS files). [gclement: fix conflict for v6.2] Signed-off-by: Pali Rohár <pali@kernel.org> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-372x.dtsi')
-rw-r--r--arch/arm64/boot/dts/marvell/armada-372x.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-372x.dtsi b/arch/arm64/boot/dts/marvell/armada-372x.dtsi
index 5ce55bdbb995..02ae1e153288 100644
--- a/arch/arm64/boot/dts/marvell/armada-372x.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-372x.dtsi
@@ -13,7 +13,7 @@
/ {
model = "Marvell Armada 3720 SoC";
- compatible = "marvell,armada3720", "marvell,armada3710";
+ compatible = "marvell,armada3720", "marvell,armada3700";
cpus {
cpu1: cpu@1 {