[PATCH 2/3] mx6sllevk: Fix the pmic_get() parameter in the DM case

Peng Fan peng.fan at nxp.com
Mon Dec 23 07:47:19 CET 2019


> Subject: [PATCH 2/3] mx6sllevk: Fix the pmic_get() parameter in the DM case
> 
> When pmic_get() is used with DM the first parameter must be the complete
> node name plus the unit address, so fix it accordingly.
> 
> Reported-by: Igor Opaniuk <igor.opaniuk at toradex.com>
> Signed-off-by: Fabio Estevam <festevam at gmail.com>

Reviewed-by: Peng Fan <peng.fan at nxp.com>

> ---
>  board/freescale/mx6sllevk/mx6sllevk.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/board/freescale/mx6sllevk/mx6sllevk.c
> b/board/freescale/mx6sllevk/mx6sllevk.c
> index 227d178e07..0a36b46e9e 100644
> --- a/board/freescale/mx6sllevk/mx6sllevk.c
> +++ b/board/freescale/mx6sllevk/mx6sllevk.c
> @@ -57,7 +57,7 @@ int power_init_board(void)
>  	u32 switch_num = 6;
>  	u32 offset = PFUZE100_SW1CMODE;
> 
> -	ret = pmic_get("pfuze100", &dev);
> +	ret = pmic_get("pfuze100 at 08", &dev);
>  	if (ret == -ENODEV)
>  		return 0;
> 
> --
> 2.17.1



More information about the U-Boot mailing list