]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: rockchip: Drop ethernet-phy-ieee802.3-c22 from PHY compatible string...
authorMarek Vasut <marex@denx.de>
Sun, 30 Jun 2024 03:48:42 +0000 (05:48 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 4 Jul 2024 17:56:46 +0000 (19:56 +0200)
The rtl82xx DT bindings do not require ethernet-phy-ieee802.3-c22
as the fallback compatible string. There are fewer users of the
Realtek PHY compatible string with fallback compatible string than
there are users without fallback compatible string, so drop the
fallback compatible string from the few remaining users:

$ git grep -ho ethernet-phy-id001c....... | sort | uniq -c
      1 ethernet-phy-id001c.c816",
      2 ethernet-phy-id001c.c915",
      2 ethernet-phy-id001c.c915";
      5 ethernet-phy-id001c.c916",
     13 ethernet-phy-id001c.c916";

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202406290316.YvZdvLxu-lkp@intel.com/
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20240630034910.173552-2-marex@denx.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588-ok3588-c.dts
arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi

index 230e630820b4720961a324fddc1012befcf597fe..c2a08bdf09e8397702beb8157a54ef7e2fc41fb4 100644 (file)
 &mdio0 {
        rgmii_phy0: ethernet-phy@1 {
                /* RTL8211F */
-               compatible = "ethernet-phy-id001c.c916",
-                            "ethernet-phy-ieee802.3-c22";
+               compatible = "ethernet-phy-id001c.c916";
                reg = <0x1>;
                pinctrl-names = "default";
                pinctrl-0 = <&rtl8211f_0_rst>;
 &mdio1 {
        rgmii_phy1: ethernet-phy@2 {
                /* RTL8211F */
-               compatible = "ethernet-phy-id001c.c916",
-                            "ethernet-phy-ieee802.3-c22";
+               compatible = "ethernet-phy-id001c.c916";
                reg = <0x2>;
                pinctrl-names = "default";
                pinctrl-0 = <&rtl8211f_1_rst>;
index 77bcf0f6b028a587cbcc8b546b503f5319b39fba..dbaa94ca69f47628a97d263684ad62cf746b407f 100644 (file)
 &mdio1 {
        rgmii_phy: ethernet-phy@1 {
                /* RTL8211F */
-               compatible = "ethernet-phy-id001c.c916",
-                            "ethernet-phy-ieee802.3-c22";
+               compatible = "ethernet-phy-id001c.c916";
                reg = <0x1>;
                pinctrl-names = "default";
                pinctrl-0 = <&rtl8211f_rst>;