MLK-12087 ARM: dts: imx6ul-9x9-evk.dts: add dual-role support for otg port
authorPeter Chen <peter.chen@freescale.com>
Mon, 28 Dec 2015 06:24:11 +0000 (14:24 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:49:37 +0000 (14:49 -0500)
Add dual-role support for imx6ul-9x9 evk board, the full otg function
is not supported at this board due to the vbus can't be controlled
by software.

Signed-off-by: Peter Chen <peter.chen@freescale.com>
arch/arm/boot/dts/imx6ul-9x9-evk.dts

index 4739de0..1be7d84 100644 (file)
 };
 
 &usbotg1 {
-       dr_mode = "peripheral";
+       dr_mode = "otg";
+       srp-disable;
+       hnp-disable;
+       adp-disable;
        status = "okay";
 };