]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: DRA7: hwmod_data: Prevent wait_target_disable error for usb_otg_ss
authorRoger Quadros <rogerq@ti.com>
Mon, 13 Mar 2017 11:53:16 +0000 (13:53 +0200)
committerTony Lindgren <tony@atomide.com>
Tue, 28 Mar 2017 21:09:58 +0000 (14:09 -0700)
commite2d54fe76997301b49311bde7ba8ef52b47896f9
tree3591709b562f1b18186558052baf9566f268ecfb
parenta2416238368839a25be0daa6c591b5102240975b
ARM: DRA7: hwmod_data: Prevent wait_target_disable error for usb_otg_ss

It seems that if L3_INIT clkdomain is kept in HW_AUTO while usb_otg_ss
is in use then there are random chances that the usb_otg_ss module
will fail to completely idle. i.e. IDLEST = 0x2 instead of 0x3.

Preventing L3_INIT from HW_AUTO while usb_otg_ss module is in use
fixes this issue.

We don't know yet if usb_otg_ss instances 3 and 4 are affected by this
issue or not so don't add this flag for those instances.

Cc: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_hwmod_7xx_data.c