Commit e2b14bf4ba0a151956e89c8243c10b08485a875f

Authored by Joris Offouga
Committed by Stefano Babic
1 parent 30b8eb5ee6

mx7dsabre: Fix dm probe pmic

With commit 0d52bab4621 ("mx7dsabre: Enable DM_ETH")

Device Tree has been update and change pfuze3000 node

Signed-off-by: Joris Offouga <offougajoris@gmail.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

board/freescale/mx7dsabresd/mx7dsabresd.c
... ... @@ -264,7 +264,7 @@
264 264 struct udevice *dev;
265 265 int ret, dev_id, rev_id;
266 266  
267   - ret = pmic_get("pfuze3000@08", &dev);
  267 + ret = pmic_get("pfuze3000@8", &dev);
268 268 if (ret == -ENODEV)
269 269 return 0;
270 270 if (ret != 0)