From ee930fffee469d076998274a2ca55e13dc1efb67 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 08:50:54 +0000 Subject: [PATCH] enable tun/tap/iptables --- u-boot/arch/arm/dts/rk3588.dtsi | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/u-boot/arch/arm/dts/rk3588.dtsi b/u-boot/arch/arm/dts/rk3588.dtsi index 8a13e8e..fbffe36 100644 --- a/u-boot/arch/arm/dts/rk3588.dtsi +++ b/u-boot/arch/arm/dts/rk3588.dtsi @@ -34,6 +34,8 @@ resets = <&cru SRST_A_USB3OTG1>; reset-names = "usb3-otg"; dr_mode = "host"; + phys = <&u2phy1_otg>; + phy-names = "usb2-phy"; phy_type = "utmi_wide"; snps,dis_enblslpm_quirk; snps,dis-u2-freeclk-exists-quirk; @@ -69,6 +71,8 @@ compatible = "rockchip,rk3588-usb2phy"; reg = <0x4000 0x10>; interrupts = <GIC_SPI 394 IRQ_TYPE_LEVEL_HIGH>; + resets = <&cru SRST_OTGPHY_U3_1>, <&cru SRST_P_USB2PHY_U3_1_GRF0>; + reset-names = "phy", "apb"; clocks = <&cru CLK_USB2PHY_HDPTXRXPHY_REF>; clock-names = "phyclk"; #clock-cells = <0>; -- Gitblit v1.6.2