summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-02-14 12:48:41 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-02-19 08:30:32 +0100
commit4fab261a3513b772c3dfcf09c3b6de3c7b64fc20 (patch)
tree94b6f541b4d1c7401676b3ff34082ff121b23119 /scripts
parent243c85f8b4fa3a800947891da81f0036fb88f262 (diff)
downloadbarebox-4fab261a3513b772c3dfcf09c3b6de3c7b64fc20.tar.gz
barebox-4fab261a3513b772c3dfcf09c3b6de3c7b64fc20.tar.xz
scripts: imx-usb-loader: Add i.MX8MM support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/imx/imx-usb-loader.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/imx/imx-usb-loader.c b/scripts/imx/imx-usb-loader.c
index d222b57a88..0d7de7e51e 100644
--- a/scripts/imx/imx-usb-loader.c
+++ b/scripts/imx/imx-usb-loader.c
@@ -187,7 +187,14 @@ static const struct mach_id imx_ids[] = {
}, {
.vid = 0x1fc9,
.pid = 0x012b,
- .name = "i.MX8M",
+ .name = "i.MX8MQ",
+ .header_type = HDR_MX53,
+ .mode = MODE_HID,
+ .max_transfer = 1024,
+ }, {
+ .vid = 0x1fc9,
+ .pid = 0x0134,
+ .name = "i.MX8MM",
.header_type = HDR_MX53,
.mode = MODE_HID,
.max_transfer = 1024,