From: Oleksij Rempel <o.rempel@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Oleksij Rempel <o.rempel@pengutronix.de>
Subject: [PATCH v2] usb: gadget: set otg to peripheral mode on autostart
Date: Mon, 3 Apr 2017 10:31:01 +0200 [thread overview]
Message-ID: <20170403083101.28047-1-o.rempel@pengutronix.de> (raw)
we won't be able to start if otg is not properly configured.
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
drivers/usb/gadget/autostart.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/usb/gadget/autostart.c b/drivers/usb/gadget/autostart.c
index 43c2ba23d..4ad1dd6be 100644
--- a/drivers/usb/gadget/autostart.c
+++ b/drivers/usb/gadget/autostart.c
@@ -14,6 +14,7 @@
#include <common.h>
#include <command.h>
#include <errno.h>
+#include <environment.h>
#include <malloc.h>
#include <getopt.h>
#include <fs.h>
@@ -35,6 +36,8 @@ static int usbgadget_autostart(void)
if (!autostart)
return 0;
+ setenv("otg.mode", "peripheral");
+
if (fastboot_function)
opts.fastboot_opts.files = file_list_parse(fastboot_function);
--
2.11.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2017-04-03 8:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-03 8:31 Oleksij Rempel [this message]
2017-04-06 6:51 ` Sascha Hauer
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=20170403083101.28047-1-o.rempel@pengutronix.de \
--to=o.rempel@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox