@John9967,
Hi John,
I have same issue with microB USB2.0 with iMX8MM NXP processor.
I have updated the dts as you suggested. Still the issue persists.
Below is my dtsi:
&usbotg1 {
- dr_mode = "otg";
+ dr_mode = "device";
picophy,pre-emp-curr-control = <3>;
picophy,dc-vol-level-adjust = <7>;
+ extcon = <&extcon_usb1>;
hnp-disable;
srp-disable;
adp-disable;
- snps,dis-u1-entry-quirk;
- snps,dis-u2-entry-quirk;
- extcon = <&typec_ptn5150>;
status = "okay";
+ wakeup-source;
};
+ extcon_usb1: extcon_usb1 {
+ compatible = "linux,extcon-usb-gpio";
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_extcon>;
+ id-gpio = <&gpio1 10 GPIO_ACTIVE_HIGH>;
+ status = "okay";
+ };
Guide me to get access using PC. I am willing to use adb.
Thanks in Advance!