Commit 1819ef2e2d12d5b1a6ee54ac1c2afe35cffc677c

Authored by Tony Lindgren
1 parent 03856e928b

bus: ti-sysc: Use swsup quirks also for am335x musb

Also on am335x we need the swsup quirks for musb.

Signed-off-by: Tony Lindgren <tony@atomide.com>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

drivers/bus/ti-sysc.c
... ... @@ -1259,6 +1259,8 @@
1259 1259 SYSC_MODULE_QUIRK_SGX),
1260 1260 SYSC_QUIRK("usb_otg_hs", 0, 0x400, 0x404, 0x408, 0x00000050,
1261 1261 0xffffffff, SYSC_QUIRK_SWSUP_SIDLE | SYSC_QUIRK_SWSUP_MSTANDBY),
  1262 + SYSC_QUIRK("usb_otg_hs", 0, 0, 0x10, -1, 0x4ea2080d, 0xffffffff,
  1263 + SYSC_QUIRK_SWSUP_SIDLE | SYSC_QUIRK_SWSUP_MSTANDBY),
1262 1264 SYSC_QUIRK("wdt", 0, 0, 0x10, 0x14, 0x502a0500, 0xfffff0f0,
1263 1265 SYSC_MODULE_QUIRK_WDT),
1264 1266 /* Watchdog on am3 and am4 */