power: reset: at91-sama5d2_shdwc: fix wkupdbc mask
[ Upstream commit 95aa21a3f1183260db1b0395e03df5bebc5ed641 ] According to datasheet WKUPDBC mask is b/w bits 26..24. Fixes: f80cb48843987 ("power: reset: at91-shdwc: add new shutdown controller driver") Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Reviewed-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
666ae7c255
commit
de352160c9
@ -36,7 +36,7 @@
|
||||
|
||||
#define AT91_SHDW_MR 0x04 /* Shut Down Mode Register */
|
||||
#define AT91_SHDW_WKUPDBC_SHIFT 24
|
||||
#define AT91_SHDW_WKUPDBC_MASK GENMASK(31, 16)
|
||||
#define AT91_SHDW_WKUPDBC_MASK GENMASK(26, 24)
|
||||
#define AT91_SHDW_WKUPDBC(x) (((x) << AT91_SHDW_WKUPDBC_SHIFT) \
|
||||
& AT91_SHDW_WKUPDBC_MASK)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user