This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
u-boot
Watch
1
Star
0
Fork
1
You've already forked u-boot
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
efece632e7063c0ee901b6ffb4bb6294b45665f2
u-boot
/
arch
/
arm
/
dts
/
imx7d-sdb-u-boot.dtsi
8 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
mx7dsabre: Enable DM_ETH Also sync device tree with v5.5-rc1 Signed-off-by: Joris Offouga <offougajoris@gmail.com>
2019-12-08 18:02:30 +01:00
&fec2 {
status = "disable";
};
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>
2020-01-29 22:06:01 +01:00
&usbotg1 {
dr_mode = "peripheral";
};
Reference in New Issue
Copy Permalink