
24 May
2017
24 May
'17
2:48 a.m.
On 6 May 2017 at 13:21, Heiko Stuebner heiko@sntech.de wrote:
Till now get_ldo_reg did a return &rk808_ldo[num - 1]; to return the ldo register offset but didn't take into account that its calling functions already created the ldo as ldo = dev->driver_data - 1.
This resulted in the setting for ldo8 writing to the register of ldo7 and so on. So fix this and get the correct ldo register data.
Signed-off-by: Heiko Stuebner heiko@sntech.de
drivers/power/regulator/rk8xx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-rockchip, thanks!