diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi index da992bada4f..711f84689fa 100644 --- a/target/linux/ramips/dts/mt7621.dtsi +++ b/target/linux/ramips/dts/mt7621.dtsi @@ -64,6 +64,22 @@ regulator-name = "mmc_power"; }; + reg_vbus: regulator-vbus { + compatible = "regulator-fixed"; + regulator-always-on; + regulator-max-microvolt = <5000000>; + regulator-min-microvolt = <5000000>; + regulator-name = "usb_power"; + }; + + reg_vusb33: regulator-vusb33 { + compatible = "regulator-fixed"; + regulator-always-on; + regulator-max-microvolt = <3300000>; + regulator-min-microvolt = <3300000>; + regulator-name = "usb_io"; + }; + palmbus: palmbus@1e000000 { compatible = "palmbus"; reg = <0x1e000000 0x100000>; @@ -395,6 +411,9 @@ interrupt-parent = <&gic>; interrupts = ; + vbus-supply = <®_vbus>; + vusb33-supply = <®_vusb33>; + /* * Port 1 of both hubs is one usb slot and referenced here. * The binding doesn't allow to address individual hubs.