rockchip: fix packet drop issue on orangepi r1 plus lts

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2023-11-15 22:06:14 +08:00
parent dba1ad4d67
commit 175ad5ee6c
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
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 {