]> git.itanic.dy.fi Git - linux-stable/commit
ARM: dts: Fix occasional boot hang for am3 usb
authorTony Lindgren <tony@atomide.com>
Tue, 12 Dec 2023 13:50:35 +0000 (15:50 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 13 Dec 2023 06:56:10 +0000 (08:56 +0200)
commit9b6a51aab5f5f9f71d2fa16e8b4d530e1643dfcb
treeeed06cce8f99765243adb6d9531f74247ae71c92
parentc72b9c33ef9695ad7ce7a6eb39a9df8a01b70796
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 ebf244148092 ("ARM: OMAP2+: Use srst_udelay for USB on dm814x").

Cc: stable@vger.kernel.org
Fixes: 0782e8572ce4 ("ARM: dts: Probe am335x musb with ti-sysc")
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/ti/omap/am33xx.dtsi