Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1564881 > unrolled thread

[PATCH 8/8] ARM: dts: am57xx-idk: Enable dual-role mode for USB2

Started byRoger Quadros <rogerq@ti.com>
First post2017-01-23 12:30 +0100
Last post2017-01-23 12:30 +0100
Articles 1 — 1 participant

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.


Contents

  [PATCH 8/8] ARM: dts: am57xx-idk: Enable dual-role mode for USB2 Roger Quadros <rogerq@ti.com> - 2017-01-23 12:30 +0100

#1564881 — [PATCH 8/8] ARM: dts: am57xx-idk: Enable dual-role mode for USB2

FromRoger Quadros <rogerq@ti.com>
Date2017-01-23 12:30 +0100
Subject[PATCH 8/8] ARM: dts: am57xx-idk: Enable dual-role mode for USB2
Message-ID<t2KYW-5NX-5@gated-at.bofh.it>
USB port is micro-AB type and can function as peripheral
as well as host. Enable dual-role mode for USB2.

Signed-off-by: Roger Quadros <rogerq@ti.com>
---
 arch/arm/boot/dts/am57xx-idk-common.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/am57xx-idk-common.dtsi b/arch/arm/boot/dts/am57xx-idk-common.dtsi
index 814a720..14bdb24 100644
--- a/arch/arm/boot/dts/am57xx-idk-common.dtsi
+++ b/arch/arm/boot/dts/am57xx-idk-common.dtsi
@@ -376,7 +376,7 @@
 };
 
 &usb2 {
-	dr_mode = "peripheral";
+	dr_mode = "otg";
 };
 
 &mmc2 {
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web