projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
478c944
)
ARM: dts: imx6ul-14x14-evk: add USB dual-role support
author
Peter Chen
<peter.chen@nxp.com>
Tue, 2 Aug 2016 09:08:23 +0000
(17:08 +0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Tue, 1 Nov 2016 13:35:01 +0000
(21:35 +0800)
With commit
851ce932242d
("usb: chipidea: otg: don't wait vbus
drops below BSV when starts host"), the driver can support
enabling vbus output without software control, so this board
(control vbus output through ID pin) can support dual-role now.
Signed-off-by: Peter Chen <peter.chen@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ul-14x14-evk.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/imx6ul-14x14-evk.dts
b/arch/arm/boot/dts/imx6ul-14x14-evk.dts
index e281d5087d4ad66c99accfb8980c6c027ef4cc51..c5cf9424ae3553fe5d4ae67db81a9a1e411753d0 100644
(file)
--- a/
arch/arm/boot/dts/imx6ul-14x14-evk.dts
+++ b/
arch/arm/boot/dts/imx6ul-14x14-evk.dts
@@
-225,7
+225,7
@@
};
&usbotg1 {
- dr_mode = "
peripheral
";
+ dr_mode = "
otg
";
status = "okay";
};