mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] imx-usb-loader: Add i.MX6ul support
@ 2015-12-15 17:29 Florian Vallee
  2015-12-16  8:46 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Vallee @ 2015-12-15 17:29 UTC (permalink / raw)
  To: barebox; +Cc: Florian Vallee

Signed-off-by: Florian Vallee <fvallee@eukrea.fr>
---
 scripts/imx/imx-usb-loader.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/scripts/imx/imx-usb-loader.c b/scripts/imx/imx-usb-loader.c
index 94b3763..c1b7be2 100644
--- a/scripts/imx/imx-usb-loader.c
+++ b/scripts/imx/imx-usb-loader.c
@@ -110,7 +110,14 @@ struct mach_id imx_ids[] = {
 		.header_type = HDR_MX53,
 		.mode = MODE_HID,
 		.max_transfer = 1024,
-	}, {
+	},   {
+		.vid = 0x15a2,
+		.pid = 0x007d,
+		.name = "i.MX6ul",
+		.header_type = HDR_MX53,
+		.mode = MODE_HID,
+		.max_transfer = 1024,
+	},   {
 		.vid = 0x15a2,
 		.pid = 0x0041,
 		.name = "i.MX51",
-- 
2.1.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2015-12-16  8:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-15 17:29 [PATCH] imx-usb-loader: Add i.MX6ul support Florian Vallee
2015-12-16  8:46 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox