Skip to content

Commit 2ac2f08

Browse files
committed
Merge tag 'sunxi-fixes-for-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/fixes
One patch to fix the GMAC PHY mode on the OrangePi Zero Plus * tag 'sunxi-fixes-for-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux: arm64: dts: allwinner: orangepi-zero-plus: fix PHY mode Link: https://lore.kernel.org/r/e295f1f7-cd24-4a7a-ae83-aafb2a3263b6.lettre@localhost Signed-off-by: Arnd Bergmann <[email protected]>
2 parents a6a4768 + 08d2061 commit 2ac2f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-zero-plus.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
pinctrl-0 = <&emac_rgmii_pins>;
7070
phy-supply = <&reg_gmac_3v3>;
7171
phy-handle = <&ext_rgmii_phy>;
72-
phy-mode = "rgmii";
72+
phy-mode = "rgmii-id";
7373
status = "okay";
7474
};
7575

0 commit comments

Comments
 (0)