diff options
author | Li Jun <jun.li@freescale.com> | 2015-07-03 14:10:50 +0800 |
---|---|---|
committer | Li Jun <jun.li@freescale.com> | 2015-07-22 10:22:15 +0800 |
commit | 7d37abe93728d8b5a4ce9df35b562c820e7b1557 (patch) | |
tree | 40a624a0752c1e8d44a6911ee1c6cb5905656e8e /arch | |
parent | c91339cf5d051c3f4a8ed70855fd1a7558cbe8eb (diff) |
MLK-11123-25 ARM: dts: disable otg features for imx6sx-17x17-arm2 board
Disable all otg features for otg1 port of imx6sx-17x17-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 46d2433c7e8e8b89352c823a6ccf267d3ac7882b)
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx6sx-17x17-arm2.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-17x17-arm2.dts b/arch/arm/boot/dts/imx6sx-17x17-arm2.dts index 936c7a6c97f9..948c93ad7b05 100644 --- a/arch/arm/boot/dts/imx6sx-17x17-arm2.dts +++ b/arch/arm/boot/dts/imx6sx-17x17-arm2.dts @@ -497,6 +497,9 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usbotg1_1>; disable-over-current; + srp-disable; + hnp-disable; + adp-disable; status = "okay"; }; |