Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1564886 > unrolled thread
| Started by | Roger Quadros <rogerq@ti.com> |
|---|---|
| First post | 2017-01-23 12:30 +0100 |
| Last post | 2017-01-26 17:40 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 6/8] ARM: dts: dra7x-evm: Enable dual-role mode for USB1 Roger Quadros <rogerq@ti.com> - 2017-01-23 12:30 +0100
Re: [PATCH 6/8] ARM: dts: dra7x-evm: Enable dual-role mode for USB1 Tony Lindgren <tony@atomide.com> - 2017-01-26 17:10 +0100
Re: [PATCH 6/8] ARM: dts: dra7x-evm: Enable dual-role mode for USB1 Roger Quadros <rogerq@ti.com> - 2017-01-26 17:40 +0100
| From | Roger Quadros <rogerq@ti.com> |
|---|---|
| Date | 2017-01-23 12:30 +0100 |
| Subject | [PATCH 6/8] ARM: dts: dra7x-evm: Enable dual-role mode for USB1 |
| Message-ID | <t2KYW-5NX-19@gated-at.bofh.it> |
USB1 port is micro-AB type and can function as peripheral
as well as host. Enable dual-role mode for USB1.
Signed-off-by: Roger Quadros <rogerq@ti.com>
---
arch/arm/boot/dts/dra7-evm.dts | 2 +-
arch/arm/boot/dts/dra72-evm-common.dtsi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index 132f2be..d64e72d 100644
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -731,7 +731,7 @@
};
&usb1 {
- dr_mode = "peripheral";
+ dr_mode = "otg";
pinctrl-names = "default";
pinctrl-0 = <&usb1_pins>;
};
diff --git a/arch/arm/boot/dts/dra72-evm-common.dtsi b/arch/arm/boot/dts/dra72-evm-common.dtsi
index e50fbee..dc2c328 100644
--- a/arch/arm/boot/dts/dra72-evm-common.dtsi
+++ b/arch/arm/boot/dts/dra72-evm-common.dtsi
@@ -374,7 +374,7 @@
};
&usb1 {
- dr_mode = "peripheral";
+ dr_mode = "otg";
};
&usb2 {
--
2.7.4
[toc] | [next] | [standalone]
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Date | 2017-01-26 17:10 +0100 |
| Message-ID | <t3UMy-13x-29@gated-at.bofh.it> |
| In reply to | #1564886 |
* Roger Quadros <rogerq@ti.com> [170123 03:21]: > USB1 port is micro-AB type and can function as peripheral > as well as host. Enable dual-role mode for USB1. Good to see this happening :) Can you please send the dts changes separately after the driver changes have gotten merged? Meanwhile I'll untag this thread here. Thanks, Tony
[toc] | [prev] | [next] | [standalone]
| From | Roger Quadros <rogerq@ti.com> |
|---|---|
| Date | 2017-01-26 17:40 +0100 |
| Message-ID | <t3Vfz-1dq-23@gated-at.bofh.it> |
| In reply to | #1567562 |
On 26/01/17 17:56, Tony Lindgren wrote: > * Roger Quadros <rogerq@ti.com> [170123 03:21]: >> USB1 port is micro-AB type and can function as peripheral >> as well as host. Enable dual-role mode for USB1. > > Good to see this happening :) Can you please send the dts changes > separately after the driver changes have gotten merged? > Yes Tony. I won't send the dts patches again in this series. > Meanwhile I'll untag this thread here. > cheers, -roger
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web