MLK-11123-31 ARM: dts: disable otg features for imx7d-sdb board
authorLi Jun <jun.li@freescale.com>
Fri, 3 Jul 2015 06:14:00 +0000 (14:14 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:47:19 +0000 (14:47 -0500)
Disable all otg features for otg1 port of imx7d-sdb board, then
the otg port can only do role swtich by ID pin state.

Signed-off-by: Li Jun <jun.li@freescale.com>
(cherry picked from commit 3c59511b7eac99da8c9bd373b82ddcbf61d1ef8a)

arch/arm/boot/dts/imx7d-sdb.dts

index f7cbf3d..6ee8cef 100644 (file)
 
 &usbotg1 {
        vbus-supply = <&reg_usb_otg1_vbus>;
+       srp-disable;
+       hnp-disable;
+       adp-disable;
        status = "okay";
 };