]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: renesas: Drop RTL8211F PHY C22 compatible strings
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 13 Mar 2026 16:39:04 +0000 (17:39 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 25 Mar 2026 17:40:33 +0000 (18:40 +0100)
The Realtek RTL8211F PHY schema indicates that the compatible string
"ethernet-phy-id001c.c916" 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/20260313164008.40933-3-marek.vasut+renesas@mailbox.org
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts

index 39fe3f94991e3663850364797c739773beba1bad..07147743de93f0f0148dd1d6a1278d652fc2aef6 100644 (file)
        status = "okay";
 
        phy0: ethernet-phy@0 {
-               compatible = "ethernet-phy-id001c.c916",
-                            "ethernet-phy-ieee802.3-c22";
+               compatible = "ethernet-phy-id001c.c916";
                reg = <0>;
        };
 };