lantiq: kernel 4.14: update dts files
[openwrt/openwrt.git] / target / linux / lantiq / files-4.14 / arch / mips / boot / dts / ARV752DPW22.dts
index 9dfd515b350c254e0c6f72632ed12b06767369f8..feb92d4d9d350b2a79df399fdc0a995a24d9ce98 100644 (file)
                        gpios = <&gpiomm 14 GPIO_ACTIVE_LOW>;
                };
        };
+
+       usb_vbus: regulator-usb-vbus {
+               compatible = "regulator-fixed";
+
+               regulator-name = "USB_VBUS";
+
+               regulator-min-microvolt = <5000000>;
+               regulator-max-microvolt = <5000000>;
+
+               gpio = <&gpiomm 0 GPIO_ACTIVE_HIGH>;
+               enable-active-high;
+       };
 };
 
 &gpio {
        };
 };
 
+&usb_phy {
+       status = "okay";
+       phy-supply = <&usb_vbus>;
+};
+
 &usb {
        status = "okay";
-       gpios = <&gpiomm 0 GPIO_ACTIVE_HIGH>;
 };
 
 &vmmc {