* [PATCH] pico-imx6ul: Pass the PMIC I2C address in pmic_get() @ 2021-03-05 22:11 ` Fabio Estevam 2021-03-07 23:05 ` Jaehoon Chung 2021-04-09 11:25 ` sbabic at denx.de 0 siblings, 2 replies; 3+ messages in thread From: Fabio Estevam @ 2021-03-05 22:11 UTC (permalink / raw) To: u-boot Pass "pfuze3000 at 8" in pmic_get() so that the PMIC node can be found in the devicetree. Signed-off-by: Fabio Estevam <festevam@gmail.com> --- 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 b/board/technexion/pico-imx6ul/pico-imx6ul.c index 62a54d0c8eb5..682c88dee78d 100644 --- a/board/technexion/pico-imx6ul/pico-imx6ul.c +++ b/board/technexion/pico-imx6ul/pico-imx6ul.c @@ -159,7 +159,7 @@ int power_init_board(void) struct udevice *dev; int ret, dev_id, rev_id; - ret = pmic_get("pfuze3000", &dev); + ret = pmic_get("pfuze3000 at 8", &dev); if (ret == -ENODEV) return 0; if (ret != 0) -- 2.25.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] pico-imx6ul: Pass the PMIC I2C address in pmic_get() 2021-03-05 22:11 ` [PATCH] pico-imx6ul: Pass the PMIC I2C address in pmic_get() Fabio Estevam @ 2021-03-07 23:05 ` Jaehoon Chung 2021-04-09 11:25 ` sbabic at denx.de 1 sibling, 0 replies; 3+ messages in thread From: Jaehoon Chung @ 2021-03-07 23:05 UTC (permalink / raw) To: u-boot On 3/6/21 7:11 AM, Fabio Estevam wrote: > Pass "pfuze3000 at 8" in pmic_get() so that the PMIC node can > be found in the devicetree. > > Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Best Regards, Jaehoon Chung > --- > 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 b/board/technexion/pico-imx6ul/pico-imx6ul.c > index 62a54d0c8eb5..682c88dee78d 100644 > --- a/board/technexion/pico-imx6ul/pico-imx6ul.c > +++ b/board/technexion/pico-imx6ul/pico-imx6ul.c > @@ -159,7 +159,7 @@ int power_init_board(void) > struct udevice *dev; > int ret, dev_id, rev_id; > > - ret = pmic_get("pfuze3000", &dev); > + ret = pmic_get("pfuze3000 at 8", &dev); > if (ret == -ENODEV) > return 0; > if (ret != 0) > ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] pico-imx6ul: Pass the PMIC I2C address in pmic_get() 2021-03-05 22:11 ` [PATCH] pico-imx6ul: Pass the PMIC I2C address in pmic_get() Fabio Estevam 2021-03-07 23:05 ` Jaehoon Chung @ 2021-04-09 11:25 ` sbabic at denx.de 1 sibling, 0 replies; 3+ messages in thread From: sbabic at denx.de @ 2021-04-09 11:25 UTC (permalink / raw) To: u-boot > Pass "pfuze3000 at 8" in pmic_get() so that the PMIC node can > be found in the devicetree. > Signed-off-by: Fabio Estevam <festevam@gmail.com> > Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de ===================================================================== ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-04-09 11:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CGME20210305221220epcas1p49176a995cf9988a130cea148fef4a95e@epcas1p4.samsung.com>
2021-03-05 22:11 ` [PATCH] pico-imx6ul: Pass the PMIC I2C address in pmic_get() Fabio Estevam
2021-03-07 23:05 ` Jaehoon Chung
2021-04-09 11:25 ` sbabic at denx.de
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox