diff --git a/arch/arm/boot/dts/rv1106g-evb2-v10.dts b/arch/arm/boot/dts/rv1106g-evb2-v10.dts index beb067892380..ee251ec0e307 100644 --- a/arch/arm/boot/dts/rv1106g-evb2-v10.dts +++ b/arch/arm/boot/dts/rv1106g-evb2-v10.dts @@ -11,27 +11,8 @@ / { model = "Rockchip RV1106G EVB2 V10 Board"; compatible = "rockchip,rv1106g-evb2-v10", "rockchip,rv1106"; - - vcc5v0_usb: vcc5v0-usb { - compatible = "regulator-fixed"; - regulator-name = "vcc5v0_usb"; - regulator-min-microvolt = <5000000>; - regulator-max-microvolt = <5000000>; - enable-active-high; - gpio = <&gpio4 RK_PA0 GPIO_ACTIVE_HIGH>; - pinctrl-names = "default"; - pinctrl-0 = <&usb_pwren>; - }; }; -&pinctrl { - usb { - usb_pwren: usb-pwren { - rockchip,pins = <4 RK_PA0 RK_FUNC_GPIO &pcfg_pull_none>; - }; - }; -}; - -&u2phy_otg { - vbus-supply = <&vcc5v0_usb>; +&usbdrd_dwc3 { + dr_mode = "peripheral"; };