[PATCH] pico-imx6ul: Pass the PMIC I2C address in pmic_get()

2021-04-09 Thread sbabic
> Pass "pfuze3000@8" in pmic_get() so that the PMIC node can > be found in the devicetree. > Signed-off-by: Fabio Estevam > Reviewed-by: Jaehoon Chung Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- =

Re: [PATCH] pico-imx6ul: Pass the PMIC I2C address in pmic_get()

2021-03-07 Thread Jaehoon Chung
On 3/6/21 7:11 AM, Fabio Estevam wrote: > Pass "pfuze3000@8" in pmic_get() so that the PMIC node can > be found in the devicetree. > > Signed-off-by: Fabio Estevam Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > board/technexion/pico-imx6ul/pico-imx6ul.c | 2 +- > 1 file

[PATCH] pico-imx6ul: Pass the PMIC I2C address in pmic_get()

2021-03-05 Thread Fabio Estevam
Pass "pfuze3000@8" in pmic_get() so that the PMIC node can be found in the devicetree. Signed-off-by: Fabio Estevam --- board/technexion/pico-imx6ul/pico-imx6ul.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/technexion/pico-imx6ul/pico-imx6ul.c