rockchip: fix packet drop issue on orangepi r1 plus lts

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 175ad5ee6c)
This commit is contained in:
Tianling Shen
2023-11-15 22:06:14 +08:00
parent 8efbbffe45
commit 01aed3b625
2 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
--- a/arch/arm64/boot/dts/rockchip/rk3328-orangepi-r1-plus-lts.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3328-orangepi-r1-plus-lts.dts
@@ -38,3 +38,7 @@
};
};
};
+
+&io_domains {
+ vccio4-supply = <&vcc_18>;
+};

View File

@@ -72,9 +72,9 @@ Signed-off-by: David Bauer <mail@david-bauer.net>
pinctrl-0 = <&eth_phy_reset_pin>;
pinctrl-names = "default";
@@ -38,3 +39,7 @@
};
};
@@ -42,3 +43,7 @@
&io_domains {
vccio4-supply = <&vcc_18>;
};
+
+&rtl8153 {