mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Also remove DT overlays that existed only to support unsupported legacy kernels and fix a typo in a comment in rk3308-emmc.dtso
14 lines
157 B
Plaintext
14 lines
157 B
Plaintext
//Configure the OTG USB port as a USB host
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
fragment@0 {
|
|
target = <&usb20_otg>;
|
|
__overlay__ {
|
|
dr_mode = "host";
|
|
};
|
|
};
|
|
};
|