summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jun <jun.li@nxp.com>2016-05-17 10:45:08 +0800
committerFrank Li <Frank.Li@nxp.com>2016-05-23 15:07:31 -0500
commit1c60143f43252a1c5cc94b600ed32fcd0c74648c (patch)
treeece78286df7d4d2d47b1e8cad89af64e353f0d05
parentaca13862759eed46d7ec9cc61170e5243b8865b9 (diff)
MLK-12781 ARM: dts: imx7d-12x12-lpddr3-arm2: add pinctrl for usb vbus
Add pinctrls for usbotg1 and usbotg2 vbus control. This missing keeps the vbus enable pin is high after power up, so vbus is on and otg port will not enter suspend in device mode, as active usb port has high bus freq requested, this prevents system enter low bus freq. Signed-off-by: Li Jun <jun.li@nxp.com>
-rw-r--r--arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts4
1 files changed, 4 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 b5765a23e6dd..c7f7ad8d627d 100644
--- a/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts
+++ b/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts
@@ -951,6 +951,8 @@
&usbotg1 {
vbus-supply = <&reg_usb_otg1_vbus>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usbotg1_vbus>;
srp-disable;
hnp-disable;
adp-disable;
@@ -959,6 +961,8 @@
&usbotg2 {
vbus-supply = <&reg_usb_otg2_vbus>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usbotg2_vbus>;
srp-disable;
hnp-disable;
adp-disable;