mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 12:44:11 +08:00
bus: ti-sysc: Drop legacy quirk flag for gpio
There is no need for the legacy flag any longer for gpio as the gpio-omap driver has been fixed to not rely on pm_runtime_irq_safe(). Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
5c99fa737c
commit
1b99c1ee84
@ -1539,8 +1539,6 @@ struct sysc_revision_quirk {
|
|||||||
|
|
||||||
static const struct sysc_revision_quirk sysc_revision_quirks[] = {
|
static const struct sysc_revision_quirk sysc_revision_quirks[] = {
|
||||||
/* These drivers need to be fixed to not use pm_runtime_irq_safe() */
|
/* These drivers need to be fixed to not use pm_runtime_irq_safe() */
|
||||||
SYSC_QUIRK("gpio", 0, 0, 0x10, 0x114, 0x50600801, 0xffff00ff,
|
|
||||||
SYSC_QUIRK_LEGACY_IDLE | SYSC_QUIRK_OPT_CLKS_IN_RESET),
|
|
||||||
SYSC_QUIRK("sham", 0, 0x100, 0x110, 0x114, 0x40000c03, 0xffffffff,
|
SYSC_QUIRK("sham", 0, 0x100, 0x110, 0x114, 0x40000c03, 0xffffffff,
|
||||||
SYSC_QUIRK_LEGACY_IDLE),
|
SYSC_QUIRK_LEGACY_IDLE),
|
||||||
SYSC_QUIRK("uart", 0, 0x50, 0x54, 0x58, 0x00000046, 0xffffffff,
|
SYSC_QUIRK("uart", 0, 0x50, 0x54, 0x58, 0x00000046, 0xffffffff,
|
||||||
@ -1573,6 +1571,8 @@ static const struct sysc_revision_quirk sysc_revision_quirks[] = {
|
|||||||
SYSC_QUIRK_CLKDM_NOAUTO),
|
SYSC_QUIRK_CLKDM_NOAUTO),
|
||||||
SYSC_QUIRK("dwc3", 0x488c0000, 0, 0x10, -ENODEV, 0x500a0200, 0xffffffff,
|
SYSC_QUIRK("dwc3", 0x488c0000, 0, 0x10, -ENODEV, 0x500a0200, 0xffffffff,
|
||||||
SYSC_QUIRK_CLKDM_NOAUTO),
|
SYSC_QUIRK_CLKDM_NOAUTO),
|
||||||
|
SYSC_QUIRK("gpio", 0, 0, 0x10, 0x114, 0x50600801, 0xffff00ff,
|
||||||
|
SYSC_QUIRK_OPT_CLKS_IN_RESET),
|
||||||
SYSC_QUIRK("gpmc", 0, 0, 0x10, 0x14, 0x00000060, 0xffffffff,
|
SYSC_QUIRK("gpmc", 0, 0, 0x10, 0x14, 0x00000060, 0xffffffff,
|
||||||
SYSC_QUIRK_REINIT_ON_CTX_LOST | SYSC_QUIRK_RESET_ON_CTX_LOST |
|
SYSC_QUIRK_REINIT_ON_CTX_LOST | SYSC_QUIRK_RESET_ON_CTX_LOST |
|
||||||
SYSC_QUIRK_GPMC_DEBUG),
|
SYSC_QUIRK_GPMC_DEBUG),
|
||||||
|
Loading…
Reference in New Issue
Block a user