regulator: pca9450: Fix LDO3OUT and LDO4OUT MASK
stable inclusion from stable-v5.10.186 commit bc35f93e4bd7b134c09506c9d1f794c0c93f467c category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I8L5XP Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=bc35f93e4bd7b134c09506c9d1f794c0c93f467c -------------------------------- [ Upstream commit 7257d930 ] L3_OUT and L4_OUT Bit fields range from Bit 0:4 and thus the mask should be 0x1F instead of 0x0F. Fixes: 0935ff5f ("regulator: pca9450: add pca9450 pmic driver") Signed-off-by:Teresa Remmet <t.remmet@phytec.de> Reviewed-by:
Frieder Schrempf <frieder.schrempf@kontron.de> Link: https://lore.kernel.org/r/20230614125240.3946519-1-t.remmet@phytec.de Signed-off-by:
Mark Brown <broonie@kernel.org> Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
sanglipeng <sanglipeng1@jd.com>
Loading
Please sign in to comment