Skip to content

Commit f1b45de

Browse files
Linus Walleijgclement
authored andcommitted
ARM64: dts: Add special compatibles for the Turris Mox
These special compatibles are added to the Marvell Armada 3720 Turris Mox in order to be able to special-case and avoid warnings on the non-standard nodenames that are ABI on this one board due to being used in deployed versions of U-Boot. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
1 parent fedb923 commit f1b45de

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312
* Also do not touch the "ports" or "port@n" nodes. These are also ABI.
313313
*/
314314
switch0@10 {
315-
compatible = "marvell,mv88e6190";
315+
compatible = "marvell,turris-mox-mv88e6190", "marvell,mv88e6190";
316316
reg = <0x10>;
317317
dsa,member = <0 0>;
318318
interrupt-parent = <&moxtet>;
@@ -438,7 +438,7 @@
438438

439439
/* NOTE: this node name is ABI, don't change it! */
440440
switch0@2 {
441-
compatible = "marvell,mv88e6085";
441+
compatible = "marvell,turris-mox-mv88e6085", "marvell,mv88e6085";
442442
reg = <0x2>;
443443
dsa,member = <0 0>;
444444
interrupt-parent = <&moxtet>;
@@ -506,7 +506,7 @@
506506

507507
/* NOTE: this node name is ABI, don't change it! */
508508
switch1@11 {
509-
compatible = "marvell,mv88e6190";
509+
compatible = "marvell,turris-mox-mv88e6190", "marvell,mv88e6190";
510510
reg = <0x11>;
511511
dsa,member = <0 1>;
512512
interrupt-parent = <&moxtet>;
@@ -632,7 +632,7 @@
632632

633633
/* NOTE: this node name is ABI, don't change it! */
634634
switch1@2 {
635-
compatible = "marvell,mv88e6085";
635+
compatible = "marvell,turris-mox-mv88e6085", "marvell,mv88e6085";
636636
reg = <0x2>;
637637
dsa,member = <0 1>;
638638
interrupt-parent = <&moxtet>;
@@ -700,7 +700,7 @@
700700

701701
/* NOTE: this node name is ABI, don't change it! */
702702
switch2@12 {
703-
compatible = "marvell,mv88e6190";
703+
compatible = "marvell,turris-mox-mv88e6190", "marvell,mv88e6190";
704704
reg = <0x12>;
705705
dsa,member = <0 2>;
706706
interrupt-parent = <&moxtet>;
@@ -817,7 +817,7 @@
817817

818818
/* NOTE: this node name is ABI, don't change it! */
819819
switch2@2 {
820-
compatible = "marvell,mv88e6085";
820+
compatible = "marvell,turris-mox-mv88e6085", "marvell,mv88e6085";
821821
reg = <0x2>;
822822
dsa,member = <0 2>;
823823
interrupt-parent = <&moxtet>;

0 commit comments

Comments
 (0)