Set OTG2 over current flag to be active low, OTG1 OC is not used
by default.

Signed-off-by: Li Jun <[email protected]>
---
 arch/arm/boot/dts/imx7d-sdb.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts
index b267f79..44ed399 100644
--- a/arch/arm/boot/dts/imx7d-sdb.dts
+++ b/arch/arm/boot/dts/imx7d-sdb.dts
@@ -287,7 +287,9 @@
 
 &usbotg2 {
        vbus-supply = <&reg_usb_otg2_vbus>;
+       pinctrl-0 = <&pinctrl_usbotg2>;
        dr_mode = "host";
+       over-current-polarity = <0>;
        status = "okay";
 };
 
@@ -415,6 +417,12 @@
                        >;
                };
 
+               pinctrl_usbotg2: usbotg2grp {
+                       fsl,pins = <
+                               MX7D_PAD_GPIO1_IO06__USB_OTG2_OC        0x59
+                       >;
+               };
+
                pinctrl_usdhc1: usdhc1grp {
                        fsl,pins = <
                                MX7D_PAD_SD1_CMD__SD1_CMD               0x59
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to