Re: [U-Boot] [PATCH 07/14] sunxi: axp221: Disable dcdc4 on sun8i (A23)

2014-12-18 Thread Ian Campbell
On Tue, 2014-12-16 at 21:31 +0100, Hans de Goede wrote: > dcdc4 is not used on sun8i, disable it. > > While at it also add comments to the other fixed voltages to document what > they are used for. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell (although I'm wondering if it might hav

[U-Boot] [PATCH 07/14] sunxi: axp221: Disable dcdc4 on sun8i (A23)

2014-12-16 Thread Hans de Goede
dcdc4 is not used on sun8i, disable it. While at it also add comments to the other fixed voltages to document what they are used for. Signed-off-by: Hans de Goede --- board/sunxi/board.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/board/sunxi/board.c b/board