]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm: dts: marvell: clearfog-gtr: add board-specific compatible strings
authorJosua Mayer <josua@solid-run.com>
Thu, 4 Jan 2024 17:48:07 +0000 (18:48 +0100)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Tue, 27 Feb 2024 16:20:13 +0000 (17:20 +0100)
Most arm board have a board-specific compatible string that allows e.g.
userspace to match specific firmware variants or apply specific
policies.

Add board-specific properties to both variants of the Clearfog GTR:
- solidrun,clearfog-gtr-l8
- solidrun,clearfog-gtr-s4

Introduction of a common parent (e.g. "solidrun,clearfog-gtr") is
omitted for brevity.
Since announcement of the two products no additional variants were added
it is assumed that there will always be just two.

Signed-off-by: Josua Mayer <josua@solid-run.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm/boot/dts/marvell/armada-385-clearfog-gtr-l8.dts
arch/arm/boot/dts/marvell/armada-385-clearfog-gtr-s4.dts

index 1707d1b015452d26c138ac198f1dc01982cea779..7075b57820d4b646e25387d19f4133f3911f78ca 100644 (file)
@@ -4,6 +4,8 @@
 
 / {
        model = "SolidRun Clearfog GTR L8";
+       compatible = "solidrun,clearfog-gtr-l8", "marvell,armada385",
+                    "marvell,armada380";
 };
 
 &mdio {
index a7678a784c180145cd818e7782253d43179fefb3..5f83d981449ac80017ef21d6f88d5cce7ae56273 100644 (file)
@@ -4,6 +4,8 @@
 
 / {
        model = "SolidRun Clearfog GTR S4";
+       compatible = "solidrun,clearfog-gtr-s4", "marvell,armada385",
+                    "marvell,armada380";
 };
 
 &sfp0 {