lantiq: kernel 4.14: use vbus-supply devicetree property
[openwrt/openwrt.git] / target / linux / lantiq / files-4.14 / arch / mips / boot / dts / FRITZ3370-REV2.dtsi
index f6180c474fcbb3d0a58d814c304b22f958635876..815c01f89cbb1f59422f13f76d3e6c684118b888 100644 (file)
 
 &usb_phy0 {
        status = "okay";
-       phy-supply = <&usb0_vbus>;
 };
 
 &usb_phy1 {
        status = "okay";
-       phy-supply = <&usb1_vbus>;
 };
 
 &usb0 {
        status = "okay";
+       vbus-supply = <&usb0_vbus>;
 };
 
 &usb1 {
        status = "okay";
+       vbus-supply = <&usb1_vbus>;
 };