Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 6cf4e8f

Browse files
committed
Merge tag 'v6.11-rockchip-dts32-2' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into soc/dt
Removal of a fallback ethernet-phy compatible that is not conformant to the binding. * tag 'v6.11-rockchip-dts32-2' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: ARM: dts: rockchip: Drop ethernet-phy-ieee802.3-c22 from PHY compatible string on edgeble-neu2 Link: https://lore.kernel.org/r/2169115.3Lj2Plt8kZ@diego Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 6355edb + 9c29e5d commit 6cf4e8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/arm/boot/dts/rockchip/rv1126-edgeble-neu2-io.dts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@
6969

7070
&mdio {
7171
phy: ethernet-phy@0 {
72-
compatible = "ethernet-phy-id001c.c916",
73-
"ethernet-phy-ieee802.3-c22";
72+
compatible = "ethernet-phy-id001c.c916";
7473
reg = <0x0>;
7574
pinctrl-names = "default";
7675
pinctrl-0 = <&eth_phy_rst>;

0 commit comments

Comments
 (0)