]> Git Repo - J-linux.git/commitdiff
ARM: dts: rockchip: Drop ethernet-phy-ieee802.3-c22 from PHY compatible string on...
authorMarek Vasut <[email protected]>
Sun, 30 Jun 2024 03:48:41 +0000 (05:48 +0200)
committerHeiko Stuebner <[email protected]>
Thu, 4 Jul 2024 17:42:44 +0000 (19:42 +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 <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
arch/arm/boot/dts/rockchip/rv1126-edgeble-neu2-io.dts

index 0c2396b8f8db6db18b3ed78e2df2b358b8d2c493..7707d1b01440b0cf16668c53faac3a17d02c5162 100644 (file)
@@ -69,8 +69,7 @@
 
 &mdio {
        phy: ethernet-phy@0 {
-               compatible = "ethernet-phy-id001c.c916",
-                            "ethernet-phy-ieee802.3-c22";
+               compatible = "ethernet-phy-id001c.c916";
                reg = <0x0>;
                pinctrl-names = "default";
                pinctrl-0 = <&eth_phy_rst>;
This page took 0.048451 seconds and 4 git commands to generate.