diff options
| author | Tony Lindgren <tony@atomide.com> | 2019-10-21 14:15:55 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-02-01 09:34:48 +0000 |
| commit | c90ed6e662881a43b455a00571d84d38b954b738 (patch) | |
| tree | ee18bf82a4ccbef79acb8a644f5007c4f69ab36f /drivers/bus | |
| parent | 48b038c9d54a28cd49986a3dc8b6edf7fb21530c (diff) | |
| download | linux-c90ed6e662881a43b455a00571d84d38b954b738.tar.gz linux-c90ed6e662881a43b455a00571d84d38b954b738.tar.bz2 linux-c90ed6e662881a43b455a00571d84d38b954b738.zip | |
bus: ti-sysc: Use swsup quirks also for am335x musb
[ Upstream commit 1819ef2e2d12d5b1a6ee54ac1c2afe35cffc677c ]
Also on am335x we need the swsup quirks for musb.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/bus')
| -rw-r--r-- | drivers/bus/ti-sysc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bus/ti-sysc.c b/drivers/bus/ti-sysc.c index 44d4f4864ac2..0e5cfd752410 100644 --- a/drivers/bus/ti-sysc.c +++ b/drivers/bus/ti-sysc.c @@ -1265,6 +1265,8 @@ static const struct sysc_revision_quirk sysc_revision_quirks[] = { SYSC_MODULE_QUIRK_SGX), SYSC_QUIRK("usb_otg_hs", 0, 0x400, 0x404, 0x408, 0x00000050, 0xffffffff, SYSC_QUIRK_SWSUP_SIDLE | SYSC_QUIRK_SWSUP_MSTANDBY), + SYSC_QUIRK("usb_otg_hs", 0, 0, 0x10, -1, 0x4ea2080d, 0xffffffff, + SYSC_QUIRK_SWSUP_SIDLE | SYSC_QUIRK_SWSUP_MSTANDBY), SYSC_QUIRK("wdt", 0, 0, 0x10, 0x14, 0x502a0500, 0xfffff0f0, SYSC_MODULE_QUIRK_WDT), /* Watchdog on am3 and am4 */ |
