Skip to content

Commit 9b6a51a

Browse files
committed
ARM: dts: Fix occasional boot hang for am3 usb
With subtle timings changes, we can now sometimes get an external abort on non-linefetch error booting am3 devices at sysc_reset(). This is because of a missing reset delay needed for the usb target module. Looks like we never enabled the delay earlier for am3, although a similar issue was seen earlier with a similar usb setup for dm814x as described in commit ebf2441 ("ARM: OMAP2+: Use srst_udelay for USB on dm814x"). Cc: [email protected] Fixes: 0782e85 ("ARM: dts: Probe am335x musb with ti-sysc") Signed-off-by: Tony Lindgren <[email protected]>
1 parent c72b9c3 commit 9b6a51a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/ti/omap/am33xx.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@
359359
<SYSC_IDLE_NO>,
360360
<SYSC_IDLE_SMART>,
361361
<SYSC_IDLE_SMART_WKUP>;
362+
ti,sysc-delay-us = <2>;
362363
clocks = <&l3s_clkctrl AM3_L3S_USB_OTG_HS_CLKCTRL 0>;
363364
clock-names = "fck";
364365
#address-cells = <1>;

0 commit comments

Comments
 (0)