MLK-11123-24 ARM: dts: disable otg features for imx6sl-evk board
authorLi Jun <jun.li@freescale.com>
Fri, 3 Jul 2015 06:09:48 +0000 (14:09 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:47:18 +0000 (14:47 -0500)
Disable all otg features for otg1 port of imx6sl-evk 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 855c996b52317760e114e7884810a0b438b6e3ee)

arch/arm/boot/dts/imx6sl-evk.dts

index be11882..29de68b 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_usbotg1>;
        disable-over-current;
+       srp-disable;
+       hnp-disable;
+       adp-disable;
        status = "okay";
 };