lantiq: switch to kernel 4.14
[openwrt/openwrt.git] / target / linux / lantiq / files-4.14 / arch / mips / boot / dts / ARV8539PW22.dts
index adc1dd835497c5d79927a398567ce4b35a0c9030..1e39380f603560c17d8e85c7c7b7284e15bc45b6 100644 (file)
                        telefonie green is missing
                */
        };
+
+       usb_vbus: regulator-usb-vbus {
+               compatible = "regulator-fixed";
+
+               regulator-name = "USB_VBUS";
+
+               regulator-min-microvolt = <5000000>;
+               regulator-max-microvolt = <5000000>;
+
+               gpio = <&gpio 14 GPIO_ACTIVE_HIGH>;
+               enable-active-high;
+       };
 };
 
 &gpio {
        };
 };
 
+&usb_phy {
+       status = "okay";
+       phy-supply = <&usb_vbus>;
+};
+
 &usb {
        status = "okay";
-       gpios = <&gpio 14 GPIO_ACTIVE_HIGH>;
-       lantiq,portmask = <0x3>;
 };
 
 &vmmc {