[PATCH 1/2] imx-usb-loader: Add i.MX6 Solo/DualLite support
Sascha Hauer
s.hauer at pengutronix.de
Tue Jun 25 10:01:09 EDT 2013
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
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 d58b1da..7ccfc99 100644
--- a/scripts/imx/imx-usb-loader.c
+++ b/scripts/imx/imx-usb-loader.c
@@ -92,7 +92,14 @@ struct mach_id imx_ids[] = {
}, {
.vid = 0x15a2,
.pid = 0x0054,
- .name = "i.MX6",
+ .name = "i.MX6q",
+ .header_type = HDR_MX53,
+ .mode = MODE_HID,
+ .max_transfer = 1024,
+ }, {
+ .vid = 0x15a2,
+ .pid = 0x0061,
+ .name = "i.MX6dl/s",
.header_type = HDR_MX53,
.mode = MODE_HID,
.max_transfer = 1024,
--
1.8.3.1
More information about the barebox
mailing list