From: Martin Blumenstingl Date: Sun, 21 Jan 2018 22:14:14 +0000 (+0100) Subject: ARM: dts: meson8: add the USB reset line X-Git-Tag: archive/raspbian/4.16.12-1+rpi1~1^2~68 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e6365058cba40f4383e6437fd68683c7a7e4a56f;p=linux.git ARM: dts: meson8: add the USB reset line Now that we support the reset controller on Meson8 we can add the reset line to the USB PHYs (just like on Meson8b). Signed-off-by: Martin Blumenstingl Reviewed-by: Neil Armstrong Signed-off-by: Kevin Hilman Gbp-Pq: Topic features/armhf/meson8 Gbp-Pq: Name 0003-ARM-dts-meson8-add-the-USB-reset-line.patch --- diff --git a/arch/arm/boot/dts/meson8.dtsi b/arch/arm/boot/dts/meson8.dtsi index f48e89a7f7b..dcc9292d2ff 100644 --- a/arch/arm/boot/dts/meson8.dtsi +++ b/arch/arm/boot/dts/meson8.dtsi @@ -390,10 +390,12 @@ compatible = "amlogic,meson8-usb2-phy", "amlogic,meson-mx-usb2-phy"; clocks = <&clkc CLKID_USB>, <&clkc CLKID_USB0>; clock-names = "usb_general", "usb"; + resets = <&reset RESET_USB_OTG>; }; &usb1_phy { compatible = "amlogic,meson8-usb2-phy", "amlogic,meson-mx-usb2-phy"; clocks = <&clkc CLKID_USB>, <&clkc CLKID_USB1>; clock-names = "usb_general", "usb"; + resets = <&reset RESET_USB_OTG>; };