Thanks for the tip,
I changed USB1 to this and boom it works
&usb_dwc3_0 {
extcon = <&extcon_usb_1_id>;
dr_mode = “host”;
hnp-disable;
srp-disable;
adp-disable;
pinctrl-names = “default”;
pinctrl-0 = <&pinctrl_usb1_en>;
};
Thanks for the tip,
I changed USB1 to this and boom it works
&usb_dwc3_0 {
extcon = <&extcon_usb_1_id>;
dr_mode = “host”;
hnp-disable;
srp-disable;
adp-disable;
pinctrl-names = “default”;
pinctrl-0 = <&pinctrl_usb1_en>;
};