projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e97789
)
MLK-14895-1 ARM: dts: add usb otg1 ID pinctrl for i.mx6ull evk
author
Li Jun
<jun.li@nxp.com>
Mon, 15 May 2017 15:00:33 +0000
(23:00 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:22:16 +0000
(15:22 -0500)
Add USB OTG1 port ID pin for imx6ull-14x14-evk.dts
Acked-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Li Jun <jun.li@nxp.com>
arch/arm/boot/dts/imx6ull-14x14-evk.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6ull-14x14-evk.dts
b/arch/arm/boot/dts/imx6ull-14x14-evk.dts
index
b306f00
..
ffab0fd
100644
(file)
--- a/
arch/arm/boot/dts/imx6ull-14x14-evk.dts
+++ b/
arch/arm/boot/dts/imx6ull-14x14-evk.dts
@@
-459,6
+459,12
@@
>;
};
+ pinctrl_usb_otg1_id: usbotg1idgrp {
+ fsl,pins = <
+ MX6UL_PAD_GPIO1_IO00__ANATOP_OTG1_ID 0x17059
+ >;
+ };
+
pinctrl_usdhc1: usdhc1grp {
fsl,pins = <
MX6UL_PAD_SD1_CMD__USDHC1_CMD 0x17059
@@
-695,6
+701,8
@@
};
&usbotg1 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usb_otg1_id>;
dr_mode = "otg";
srp-disable;
hnp-disable;