* [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
* Re: [PATCH] imx-usb-loader: Add i.MX6ul support
2015-12-15 17:29 [PATCH] imx-usb-loader: Add i.MX6ul support Florian Vallee
@ 2015-12-16 8:46 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2015-12-16 8:46 UTC (permalink / raw)
To: Florian Vallee; +Cc: barebox
On Tue, Dec 15, 2015 at 06:29:11PM +0100, Florian Vallee wrote:
> Signed-off-by: Florian Vallee <fvallee@eukrea.fr>
> ---
> scripts/imx/imx-usb-loader.c | 9 ++++++++-
> 1 file changed, 8 insertions(+), 1 deletion(-)
Applied, thanks
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
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