Skip to content

Commit

Permalink
ARM: dts: dra7: workaround silicon limitation i845
Browse files Browse the repository at this point in the history
Silicon limitation i845 documents how to cope with false
disconnection condition on USB2 PHY. Reference: AM572x
silicon errata document SPRZ429H, revised January 2016.

Using compatible "ti,dra7x-usb2" enables the recommended
software workaround for this issue. Use it for USB1 PHY.

The workaround is already in place for USB2 PHY.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Sekhar Nori authored and Tony Lindgren committed Aug 26, 2016
1 parent 316ba62 commit 291f1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/dra7.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,7 @@
ti,hwmods = "ocp2scp1";

usb2_phy1: phy@4a084000 {
compatible = "ti,omap-usb2";
compatible = "ti,dra7x-usb2", "ti,omap-usb2";
reg = <0x4a084000 0x400>;
syscon-phy-power = <&scm_conf 0x300>;
clocks = <&usb_phy1_always_on_clk32k>,
Expand Down

0 comments on commit 291f1af

Please sign in to comment.