ARM: dts: meson8: add the USB reset line
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sun, 21 Jan 2018 22:14:14 +0000 (23:14 +0100)
committerKevin Hilman <khilman@baylibre.com>
Mon, 12 Feb 2018 22:13:36 +0000 (14:13 -0800)
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 <martin.blumenstingl@googlemail.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/meson8.dtsi

index f48e89a7f7b493ae6a5cff382af2621b30efb45d..dcc9292d2ffaa055d388f0b6291752ad62bd5d5d 100644 (file)
        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>;
 };