hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm/boot/dts/imx6qdl-prti6q.dtsi
....@@ -69,6 +69,7 @@
6969 vbus-supply = <&reg_usb_h1_vbus>;
7070 phy_type = "utmi";
7171 dr_mode = "host";
72
+ disable-over-current;
7273 status = "okay";
7374 };
7475
....@@ -78,10 +79,18 @@
7879 pinctrl-0 = <&pinctrl_usbotg>;
7980 phy_type = "utmi";
8081 dr_mode = "host";
81
- disable-over-current;
82
+ over-current-active-low;
8283 status = "okay";
8384 };
8485
86
+&usbphynop1 {
87
+ status = "disabled";
88
+};
89
+
90
+&usbphynop2 {
91
+ status = "disabled";
92
+};
93
+
8594 &usdhc1 {
8695 pinctrl-names = "default";
8796 pinctrl-0 = <&pinctrl_usdhc1>;