Signed-off-by: Rostislav Lisovy <[email protected]>

diff --git a/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi 
b/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi
index fa7309f5..04a2895 100644
--- a/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi
+++ b/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi
@@ -38,6 +38,16 @@
                        regulator-max-microvolt = <3300000>;
                        regulator-always-on;
                };
+
+               reg_usb_vbus: regulator@1 {
+                       compatible = "regulator-fixed";
+                       reg = <1>;
+                       regulator-name = "usb_vbus";
+                       regulator-min-microvolt = <5000000>;
+                       regulator-max-microvolt = <5000000>;
+                       gpio = <&gpio3 31 0>; /* PEN */
+                       enable-active-high;
+               };
        };
 };
 
@@ -222,3 +232,9 @@
        pinctrl-0 = <&pinctrl_uart1>;
        status = "okay";
 };
+
+&usbh1 {
+       vbus-supply = <&reg_usb_vbus>;
+       phy_type = "utmi";
+       status = "okay";
+};
-- 
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to