mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
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: Joris Offouga <offougajoris@gmail.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
This commit is contained in:
committed by
Stefano Babic
parent
b3ebcc7687
commit
41fe56e3ad
@@ -1,3 +1,7 @@
|
||||
&fec2 {
|
||||
status = "disable";
|
||||
};
|
||||
|
||||
&usbotg1 {
|
||||
dr_mode = "peripheral";
|
||||
};
|
||||
|
Reference in New Issue
Block a user