Re: [PATCH] regulator: axp20x: AXP806: Fix dcdcb being set instead of dcdce

2017-01-23 Thread Chen-Yu Tsai
On Sun, Jan 22, 2017 at 12:11 AM, Rask Ingemann Lambertsen wrote: > A typo or copy-paste bug means that the register access intended for > regulator dcdce goes to dcdcb instead. This patch corrects it. > > Signed-off-by: Rask Ingemann Lambertsen > Fixes: 2ca342d391e3 (regulator: axp20x: Support A

[PATCH] regulator: axp20x: AXP806: Fix dcdcb being set instead of dcdce

2017-01-21 Thread Rask Ingemann Lambertsen
A typo or copy-paste bug means that the register access intended for regulator dcdce goes to dcdcb instead. This patch corrects it. Signed-off-by: Rask Ingemann Lambertsen Fixes: 2ca342d391e3 (regulator: axp20x: Support AXP806 variant) --- I have a board where dcdcb powers the DRAM, which I foun