mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: i.MX6: saresd: set USB PHY and DR mode
@ 2014-02-17 12:04 Lucas Stach
  2014-02-17 12:04 ` [PATCH 2/2] ARM: i.MX6: sabresd: switch to multi-image Lucas Stach
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lucas Stach @ 2014-02-17 12:04 UTC (permalink / raw)
  To: barebox

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 arch/arm/dts/imx6qdl-sabresd.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/imx6qdl-sabresd.dtsi b/arch/arm/dts/imx6qdl-sabresd.dtsi
index 346e32a22c56..78c9fd54ebd3 100644
--- a/arch/arm/dts/imx6qdl-sabresd.dtsi
+++ b/arch/arm/dts/imx6qdl-sabresd.dtsi
@@ -280,6 +280,8 @@
 
 &usbh1 {
 	vbus-supply = <&reg_usb_h1_vbus>;
+	phy_type = "utmi";
+	dr_mode = "host";
 	status = "okay";
 };
 
@@ -287,6 +289,8 @@
 	vbus-supply = <&reg_usb_otg_vbus>;
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_usbotg>;
+	phy_type = "utmi";
+	dr_mode = "host";
 	disable-over-current;
 	status = "okay";
 };
-- 
1.8.5.3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2014-02-19 10:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-17 12:04 [PATCH 1/2] ARM: i.MX6: saresd: set USB PHY and DR mode Lucas Stach
2014-02-17 12:04 ` [PATCH 2/2] ARM: i.MX6: sabresd: switch to multi-image Lucas Stach
2014-02-17 19:46 ` [PATCH 1/2] ARM: i.MX6: saresd: set USB PHY and DR mode Robert Schwebel
2014-02-19 10:33 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox