Skip to content
Snippets Groups Projects
Commit c174c062 authored by Fabio Estevam's avatar Fabio Estevam Committed by Stefano Babic
Browse files

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


Pass "pfuze3000@8" in pmic_get() so that the PMIC node can
be found in the devicetree.

Signed-off-by: default avatarFabio Estevam <festevam@gmail.com>
Reviewed-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
parent 8974ff1a
No related branches found
No related tags found
No related merge requests found
......@@ -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@8", &dev);
if (ret == -ENODEV)
return 0;
if (ret != 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment