From: Joris Offouga <offougajoris@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH 1/4] warp7: fix pmic probe
Date: Wed, 29 Jan 2020 21:15:40 +0100 [thread overview]
Message-ID: <20200129201543.4533-1-offougajoris@gmail.com> (raw)
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
next reply other threads:[~2020-01-29 20:15 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-29 20:15 Joris Offouga [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200129201543.4533-1-offougajoris@gmail.com \
--to=offougajoris@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.