Skip to content
Snippets Groups Projects
Commit 41fe56e3 authored by Joris Offouga's avatar Joris Offouga Committed by Stefano Babic
Browse files

mx7dsabre: Fix usbtog probe when use dfu or ums


Before:
=> ums 0 mmc 0
UMS: LUN 0, dev 0, hwpart 0, sector 0x0, count 0x1dacc00
usb dr_mode not found
CTRL+C - Operation aborted
=> dfu 0 mmc 0
usb dr_mode not found

After :
=> ums 0 mmc 0
UMS: LUN 0, dev 0, hwpart 0, sector 0x0, count 0x1dacc00
=> dfu 0 mmc 0

Signed-off-by: default avatarJoris Offouga <offougajoris@gmail.com>
Reviewed-by: default avatarFabio Estevam <festevam@gmail.com>
parent b3ebcc76
No related branches found
No related tags found
No related merge requests found
&fec2 {
status = "disable";
};
&usbotg1 {
dr_mode = "peripheral";
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment