]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: s5m8767: Fix carried over ena_gpio assignment
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 7 Apr 2014 12:15:23 +0000 (14:15 +0200)
committerMark Brown <broonie@linaro.org>
Mon, 7 Apr 2014 12:39:58 +0000 (13:39 +0100)
commitbd65d76ca22354e1545ff022148c8a0afe9e39bc
treee119d6af01c011051a9224493479173d1f004b5e
parent82257b8b32192b7f30128f1c89546c096d120c79
regulator: s5m8767: Fix carried over ena_gpio assignment

During registration of regulators if external control for regulator was
set in DTS the ena_gpio and ena_gpio_flags fields of regulator_config
were set to proper values.

However the same regulator_config was used in next iterations of loop so
the ena_gpio fields carried over to next regulators.

The issue was not observed as ena_gpio is supported only for Buck9
regulator which is often the last regulator parsed from DTS.
Be sure to clear ena_gpio config fields before registering the
regulator.

Fixes: 478523d44d839 (regulator: s5m8767: Use GPIO for controlling Buck9/eMMC)
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/s5m8767.c