ARM: dts: rockchip: Add quirk for resetting rk3288's dwc2 host on wakeup
authorDouglas Anderson <dianders@chromium.org>
Tue, 16 Apr 2019 21:53:51 +0000 (14:53 -0700)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Fri, 3 May 2019 06:13:48 +0000 (09:13 +0300)
The "host" USB port on rk3288 has a hardware errata where we've got to
assert a PHY reset whenever we see a remote wakeup.  Add that quirk
property to the device tree.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
arch/arm/boot/dts/rk3288.dtsi

index 3f361fa..8ce3dd2 100644 (file)
                dr_mode = "host";
                phys = <&usbphy2>;
                phy-names = "usb2-phy";
+               snps,reset-phy-on-wake;
                status = "disabled";
        };