arm64: dts: renesas: Drop RTL8211F PHY C22 compatible strings

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>
master
Marek Vasut 2026-03-13 17:39:04 +01:00 committed by Geert Uytterhoeven
parent 070bcb0555
commit 5849a2dc84
1 changed files with 1 additions and 2 deletions

View File

@ -100,8 +100,7 @@
status = "okay";
phy0: ethernet-phy@0 {
compatible = "ethernet-phy-id001c.c916",
"ethernet-phy-ieee802.3-c22";
compatible = "ethernet-phy-id001c.c916";
reg = <0>;
};
};