]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: renesas: r8a7742-iwg21d-q7-dbcm-ca: Drop KSZ8081 PHY C22 compatible string
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 26 Mar 2026 04:53:38 +0000 (05:53 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 26 Mar 2026 18:59:28 +0000 (19:59 +0100)
The Microchip KSZ8081 PHY schema indicates that the compatible string
"ethernet-phy-id0022.1560" 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: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/20260326045355.223529-1-marek.vasut+renesas@mailbox.org
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm/boot/dts/renesas/r8a7742-iwg21d-q7-dbcm-ca.dts

index 33ac4bd1e63bd223d79c495330f8ad2293a5b62a..c43c08d9ff94495f4e291d6851f1e4b10a216f47 100644 (file)
@@ -85,8 +85,7 @@
        status = "okay";
 
        phy1: ethernet-phy@1 {
-               compatible = "ethernet-phy-id0022.1560",
-                            "ethernet-phy-ieee802.3-c22";
+               compatible = "ethernet-phy-id0022.1560";
                reg = <1>;
                micrel,led-mode = <1>;
        };