Skip to content

Commit 2414277

Browse files
committed
bus: ti-sysc: Drop legacy quirk handling for smartreflex
With the smartreflex driver no longer relying on the use of pm_runtime_irq_safe(), we can finally drop the related legacy quirk handling. Reviewed-by: Dhruva Gole <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 5f711f0 commit 2414277

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

drivers/bus/ti-sysc.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2869,8 +2869,7 @@ static const struct sysc_capabilities sysc_34xx_sr = {
28692869
.type = TI_SYSC_OMAP34XX_SR,
28702870
.sysc_mask = SYSC_OMAP2_CLOCKACTIVITY,
28712871
.regbits = &sysc_regbits_omap34xx_sr,
2872-
.mod_quirks = SYSC_QUIRK_USE_CLOCKACT | SYSC_QUIRK_UNCACHED |
2873-
SYSC_QUIRK_LEGACY_IDLE,
2872+
.mod_quirks = SYSC_QUIRK_USE_CLOCKACT | SYSC_QUIRK_UNCACHED,
28742873
};
28752874

28762875
/*
@@ -2891,13 +2890,12 @@ static const struct sysc_capabilities sysc_36xx_sr = {
28912890
.type = TI_SYSC_OMAP36XX_SR,
28922891
.sysc_mask = SYSC_OMAP3_SR_ENAWAKEUP,
28932892
.regbits = &sysc_regbits_omap36xx_sr,
2894-
.mod_quirks = SYSC_QUIRK_UNCACHED | SYSC_QUIRK_LEGACY_IDLE,
2893+
.mod_quirks = SYSC_QUIRK_UNCACHED,
28952894
};
28962895

28972896
static const struct sysc_capabilities sysc_omap4_sr = {
28982897
.type = TI_SYSC_OMAP4_SR,
28992898
.regbits = &sysc_regbits_omap36xx_sr,
2900-
.mod_quirks = SYSC_QUIRK_LEGACY_IDLE,
29012899
};
29022900

29032901
/*

0 commit comments

Comments
 (0)