1
0
Fork 0

MLK-20158-2 ARM: dts: imx7ulp-evk: add pinctrl for "sleep" state

After commit 2911e974c8 ("MLK-19098 ARM: dts: imx7ulp-evk: use OTG
ID function instead of GPIO") , the ID pinctrl is set by chipidea
driver, so we need to restore its setting after system resume
due to pinctrl setting is lost at VLLS state.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
pull/10/head
Peter Chen 2018-11-01 15:21:29 +08:00
parent a52fedcf87
commit bdd5bc98ae
1 changed files with 2 additions and 1 deletions

View File

@ -524,8 +524,9 @@
&usbotg1 {
vbus-supply = <&reg_usb_otg1_vbus>;
pinctrl-names = "default";
pinctrl-names = "default", "sleep";
pinctrl-0 = <&pinctrl_usbotg1_id>;
pinctrl-1 = <&pinctrl_usbotg1_id>;
srp-disable;
hnp-disable;
adp-disable;