projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d57a90
)
MLK-12087 ARM: dts: imx6ul-9x9-evk.dts: add dual-role support for otg port
author
Peter Chen
<peter.chen@freescale.com>
Mon, 28 Dec 2015 06:24:11 +0000
(14:24 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:49:37 +0000
(14:49 -0500)
Add dual-role support for imx6ul-9x9 evk board, the full otg function
is not supported at this board due to the vbus can't be controlled
by software.
Signed-off-by: Peter Chen <peter.chen@freescale.com>
arch/arm/boot/dts/imx6ul-9x9-evk.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6ul-9x9-evk.dts
b/arch/arm/boot/dts/imx6ul-9x9-evk.dts
index
4739de0
..
1be7d84
100644
(file)
--- a/
arch/arm/boot/dts/imx6ul-9x9-evk.dts
+++ b/
arch/arm/boot/dts/imx6ul-9x9-evk.dts
@@
-743,7
+743,10
@@
};
&usbotg1 {
- dr_mode = "peripheral";
+ dr_mode = "otg";
+ srp-disable;
+ hnp-disable;
+ adp-disable;
status = "okay";
};