2
0
forked from Ivasoft/openwrt

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>
This commit is contained in:
Mathias Kresin
2018-04-22 17:03:31 +02:00
parent 0e9e8d8323
commit d8b475212b
25 changed files with 32 additions and 32 deletions

View File

@@ -178,11 +178,11 @@
&usb_phy {
status = "okay";
phy-supply = <&usb_vbus>;
};
&usb {
status = "okay";
vbus-supply = <&usb_vbus>;
};
&vmmc {