This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-11-06 21:24:29 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3710b464e4
u-boot
/
arch
/
arm
/
dts
/
imx7d-sdb-u-boot.dtsi
8 lines
72 B
Text
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 17:02:30 +00: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 21:06:01 +00:00
&usbotg1 {
dr_mode = "peripheral";
};
Reference in a new issue
Copy permalink