mirror of
https://github.com/torvalds/linux.git
synced 2025-11-30 23:16:01 +07:00
regulator: rtq2208: Correct LDO2 logic judgment bits
The LDO2 judgement bit position should be 7, not 6.
Cc: stable@vger.kernel.org
Reported-by: Yoon Dong Min <dm.youn@telechips.com>
Fixes: b65439d901 ("regulator: rtq2208: Fix the LDO DVS capability")
Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
Link: https://patch.msgid.link/faadb009f84b88bfcabe39fc5009c7357b00bbe2.1764209258.git.cy_huang@richtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
45cc214152
commit
8684229e19
@@ -53,7 +53,7 @@
|
||||
#define RTQ2208_MASK_BUCKPH_GROUP1 GENMASK(6, 4)
|
||||
#define RTQ2208_MASK_BUCKPH_GROUP2 GENMASK(2, 0)
|
||||
#define RTQ2208_MASK_LDO2_OPT0 BIT(7)
|
||||
#define RTQ2208_MASK_LDO2_OPT1 BIT(6)
|
||||
#define RTQ2208_MASK_LDO2_OPT1 BIT(7)
|
||||
#define RTQ2208_MASK_LDO1_FIXED BIT(6)
|
||||
|
||||
/* Size */
|
||||
|
||||
Reference in New Issue
Block a user