projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30b8eb5
)
mx7dsabre: Fix dm probe pmic
author
Joris Offouga
<offougajoris@gmail.com>
Thu, 16 Jan 2020 16:41:43 +0000
(17:41 +0100)
committer
Stefano Babic
<sbabic@denx.de>
Mon, 20 Jan 2020 14:38:16 +0000
(15:38 +0100)
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>
board/freescale/mx7dsabresd/mx7dsabresd.c
patch
|
blob
|
history
diff --git
a/board/freescale/mx7dsabresd/mx7dsabresd.c
b/board/freescale/mx7dsabresd/mx7dsabresd.c
index 835eed3316405dae9140f43d81357ec3304e22ba..41c620795cb83af2a584d9fe866e3538bfd52227 100644
(file)
--- a/
board/freescale/mx7dsabresd/mx7dsabresd.c
+++ b/
board/freescale/mx7dsabresd/mx7dsabresd.c
@@
-264,7
+264,7
@@
int power_init_board(void)
struct udevice *dev;
int ret, dev_id, rev_id;
- ret = pmic_get("pfuze3000@
0
8", &dev);
+ ret = pmic_get("pfuze3000@8", &dev);
if (ret == -ENODEV)
return 0;
if (ret != 0)