--- arch/arm/dts/rk3328-evb-u-boot.dtsi.orig 2021-06-10 18:39:16.625087000 +0300 +++ arch/arm/dts/rk3328-evb-u-boot.dtsi 2021-06-10 18:42:55.692399000 +0300 @@ -13,15 +13,6 @@ clock-output-names = "gmac_clkin"; #clock-cells = <0>; }; - - vcc5v0_host_xhci: vcc5v0-host-xhci-drv { - compatible = "regulator-fixed"; - enable-active-high; - gpio = <&gpio0 0 GPIO_ACTIVE_HIGH>; - regulator-name = "vcc5v0_host_xhci"; - regulator-min-microvolt = <5000000>; - regulator-max-microvolt = <5000000>; - }; }; &gmac2io { @@ -43,9 +34,4 @@ &gmac2phy { /* Integrated PHY unsupported by U-boot */ status = "broken"; -}; - -&usb_host0_xhci { - vbus-supply = <&vcc5v0_host_xhci>; - status = "okay"; };