projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b01542f
)
MLK-13638-2 ARM: dts: imx7ulp-evk: fix GPIO direction for USB vbus and id
author
Peter Chen
<peter.chen@nxp.com>
Fri, 6 Jan 2017 02:58:33 +0000
(10:58 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:58:18 +0000
(14:58 -0500)
The vbus should be output, and the id should be input.
Without this change, the GPIO configuration (through pinctrl
register) is incorrect from system suspend.
Signed-off-by: Peter Chen <peter.chen@nxp.com>
arch/arm/boot/dts/imx7ulp-evk.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx7ulp-evk.dts
b/arch/arm/boot/dts/imx7ulp-evk.dts
index
dcbbded
..
1e20bcd
100644
(file)
--- a/
arch/arm/boot/dts/imx7ulp-evk.dts
+++ b/
arch/arm/boot/dts/imx7ulp-evk.dts
@@
-263,13
+263,13
@@
pinctrl_usb_otg1: usbotg1grp {
fsl,pins = <
- ULP1_PAD_PTC0__PTC0 0x
3
0100
+ ULP1_PAD_PTC0__PTC0 0x
2
0100
>;
};
pinctrl_extcon_usb1: extcon1grp {
fsl,pins = <
- ULP1_PAD_PTC8__PTC8 0x
3
0103
+ ULP1_PAD_PTC8__PTC8 0x
1
0103
>;
};