diff --git a/target/linux/rockchip/patches-6.1/104-fix-io-power-domain-for-orangepi-r1-plus-lts.patch b/target/linux/rockchip/patches-6.1/104-fix-io-power-domain-for-orangepi-r1-plus-lts.patch new file mode 100644 index 0000000000..aac8310121 --- /dev/null +++ b/target/linux/rockchip/patches-6.1/104-fix-io-power-domain-for-orangepi-r1-plus-lts.patch @@ -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>; ++}; diff --git a/target/linux/rockchip/patches-6.1/610-arm64-rockchip-add-OF-node-for-eth.patch b/target/linux/rockchip/patches-6.1/610-arm64-rockchip-add-OF-node-for-eth.patch index 414b9bb1a8..f43e9b2e2e 100644 --- a/target/linux/rockchip/patches-6.1/610-arm64-rockchip-add-OF-node-for-eth.patch +++ b/target/linux/rockchip/patches-6.1/610-arm64-rockchip-add-OF-node-for-eth.patch @@ -72,9 +72,9 @@ Signed-off-by: David Bauer pinctrl-0 = <ð_phy_reset_pin>; pinctrl-names = "default"; -@@ -38,3 +39,7 @@ - }; - }; +@@ -42,3 +43,7 @@ + &io_domains { + vccio4-supply = <&vcc_18>; }; + +&rtl8153 {