summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts
diff options
context:
space:
mode:
authorLi Jun <jun.li@freescale.com>2015-07-03 14:13:30 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-23 16:56:50 +0300
commit1d0e9468f1c9ff186a31531480309b255da67432 (patch)
tree0aed330ace34724291aa0a4c8382f6f502b2a725 /arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts
parent6f9d1f1a5441b2f978a31d0279c1bcbb62207363 (diff)
MLK-11123-30 ARM: dts: disable otg features for imx7d-12x12-lpddr3-arm2 board
Disable all otg features for otg1 port of imx7d-12x12-lpddr3-arm2 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 8d19fb5979522032cf4d96909d609aceac0dde85)
Diffstat (limited to 'arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts')
-rw-r--r--arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts b/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts
index e3041daaf78d..0cae6d96623b 100644
--- a/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts
+++ b/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts
@@ -485,11 +485,17 @@
&usbotg1 {
vbus-supply = <&reg_usb_otg1_vbus>;
+ srp-disable;
+ hnp-disable;
+ adp-disable;
status = "okay";
};
&usbotg2 {
vbus-supply = <&reg_usb_otg2_vbus>;
+ srp-disable;
+ hnp-disable;
+ adp-disable;
status = "okay";
};