aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/files-4.14/arch/mips/boot/dts/TDW89X0.dtsi
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2018-04-22 17:03:31 +0200
committerMathias Kresin <dev@kresin.me>2018-05-17 07:40:19 +0200
commitd8b475212bbf9e5f80c1c923a9701dca5ceb23e2 (patch)
tree262ed72d7c99cc6829b06d436d08a5d5d390c055 /target/linux/lantiq/files-4.14/arch/mips/boot/dts/TDW89X0.dtsi
parent0e9e8d832321ba7b99f9f7b6152245c542153cbd (diff)
downloadupstream-d8b475212bbf9e5f80c1c923a9701dca5ceb23e2.tar.gz
upstream-d8b475212bbf9e5f80c1c923a9701dca5ceb23e2.tar.bz2
upstream-d8b475212bbf9e5f80c1c923a9701dca5ceb23e2.zip
lantiq: kernel 4.14: use vbus-supply devicetree property
It isn't a phy supply, as the phy is still up if the GPIO is low. It rather is the supply for the vbus. A correct setting/definition will be relevant as soon as USB peripheral mode is supported. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/files-4.14/arch/mips/boot/dts/TDW89X0.dtsi')
-rw-r--r--target/linux/lantiq/files-4.14/arch/mips/boot/dts/TDW89X0.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/TDW89X0.dtsi b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/TDW89X0.dtsi
index e176bca30f..233b7e3334 100644
--- a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/TDW89X0.dtsi
+++ b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/TDW89X0.dtsi
@@ -281,18 +281,18 @@
&usb_phy0 {
status = "okay";
- phy-supply = <&usb_vbus>;
};
&usb_phy1 {
status = "okay";
- phy-supply = <&usb_vbus>;
};
&usb0 {
status = "okay";
+ vbus-supply = <&usb_vbus>;
};
&usb1 {
status = "okay";
+ vbus-supply = <&usb_vbus>;
};