kernel/arch/arm/boot/dts/imx6qdl-prti6q.dtsi
.. .. @@ -69,6 +69,7 @@ 69 69 vbus-supply = <®_usb_h1_vbus>; 70 70 phy_type = "utmi"; 71 71 dr_mode = "host"; 72 + disable-over-current;72 73 status = "okay"; 73 74 }; 74 75 .. .. @@ -78,10 +79,18 @@ 78 79 pinctrl-0 = <&pinctrl_usbotg>; 79 80 phy_type = "utmi"; 80 81 dr_mode = "host"; 81 - disable-over-current;82 + over-current-active-low;82 83 status = "okay"; 83 84 }; 84 85 86 +&usbphynop1 {87 + status = "disabled";88 +};89 +90 +&usbphynop2 {91 + status = "disabled";92 +};93 +85 94 &usdhc1 { 86 95 pinctrl-names = "default"; 87 96 pinctrl-0 = <&pinctrl_usdhc1>;