From: Sebastian Reichel <sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
"Benoît Cousson"
<bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
"Marcel Partap" <mpartap-hi6Y0CQ0nG0@public.gmane.org>,
"Michael Scott"
<michael.scott-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Subject: Re: [PATCH] ARM: dts: omap4-droid4: Configure EHCI so modems can be accessed
Date: Sun, 19 Mar 2017 06:31:15 +0100 [thread overview]
Message-ID: <20170319053115.yvcoskpnjs7ltd63@earth> (raw)
In-Reply-To: <20170315004033.28852-1-tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 2068 bytes --]
Hi,
On Tue, Mar 14, 2017 at 05:40:33PM -0700, Tony Lindgren wrote:
> Droid 4 has two modems, mdm6600 and w3glte. Both are on the HCI USB
> controller.
>
> Let's add a configuration for the HCI so the modems can be enabled.
>
> Note that the modems still need GPIO based configuration that can
> be done with the test-d4-echi shell script I've posted to:
>
> http://muru.com/linux/d4/test-d4-ehci
>
> Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> Cc: Marcel Partap <mpartap-hi6Y0CQ0nG0@public.gmane.org>
> Cc: Michael Scott <michael.scott-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> Cc: Sebastian Reichel <sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> Signed-off-by: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
Tested-by: Sebastian Reichel <sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-- Sebastian
> ---
> arch/arm/boot/dts/omap4-droid4-xt894.dts | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
>
> diff --git a/arch/arm/boot/dts/omap4-droid4-xt894.dts b/arch/arm/boot/dts/omap4-droid4-xt894.dts
> --- a/arch/arm/boot/dts/omap4-droid4-xt894.dts
> +++ b/arch/arm/boot/dts/omap4-droid4-xt894.dts
> @@ -71,6 +71,11 @@
> regulator-always-on;
> };
>
> + /* HS USB Host PHY on PORT 1 */
> + hsusb1_phy: hsusb1_phy {
> + compatible = "usb-nop-xceiv";
> + };
> +
> /* LCD regulator from sw5 source */
> lcd_regulator: regulator-lcd {
> compatible = "regulator-fixed";
> @@ -475,6 +480,15 @@
> &omap4_pmx_core 0x17c>;
> };
>
> +&usbhsehci {
> + phys = <&hsusb1_phy>;
> +};
> +
> +&usbhshost {
> + port1-mode = "ohci-phy-4pin-dpdm";
> + port2-mode = "ehci-tll";
> +};
> +
> /* Internal UTMI+ PHY used for OTG, CPCAP ULPI PHY for detection and charger */
> &usb_otg_hs {
> interface-type = <1>;
> --
> 2.11.1
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2017-03-19 5:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-15 0:40 [PATCH] ARM: dts: omap4-droid4: Configure EHCI so modems can be accessed Tony Lindgren
[not found] ` <20170315004033.28852-1-tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2017-03-19 5:31 ` Sebastian Reichel [this message]
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=20170319053115.yvcoskpnjs7ltd63@earth \
--to=sre-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
--cc=bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=michael.scott-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=mpartap-hi6Y0CQ0nG0@public.gmane.org \
--cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.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