Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3267c081 authored by Tony Lindgren's avatar Tony Lindgren
Browse files

bus: ti-sysc: Fix smartreflex sysc mask



The enawakeup bit is in a different location for smartreflex compared
to the "ti,sysc-omap2" compatible.

Fixes: 70a65240 ("bus: ti-sysc: Add register bits for interconnect
target modules")
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent c5a2de97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -816,7 +816,7 @@ static const struct sysc_regbits sysc_regbits_omap36xx_sr = {

static const struct sysc_capabilities sysc_36xx_sr = {
	.type = TI_SYSC_OMAP36XX_SR,
	.sysc_mask = SYSC_OMAP2_ENAWAKEUP,
	.sysc_mask = SYSC_OMAP3_SR_ENAWAKEUP,
	.regbits = &sysc_regbits_omap36xx_sr,
	.mod_quirks = SYSC_QUIRK_UNCACHED,
};