]> Git Repo - linux.git/commitdiff
bus: ti-sysc: Fix smartreflex sysc mask
authorTony Lindgren <[email protected]>
Mon, 22 Jan 2018 17:32:53 +0000 (09:32 -0800)
committerTony Lindgren <[email protected]>
Mon, 22 Jan 2018 17:32:53 +0000 (09:32 -0800)
The enawakeup bit is in a different location for smartreflex compared
to the "ti,sysc-omap2" compatible.

Fixes: 70a65240efb1 ("bus: ti-sysc: Add register bits for interconnect
target modules")
Signed-off-by: Tony Lindgren <[email protected]>
drivers/bus/ti-sysc.c

index 2c62985a345f7139458627e188037cae3d1ee27a..4d46003c46cfe5f4599a17cf726cb3d86fd8399c 100644 (file)
@@ -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,
 };
This page took 0.05534 seconds and 4 git commands to generate.