1
0
Fork 0

zero-sugar dts: disable USB OTG1, leaving USB OTG2 to be the def. eth-gadget/SSH port

pull/10/head
Steinar Bakkemo 2019-05-23 17:39:07 +02:00
parent b37b7303b2
commit 519de8683a
1 changed files with 7 additions and 3 deletions

View File

@ -474,17 +474,21 @@
status = "okay";
};
/*
&usbotg1 {
vbus-supply = <&reg_usb_otg1_vbus>;
srp-disable;
hnp-disable;
adp-disable;
status = "okay";
};
status = "disabled";
};*/
&usbotg2 {
vbus-supply = <&reg_usb_otg2_vbus>;
dr_mode = "host";
srp-disable;
hnp-disable;
asp-disable;
/*dr_mode = "device";*/
status = "okay";
};