linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: tegra: nyan: Mark all USB ports as host
@ 2016-09-18 10:28 Paul Kocialkowski
  2016-09-20 11:51 ` Jon Hunter
  2016-11-07 13:28 ` Thierry Reding
  0 siblings, 2 replies; 10+ messages in thread
From: Paul Kocialkowski @ 2016-09-18 10:28 UTC (permalink / raw)
  To: linux-arm-kernel

Nyan boards only have host USB ports (2 external, 1 internal), there is
no OTG-enabled connector.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
---
 arch/arm/boot/dts/tegra124-nyan.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/tegra124-nyan.dtsi b/arch/arm/boot/dts/tegra124-nyan.dtsi
index 18db797..254b2ee 100644
--- a/arch/arm/boot/dts/tegra124-nyan.dtsi
+++ b/arch/arm/boot/dts/tegra124-nyan.dtsi
@@ -435,7 +435,7 @@
 			usb2-0 {
 				vbus-supply = <&vdd_usb1_vbus>;
 				status = "okay";
-				mode = "otg";
+				mode = "host";
 			};
 
 			usb2-1 {
-- 
2.9.3

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

end of thread, other threads:[~2016-11-08 13:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-18 10:28 [PATCH] ARM: tegra: nyan: Mark all USB ports as host Paul Kocialkowski
2016-09-20 11:51 ` Jon Hunter
2016-11-07 13:28 ` Thierry Reding
2016-11-07 14:09   ` Jon Hunter
2016-11-08  8:54     ` Peter De Schrijver
2016-11-08  9:09       ` Paul Kocialkowski
2016-11-08  9:47       ` Jon Hunter
2016-11-08 11:07         ` Thierry Reding
2016-11-08 11:09           ` Jon Hunter
2016-11-08 13:02             ` Paul Kocialkowski

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).