Skip to content

Commit

Permalink
ARM: dts: rockchip: Add quirk for resetting rk3288's dwc2 host on wakeup
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Douglas Anderson authored and Felipe Balbi committed May 3, 2019
1 parent d17aa2d commit 5bdd614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/rk3288.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,7 @@
dr_mode = "host";
phys = <&usbphy2>;
phy-names = "usb2-phy";
snps,reset-phy-on-wake;
status = "disabled";
};

Expand Down

0 comments on commit 5bdd614

Please sign in to comment.