All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] warp7: fix pmic probe
@ 2020-01-29 20:15 Joris Offouga
  2020-01-29 20:15 ` [PATCH 2/4] warp7: remove unused usb configs Joris Offouga
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Joris Offouga @ 2020-01-29 20:15 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Joris Offouga <offougajoris@gmail.com>
---
 board/warp7/warp7.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/warp7/warp7.c b/board/warp7/warp7.c
index 9efc62f2fb..1ebec93916 100644
--- a/board/warp7/warp7.c
+++ b/board/warp7/warp7.c
@@ -67,7 +67,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.20.1

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-01-29 20:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-29 20:15 [PATCH 1/4] warp7: fix pmic probe Joris Offouga
2020-01-29 20:15 ` [PATCH 2/4] warp7: remove unused usb configs Joris Offouga
2020-01-29 20:35   ` Fabio Estevam
2020-01-29 20:15 ` [PATCH 3/4] arm: dts: imx7s-warp7: Move u-boot specific node in u-boot.dtsi Joris Offouga
2020-01-29 20:22   ` Fabio Estevam
2020-01-29 20:43     ` Joris Offouga
2020-01-29 20:15 ` [PATCH 4/4] mx7dsabre: Fix usbtog probe when use dfu or ums Joris Offouga
2020-01-29 20:25   ` Fabio Estevam
2020-01-29 20:41     ` Joris Offouga
2020-01-29 20:48       ` Fabio Estevam
2020-01-29 20:52 ` [PATCH 1/4] warp7: fix pmic probe Fabio Estevam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.