regulator: s2mps11: Fix accidental enable of buck6 ramp delay
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 6 May 2014 06:37:36 +0000 (08:37 +0200)
committerMark Brown <broonie@linaro.org>
Sat, 17 May 2014 13:29:26 +0000 (14:29 +0100)
commitb203e0dfe1a2b0ae5e2681e9285056e4ae8560af
treea6ba96e7b12826e8297e1fb94767cd70ba7dfa4c
parentde5d05637f7e036a8122757b18ca6cfd1300f233
regulator: s2mps11: Fix accidental enable of buck6 ramp delay

S2MPS11 supports enabling/disabling ramp delay only for buck[2346].
Other bucks have ramp delay enabled always.

However the bit shift for enabling buck6 ramp delay in register is equal
to 0. When ramp delay was set for the bucks unsupporting enable/disable
(buck[15789] and buck10), the ramp delay for buck6 was also enabled.

Fixes: b96244fad953 ("regulator: s2mps11: Don't check enable_shift before setting enable ramp rate")
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/s2mps11.c