From: denis@eukrea.com (Denis Carikli)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/9] ARM: dts: mbimxsd51 baseboard: Add USB host support
Date: Fri, 7 Mar 2014 18:04:17 +0100 [thread overview]
Message-ID: <1394211863-7569-3-git-send-email-denis@eukrea.com> (raw)
In-Reply-To: <1394211863-7569-1-git-send-email-denis@eukrea.com>
Signed-off-by: Denis Carikli <denis@eukrea.com>
---
.../boot/dts/imx51-eukrea-mbimxsd51-baseboard.dts | 47 ++++++++++++++++++++
1 file changed, 47 insertions(+)
diff --git a/arch/arm/boot/dts/imx51-eukrea-mbimxsd51-baseboard.dts b/arch/arm/boot/dts/imx51-eukrea-mbimxsd51-baseboard.dts
index 5cec4f3..4d970b3 100644
--- a/arch/arm/boot/dts/imx51-eukrea-mbimxsd51-baseboard.dts
+++ b/arch/arm/boot/dts/imx51-eukrea-mbimxsd51-baseboard.dts
@@ -151,6 +151,29 @@
MX51_PAD_CSI1_D9__GPIO3_13 0x1f5
>;
};
+
+ pinctrl_usbh1: usbh1grp {
+ fsl,pins = <
+ MX51_PAD_USBH1_CLK__USBH1_CLK 0x1e5
+ MX51_PAD_USBH1_DIR__USBH1_DIR 0x1e5
+ MX51_PAD_USBH1_NXT__USBH1_NXT 0x1e5
+ MX51_PAD_USBH1_DATA0__USBH1_DATA0 0x1e5
+ MX51_PAD_USBH1_DATA1__USBH1_DATA1 0x1e5
+ MX51_PAD_USBH1_DATA2__USBH1_DATA2 0x1e5
+ MX51_PAD_USBH1_DATA3__USBH1_DATA3 0x1e5
+ MX51_PAD_USBH1_DATA4__USBH1_DATA4 0x1e5
+ MX51_PAD_USBH1_DATA5__USBH1_DATA5 0x1e5
+ MX51_PAD_USBH1_DATA6__USBH1_DATA6 0x1e5
+ MX51_PAD_USBH1_DATA7__USBH1_DATA7 0x1e5
+ MX51_PAD_USBH1_STP__USBH1_STP 0x1e5
+ >;
+ };
+
+ pinctrl_usbh1_vbus: usbh1-vbusgrp {
+ fsl,pins = <
+ MX51_PAD_EIM_CS3__GPIO2_28 0x1f5
+ >;
+ };
};
};
@@ -173,3 +196,27 @@
fsl,uart-has-rtscts;
status = "okay";
};
+
+&usbh1 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usbh1>;
+ phy_type = "ulpi";
+ dr_mode = "host";
+ status = "okay";
+};
+
+&usbotg {
+ phy_type = "utmi_wide";
+ dr_mode = "host";
+ status = "okay";
+};
+
+&usbphy0 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usbh1_vbus>;
+ reset-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
+};
+
+&usbphy1 {
+ clock-frequency = <19200000>;
+};
--
1.7.9.5
next prev parent reply other threads:[~2014-03-07 17:04 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-07 17:04 [PATCH 1/9] usb: chipidea: usbmisc: Add USB Host support for i.MX25/i.MX35 CPUs Denis Carikli
2014-03-07 17:04 ` [PATCH 2/9] ARM: dts: i.MX51: Add a second usbphy Denis Carikli
2014-03-10 0:52 ` Peter Chen
2014-03-10 4:51 ` Alexander Shiyan
2014-03-10 5:50 ` Peter Chen
2014-03-10 5:58 ` Alexander Shiyan
2014-03-10 6:04 ` Peter Chen
2014-03-07 17:04 ` Denis Carikli [this message]
2014-03-07 17:04 ` [PATCH 4/9] ARM: dts: imx25.dtsi: Fix USB support Denis Carikli
2014-03-07 22:57 ` Fabio Estevam
2014-03-07 17:04 ` [PATCH 5/9] ARM: dts: mbimxsd25 baseboard: Add USB host support Denis Carikli
2014-03-07 17:04 ` [PATCH 6/9] ARM: dts: i.MX35: Add USB support Denis Carikli
2014-03-10 1:34 ` Peter Chen
2014-03-10 5:03 ` Shawn Guo
2014-03-07 17:04 ` [PATCH 7/9] ARM: dts: mbimxsd35 baseboard: Add USB host support Denis Carikli
2014-03-07 17:04 ` [PATCH 8/9] ARM: imx_v6_v7_defconfig: Enable drivers for i.MX51 USB Host support Denis Carikli
2014-03-10 1:36 ` Peter Chen
2014-03-07 17:04 ` [PATCH 9/9] ARM: imx_v4_v5_defconfig: Enable drivers for i.MX25/i.MX35 " Denis Carikli
2014-03-10 1:35 ` Peter Chen
2014-03-07 19:01 ` [PATCH 1/9] usb: chipidea: usbmisc: Add USB Host support for i.MX25/i.MX35 CPUs Sergei Shtylyov
2014-03-08 5:32 ` Alexander Shiyan
2014-03-10 0:40 ` Peter Chen
2014-03-10 1:21 ` Fabio Estevam
2014-03-10 4:58 ` Alexander Shiyan
2014-03-10 11:16 ` Fabio Estevam
2014-03-10 15:32 ` Fabio Estevam
2014-03-10 5:55 ` Eric Bénard
2014-03-10 11:19 ` Fabio Estevam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1394211863-7569-3-git-send-email-denis@eukrea.com \
--to=denis@eukrea.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).