aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/files-4.14/arch/mips/boot/dts/ARV752DPW.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/lantiq/files-4.14/arch/mips/boot/dts/ARV752DPW.dts')
-rw-r--r--target/linux/lantiq/files-4.14/arch/mips/boot/dts/ARV752DPW.dts18
1 files changed, 17 insertions, 1 deletions
diff --git a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/ARV752DPW.dts b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/ARV752DPW.dts
index bb73a26d56..7b337b4f5f 100644
--- a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/ARV752DPW.dts
+++ b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/ARV752DPW.dts
@@ -152,6 +152,18 @@
lantiq,open-drain = <1>;
};
};
+
+ 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;
+ };
};
&gpiomm {
@@ -218,9 +230,13 @@
};
};
+&usb_phy {
+ status = "okay";
+ phy-supply = <&usb_vbus>;
+};
+
&usb {
status = "okay";
- gpios = <&gpiomm 0 GPIO_ACTIVE_HIGH>;
};
&vmmc {