mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Kumar Gala <galak@codeaurora.org>
To: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: linux-arm-msm@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
	Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Russell King <linux@arm.linux.org.uk>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 03/12] ARM: dts: apq8064: Add USB OTG support
Date: Thu, 26 Feb 2015 12:27:59 -0600	[thread overview]
Message-ID: <1C851112-EDEB-41D3-BFA4-47840BF34017@codeaurora.org> (raw)
In-Reply-To: <1424678108-13052-1-git-send-email-srinivas.kandagatla@linaro.org>


On Feb 23, 2015, at 1:55 AM, Srinivas Kandagatla <srinivas.kandagatla@linaro.org> wrote:

> This patch adds USB OTG support on USB1 of APQ8064 SOC.
> Tested on IFC6410 with ethernet gadget.
> 
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> ---
> arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 22 ++++++++++++++++++++
> arch/arm/boot/dts/qcom-apq8064.dtsi        | 32 ++++++++++++++++++++++++++++++
> 2 files changed, 54 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts b/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
> index 40657a4..1723cdf 100644
> --- a/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
> +++ b/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
> @@ -61,12 +61,25 @@
> 				regulator-max-microvolt = <3300000>;
> 			};
> 
> +			pm8921_l4: pm8921-l4 {
> +				regulator-min-microvolt = <1000000>;
> +				regulator-max-microvolt = <1800000>;
> +			};
> +
> 			pm8921_l23: pm8921-l23 {
> 				regulator-min-microvolt = <1700000>;
> 				regulator-max-microvolt = <1900000>;
> 			};
> 		};
> 
> +		/* OTG */
> +		usb1_phy: phy@12500000 {
> +			status		= "okay";
> +			vddcx-supply	= <&pm8921_s3>;
> +			v3p3-supply	= <&pm8921_l3>;
> +			v1p8-supply	= <&pm8921_l4>;
> +		};
> +
> 		usb3_phy: phy@12520000 {
> 			status		= "okay";
> 			vddcx-supply	= <&pm8921_s3>;
> @@ -81,6 +94,15 @@
> 			v1p8-supply	= <&pm8921_l23>;
> 		};
> 
> +		gadget1: gadget@12500000 {
> +			status = "okay";
> +		};
> +
> +		/* OTG */
> +		usb1: usb@12500000 {
> +			status = "okay";
> +		};
> +
> 		usb3: usb@12520000 {
> 			status = "okay";
> 		};
> diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi
> index e33eb03..c251c72 100644
> --- a/arch/arm/boot/dts/qcom-apq8064.dtsi
> +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi
> @@ -488,6 +488,21 @@
> 			};
> 		};
> 
> +		usb1_phy: phy@12500000 {
> +			compatible	= "qcom,usb-otg-ci";
> +			reg		= <0x12500000 0x400>;
> +			interrupts	= <0 100 IRQ_TYPE_NONE>;

Same comments about 0 -> GIC_SPI, and IRQ_TYPE_NONE -> IRQ_TYPE_LEVEL_HIGH

> +			status		= "disabled";
> +			dr_mode		= "host";
> +
> +			clocks		= <&gcc USB_HS1_XCVR_CLK>,
> +					  <&gcc USB_HS1_H_CLK>;
> +			clock-names	= "core", "iface";
> +
> +			resets		= <&gcc USB_HS1_RESET>;
> +			reset-names	= "link";
> +		};
> +
> 		usb3_phy: phy@12520000 {
> 			compatible	= "qcom,usb-otg-ci";
> 			reg		= <0x12520000 0x400>;
> @@ -518,6 +533,23 @@
> 			reset-names	= "link";
> 		};
> 
> +		gadget1: gadget@12500000 {
> +			compatible	= "qcom,ci-hdrc";
> +			reg		= <0x12500000 0x400>;
> +			status		= "disabled";
> +			dr_mode		= "peripheral";
> +			interrupts	= <0 100 IRQ_TYPE_NONE>;
> +			usb-phy		= <&usb1_phy>;
> +		};
> +
> +		usb1: usb@12500000 {
> +			compatible	= "qcom,ehci-host";
> +			reg		= <0x12500000 0x400>;
> +			interrupts	= <0 100 IRQ_TYPE_NONE>;
> +			status		= "disabled";
> +			usb-phy		= <&usb1_phy>;
> +		};
> +
> 		usb3: usb@12520000 {
> 			compatible	= "qcom,ehci-host";
> 			reg		= <0x12520000 0x400>;
> -- 
> 1.9.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


  reply	other threads:[~2015-02-26 18:28 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <424678035-12862-1-git-send-email-srinivas.kandagatla@linaro.org>
2015-02-23  7:54 ` [PATCH 01/12] ARM: dts: apq8064: add RPM regulators support Srinivas Kandagatla
2015-02-26 18:25   ` Kumar Gala
2015-02-26 18:26     ` Srinivas Kandagatla
2015-02-26 19:05     ` Bjorn Andersson
2015-02-26 19:00   ` Bjorn Andersson
2015-02-26 19:11     ` Bjorn Andersson
2015-02-26 20:20     ` Srinivas Kandagatla
2015-02-26 19:31   ` Stephen Boyd
2015-02-26 20:09     ` Srinivas Kandagatla
2015-02-26 20:11       ` Stephen Boyd
2015-02-26 21:20         ` Bjorn Andersson
2015-02-23  7:55 ` [PATCH 02/12] ARM: dts: apq8064: Add usb host support Srinivas Kandagatla
2015-02-26 18:27   ` Kumar Gala
2015-02-23  7:55 ` [PATCH 03/12] ARM: dts: apq8064: Add USB OTG support Srinivas Kandagatla
2015-02-26 18:27   ` Kumar Gala [this message]
2015-02-23  7:55 ` [PATCH 04/12] ARM: dts: apq8064: Add SATA controller support Srinivas Kandagatla
2015-02-23  7:55 ` [PATCH 05/12] ARM: dts: APQ8064: Add MDP support Srinivas Kandagatla
2015-02-23  7:55 ` [PATCH 06/12] ARM: DT: apq8064: add pci support in CM QS600 Srinivas Kandagatla
2015-02-23 11:31   ` Igor Grinberg
2015-02-23 11:43     ` Srinivas Kandagatla
2015-02-24 10:23       ` Stanimir Varbanov
2015-02-24 10:47         ` Srinivas Kandagatla
2015-02-23  7:55 ` [PATCH 07/12] ARM: DT: apq8064: Add usb host support to CM QS-600 Srinivas Kandagatla
2015-02-23 11:31   ` Igor Grinberg
2015-02-23  7:55 ` [PATCH 08/12] ARM: DT: apq8064: Add USB OTG support for " Srinivas Kandagatla
2015-02-23 11:31   ` Igor Grinberg
2015-02-23  7:55 ` [PATCH 09/12] ARM: qcom: Add DT alias for serial port Srinivas Kandagatla
2015-02-23  7:56 ` [PATCH 10/12] ARM: dts: apq8064: Remove incorrect gsbi2 node Srinivas Kandagatla
2015-02-23  7:56 ` [PATCH 11/12] ARM: dts: Move i2c1 pinctrl to apq8064.dtsi Srinivas Kandagatla
2015-02-23  7:56 ` [PATCH 12/12] ARM: dts: apq8064 add i2c3 node for panel Srinivas Kandagatla

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=1C851112-EDEB-41D3-BFA4-47840BF34017@codeaurora.org \
    --to=galak@codeaurora.org \
    --cc=devicetree@vger.kernel.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=srinivas.kandagatla@linaro.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

all inboxes | Powered by JetHome®