regulator: pca9450: Fix LDO3OUT and LDO4OUT MASK
authorTeresa Remmet <t.remmet@phytec.de>
Wed, 14 Jun 2023 12:52:40 +0000 (14:52 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 19 Jun 2023 14:13:17 +0000 (15:13 +0100)
commit7257d930aadcd62d1c7971ab14f3b1126356abdc
treebd085cc062be1fb0474a78f458947c15d6ce3043
parentb00de0000a69579f4d730077fe3ea8ca31404255
regulator: pca9450: Fix LDO3OUT and LDO4OUT MASK

L3_OUT and L4_OUT Bit fields range from Bit 0:4 and thus the
mask should be 0x1F instead of 0x0F.

Fixes: 0935ff5f1f0a ("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>
include/linux/regulator/pca9450.h