diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-12-20 13:04:38 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-12-20 13:04:38 +0100 |
commit | 02350805eeb9b8d0d4587e2ccf0ecc305bfacc4f (patch) | |
tree | 79cb9583caa9bbc0cdfbf08a561865d1777278b2 /arch | |
parent | Merge tag 'omap-for-v6.7/fixes-signed' of git://git.kernel.org/pub/scm/linux/... (diff) | |
parent | ARM: dts: Fix occasional boot hang for am3 usb (diff) | |
download | linux-02350805eeb9b8d0d4587e2ccf0ecc305bfacc4f.tar.xz linux-02350805eeb9b8d0d4587e2ccf0ecc305bfacc4f.zip |
Merge tag 'am3-usb-hang-fix-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes
Fix for occasional boot hang for am335x USB
A fix for occasional boot hang for am335x USB that I've only recently
started noticing.
This can be merged naturally whenever suitable. This issue has been seen
with other similar SoCs earlier and has clearly existed for a long time.
* tag 'am3-usb-hang-fix-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ARM: dts: Fix occasional boot hang for am3 usb
Link: https://lore.kernel.org/r/pull-1703071616-395333@atomide.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/ti/omap/am33xx.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ti/omap/am33xx.dtsi b/arch/arm/boot/dts/ti/omap/am33xx.dtsi index 1a2cd5baf402..5b9e01a8aa5d 100644 --- a/arch/arm/boot/dts/ti/omap/am33xx.dtsi +++ b/arch/arm/boot/dts/ti/omap/am33xx.dtsi @@ -359,6 +359,7 @@ <SYSC_IDLE_NO>, <SYSC_IDLE_SMART>, <SYSC_IDLE_SMART_WKUP>; + ti,sysc-delay-us = <2>; clocks = <&l3s_clkctrl AM3_L3S_USB_OTG_HS_CLKCTRL 0>; clock-names = "fck"; #address-cells = <1>; |