[PATCH 1/2] pfuze: Fix the pmic_get() parameter in the DM case
Fabio Estevam
festevam at gmail.com
Fri Dec 20 19:00:17 CET 2019
Hi Igor,
On Fri, Dec 20, 2019 at 11:30 AM Igor Opaniuk <igor.opaniuk at gmail.com> wrote:
> BTW,
> there're also other potential places with the same problem:
Thanks, only the DM usage needs to be fixed. I will send a series fixing them.
> $ grep -ne pmic_get -r ./board/freescale
> ./board/freescale/mx6sllevk/mx6sllevk.c:60: ret = pmic_get("pfuze100", &dev);
Done.
> ./board/freescale/mx6sxsabreauto/mx6sxsabreauto.c:138: ret =
> pmic_get("pfuze100", &dev);
pmic node is not passed in the device tree from U-Boot.
Will sync with the upstream dts and will fix it after 2020.01.
> ./board/freescale/mx6slevk/mx6slevk.c:148: ret = pmic_get("pfuze100", &dev);
Done.
> ./board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c:75: ret =
> pmic_get("pfuze3000", &dev);
No PMIC on this board. Will remove it after 2020.01.
> ./board/freescale/mx7dsabresd/mx7dsabresd.c:329: ret =
> pmic_get("pfuze3000", &dev);
Done.
Thanks
More information about the U-Boot
mailing list