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

2020-01-04 Thread sbabic
> 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 > Signed-off-by: Fabio Estevam > Reviewed-by: Peng Fan Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

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

2019-12-22 Thread Peng Fan
> 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 > Signed-off-by: Fabio Esteva

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

2019-12-20 Thread Fabio Estevam
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 Signed-off-by: Fabio Estevam --- board/freescale/mx6sllevk/mx6sllevk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git