[PATCH V2 1/4] warp7: Fix the pmic_get() parameter in the DM case

2020-02-10 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 > Signed-off-by: Joris Offouga > Reviewed-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- =

[PATCH V2 1/4] warp7: Fix the pmic_get() parameter in the DM case

2020-01-29 Thread Joris Offouga
When pmic_get() is used with DM the first parameter must be the complete node name plus the unit address, so fix it accordingly Signed-off-by: Joris Offouga Reviewed-by: Fabio Estevam --- changes v1->v2: add commit log change commit message add reviewed board/warp7/warp7.c | 2 +- 1 file c