]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: renesas: rza2mevb: Drop RTL8201F PHY C22 compatible string
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 26 Mar 2026 04:54:01 +0000 (05:54 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 26 Mar 2026 19:00:11 +0000 (20:00 +0100)
The Realtek RTL8201F PHY schema indicates that the compatible string
"ethernet-phy-id001c.c816" must not be followed by any other compatible
string.  Drop trailing "ethernet-phy-ieee802.3-c22" to match the schema.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/20260326045416.223556-1-marek.vasut+renesas@mailbox.org
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm/boot/dts/renesas/r7s9210-rza2mevb.dts

index f69a7fe56b6e7b12f7aace07af2fba6b8f474896..55221c82ef6422f27619e250b3a1b36499aadcdf 100644 (file)
@@ -94,8 +94,7 @@
        renesas,no-ether-link;
        phy-handle = <&phy1>;
        phy1: ethernet-phy@1 {
-               compatible = "ethernet-phy-id001c.c816",
-                            "ethernet-phy-ieee802.3-c22";
+               compatible = "ethernet-phy-id001c.c816";
                reg = <0>;
        };
 };