9
0
Fork 0

imx-usb-loader: add i.MX7S support

Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
This commit is contained in:
Juergen Borleis 2016-12-09 10:51:14 +01:00 committed by Sascha Hauer
parent cacc393c1e
commit 14ff9d5823
1 changed files with 7 additions and 0 deletions

View File

@ -156,6 +156,13 @@ static const struct mach_id imx_ids[] = {
.header_type = HDR_MX53,
.mode = MODE_HID,
.max_transfer = 1024,
}, {
.vid = 0x15a2,
.pid = 0x0076,
.name = "i.MX7S",
.header_type = HDR_MX53,
.mode = MODE_HID,
.max_transfer = 1024,
},
};