From d8b475212bbf9e5f80c1c923a9701dca5ceb23e2 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Sun, 22 Apr 2018 17:03:31 +0200 Subject: 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 --- target/linux/lantiq/files-4.14/arch/mips/boot/dts/ARV4520PW.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/lantiq/files-4.14/arch/mips/boot/dts/ARV4520PW.dts') diff --git a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/ARV4520PW.dts b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/ARV4520PW.dts index aa4269305b..68d6dc3e7e 100644 --- a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/ARV4520PW.dts +++ b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/ARV4520PW.dts @@ -213,11 +213,11 @@ &usb_phy { status = "okay"; - phy-supply = <&usb_vbus>; }; &usb { status = "okay"; + vbus-supply = <&usb_vbus>; }; &vmmc { -- cgit v1.2.3