[U-Boot] [PATCH 3/7] sunxi: power: Unify axp pmic function names

Ian Campbell ijc+uboot at hellion.org.uk
Sun Oct 11 13:14:06 CEST 2015


On Sat, 2015-10-03 at 16:26 +0200, Hans de Goede wrote:
> Stop prefixing the axp functions for setting voltages, etc. with the
> model number, there ever is only one pmic driver built into u-boot,
> this allows simplifying the callers.
> 
> Signed-off-by: Hans de Goede <hdegoede at redhat.com>

Acked-by: Ian Campbell <ijc at hellion.org.uk>

@@ -1217,10 +1217,10 @@ static void sunxi_mode_set(const struct
> ctfb_res_modes *mode,
>  > 	> 	> if (IS_ENABLED(CONFIG_VIDEO_LCD_PANEL_EDP_4_LANE_1620M_VIA_ANX9804)) {
>  > 	> 	> 	> /*
>  > 	> 	> 	>  * The anx9804 needs 1.8V from eldo3, we do this here
> -> 	> 	> 	>  * and not via CONFIG_AXP221_ELDO3 from board_init()
> +> 	> 	> 	>  * and not via CONFIG_AXP_ELDO3_VOLT from board_init()

I think strictly speaking that hunk belonged in a previous patch, but
nevermind (or feel to retain acks on both if you want to move it).

Ian.


More information about the U-Boot mailing list