From: Marek Vasut Date: Thu, 26 Mar 2026 04:54:01 +0000 (+0100) Subject: ARM: dts: renesas: rza2mevb: Drop RTL8201F PHY C22 compatible string X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5729a1acad0a701e930f65f721ddf6c2821331fc;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: renesas: rza2mevb: Drop RTL8201F PHY C22 compatible string 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 Reviewed-by: Andrew Lunn Reviewed-by: Geert Uytterhoeven Link: https://patch.msgid.link/20260326045416.223556-1-marek.vasut+renesas@mailbox.org Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/arm/boot/dts/renesas/r7s9210-rza2mevb.dts b/arch/arm/boot/dts/renesas/r7s9210-rza2mevb.dts index f69a7fe56b6e..55221c82ef64 100644 --- a/arch/arm/boot/dts/renesas/r7s9210-rza2mevb.dts +++ b/arch/arm/boot/dts/renesas/r7s9210-rza2mevb.dts @@ -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>; }; };