devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Bhushan Shah <bshah@kde.org>
Cc: Andy Gross <andy.gross@linaro.org>,
	David Brown <david.brown@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Russell King <linux@armlinux.org.uk>,
	linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org,
	devicetree@vger.kernel.org
Subject: Re: [PATCH] ARM: dts: qcom: msm8974-hammerhead: Add sdhci1 node
Date: Fri, 29 Jul 2016 09:27:53 -0700	[thread overview]
Message-ID: <20160729162753.GY13516@tuxbot> (raw)
In-Reply-To: <20160720062610.20822-1-bshah@kde.org>

On Tue 19 Jul 23:26 PDT 2016, Bhushan Shah wrote:

> This introduces the eMMC sdhci node and its pinctrl state
> 
> Signed-off-by: Bhushan Shah <bshah@kde.org>

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>

Regards,
Bjorn

> ---
>  .../dts/qcom-msm8974-lge-nexus5-hammerhead.dts     | 29 ++++++++++++++++++++++
>  1 file changed, 29 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/qcom-msm8974-lge-nexus5-hammerhead.dts b/arch/arm/boot/dts/qcom-msm8974-lge-nexus5-hammerhead.dts
> index 68f071f..947bd7f 100644
> --- a/arch/arm/boot/dts/qcom-msm8974-lge-nexus5-hammerhead.dts
> +++ b/arch/arm/boot/dts/qcom-msm8974-lge-nexus5-hammerhead.dts
> @@ -233,6 +233,35 @@
>  		status = "ok";
>  	};
>  
> +	pinctrl@fd510000 {
> +		sdhc1_pin_a: sdhc1-pin-active {
> +			clk {
> +				pins = "sdc1_clk";
> +				drive-strength = <16>;
> +				bias-disable;
> +			};
> +
> +			cmd-data {
> +				pins = "sdc1_cmd", "sdc1_data";
> +				drive-strength = <10>;
> +				bias-pull-up;
> +			};
> +		};
> +	};
> +
> +	sdhci@f9824900 {
> +		status = "ok";
> +
> +		vmmc-supply = <&pm8941_l20>;
> +		vqmmc-supply = <&pm8941_s3>;
> +
> +		bus-width = <8>;
> +		non-removable;
> +
> +		pinctrl-names = "default";
> +		pinctrl-0 = <&sdhc1_pin_a>;
> +	};
> +
>  	gpio-keys {
>  		compatible = "gpio-keys";
>  		input-name = "gpio-keys";
> -- 
> 2.9.0
> 

      reply	other threads:[~2016-07-29 16:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-20  6:26 [PATCH] ARM: dts: qcom: msm8974-hammerhead: Add sdhci1 node Bhushan Shah
2016-07-29 16:27 ` Bjorn Andersson [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=20160729162753.GY13516@tuxbot \
    --to=bjorn.andersson@linaro.org \
    --cc=andy.gross@linaro.org \
    --cc=bshah@kde.org \
    --cc=david.brown@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-soc@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.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).