mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
regulator: rtmv20: Fix wrong mask for strobe-polarity-high
[ Upstream commit 2b6a761be0 ]
Fix wrong mask for strobe-polarity-high.
Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
In-reply-to: <CAFRkauB=0KwrJW19nJTTagdHhBR=V2R8YFWG3R3oVXt=rBRsqw@mail.gmail.com>
Reviewed-by: Axel Lin <axel.lin@ingics.com>
Link: https://lore.kernel.org/r/1624723112-26653-1-git-send-email-u0084500@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
9e55b9278c
commit
81dc9a4868
@@ -37,7 +37,7 @@
|
||||
#define RTMV20_WIDTH2_MASK GENMASK(7, 0)
|
||||
#define RTMV20_LBPLVL_MASK GENMASK(3, 0)
|
||||
#define RTMV20_LBPEN_MASK BIT(7)
|
||||
#define RTMV20_STROBEPOL_MASK BIT(1)
|
||||
#define RTMV20_STROBEPOL_MASK BIT(0)
|
||||
#define RTMV20_VSYNPOL_MASK BIT(1)
|
||||
#define RTMV20_FSINEN_MASK BIT(7)
|
||||
#define RTMV20_ESEN_MASK BIT(6)
|
||||
|
||||
Reference in New Issue
Block a user