Skip to content

Commit 426d444

Browse files
sumanannatmlind
authored andcommitted
bus: ti-sysc: Drop MMU quirks
The OMAP IOMMU driver no longer uses the pm_runtime_irq_safe() API after commit 1432ebb ("iommu/omap: remove pm_runtime_irq_safe flag for OMAP IOMMUs"), so the SYSC_QUIRK_LEGACY_IDLE quirk is no longer needed for MMU devices. Drop the same. Signed-off-by: Suman Anna <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 94f6345 commit 426d444

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/bus/ti-sysc.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,10 +1210,6 @@ static const struct sysc_revision_quirk sysc_revision_quirks[] = {
12101210
/* These drivers need to be fixed to not use pm_runtime_irq_safe() */
12111211
SYSC_QUIRK("gpio", 0, 0, 0x10, 0x114, 0x50600801, 0xffff00ff,
12121212
SYSC_QUIRK_LEGACY_IDLE | SYSC_QUIRK_OPT_CLKS_IN_RESET),
1213-
SYSC_QUIRK("mmu", 0, 0, 0x10, 0x14, 0x00000020, 0xffffffff,
1214-
SYSC_QUIRK_LEGACY_IDLE),
1215-
SYSC_QUIRK("mmu", 0, 0, 0x10, 0x14, 0x00000030, 0xffffffff,
1216-
SYSC_QUIRK_LEGACY_IDLE),
12171213
SYSC_QUIRK("sham", 0, 0x100, 0x110, 0x114, 0x40000c03, 0xffffffff,
12181214
SYSC_QUIRK_LEGACY_IDLE),
12191215
SYSC_QUIRK("smartreflex", 0, -1, 0x24, -1, 0x00000000, 0xffffffff,

0 commit comments

Comments
 (0)