linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm: dtsi: am335x-bone-common, usb0 is peripheral only
@ 2014-01-11 14:00 Markus Pargmann
  2014-02-13 22:54 ` Tony Lindgren
  0 siblings, 1 reply; 6+ messages in thread
From: Markus Pargmann @ 2014-01-11 14:00 UTC (permalink / raw)
  To: linux-arm-kernel

The PMIC is using usb0 vbus line as power source. It is also connected
to the am335x processor as vbus sense. But there is no possibility to
pullup usb0 vbus to operate as host. This patch fixes the dr_mode of usb0.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
---
 arch/arm/boot/dts/am335x-bone-common.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/am335x-bone-common.dtsi b/arch/arm/boot/dts/am335x-bone-common.dtsi
index e3f27ec..da2db9b 100644
--- a/arch/arm/boot/dts/am335x-bone-common.dtsi
+++ b/arch/arm/boot/dts/am335x-bone-common.dtsi
@@ -197,6 +197,7 @@
 
 	usb at 47401000 {
 		status = "okay";
+		dr_mode = "peripheral";
 	};
 
 	usb at 47401800 {
-- 
1.8.5.2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-02-14 16:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-11 14:00 [PATCH] arm: dtsi: am335x-bone-common, usb0 is peripheral only Markus Pargmann
2014-02-13 22:54 ` Tony Lindgren
2014-02-13 23:13   ` Markus Pargmann
2014-02-13 23:25     ` Tony Lindgren
2014-02-14 10:02       ` Markus Pargmann
2014-02-14 16:20         ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).