All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@codeaurora.org>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-arm-msm@vger.kernel.org, Andy Gross <andy.gross@linaro.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>
Subject: Re: [PATCH 1/2] ARM: dts: add GSBI8 defines to the MSM8660 family
Date: Fri, 2 Jun 2017 15:02:23 -0700	[thread overview]
Message-ID: <20170602220223.GR20170@codeaurora.org> (raw)
In-Reply-To: <20170515075012.3696-1-linus.walleij@linaro.org>

On 05/15, Linus Walleij wrote:
> diff --git a/arch/arm/boot/dts/qcom-msm8660.dtsi b/arch/arm/boot/dts/qcom-msm8660.dtsi
> index 747669a62aa8..a53c0f9970bd 100644
> --- a/arch/arm/boot/dts/qcom-msm8660.dtsi
> +++ b/arch/arm/boot/dts/qcom-msm8660.dtsi
> @@ -107,6 +107,31 @@
>  			reg = <0x900000 0x4000>;
>  		};
>  
> +
> +		gsbi8: gsbi@19800000 {
> +			compatible = "qcom,gsbi-v1.0.0";
> +			cell-index = <12>;
> +			reg = <0x19800000 0x100>;
> +			clocks = <&gcc GSBI8_H_CLK>;
> +			clock-names = "iface";
> +			#address-cells = <1>;
> +			#size-cells = <1>;
> +			ranges;
> +
> +			syscon-tcsr = <&tcsr>;
> +
> +			gsbi8_i2c: i2c@19880000 {
> +				compatible = "qcom,i2c-qup-v1.1.1";
> +				reg = <0x19880000 0x1000>;
> +				interrupts = <0 161 IRQ_TYPE_NONE>;

				interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>?

> +				clocks = <&gcc GSBI8_QUP_CLK>, <&gcc GSBI8_H_CLK>;

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

WARNING: multiple messages have this Message-ID (diff)
From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: dts: add GSBI8 defines to the MSM8660 family
Date: Fri, 2 Jun 2017 15:02:23 -0700	[thread overview]
Message-ID: <20170602220223.GR20170@codeaurora.org> (raw)
In-Reply-To: <20170515075012.3696-1-linus.walleij@linaro.org>

On 05/15, Linus Walleij wrote:
> diff --git a/arch/arm/boot/dts/qcom-msm8660.dtsi b/arch/arm/boot/dts/qcom-msm8660.dtsi
> index 747669a62aa8..a53c0f9970bd 100644
> --- a/arch/arm/boot/dts/qcom-msm8660.dtsi
> +++ b/arch/arm/boot/dts/qcom-msm8660.dtsi
> @@ -107,6 +107,31 @@
>  			reg = <0x900000 0x4000>;
>  		};
>  
> +
> +		gsbi8: gsbi at 19800000 {
> +			compatible = "qcom,gsbi-v1.0.0";
> +			cell-index = <12>;
> +			reg = <0x19800000 0x100>;
> +			clocks = <&gcc GSBI8_H_CLK>;
> +			clock-names = "iface";
> +			#address-cells = <1>;
> +			#size-cells = <1>;
> +			ranges;
> +
> +			syscon-tcsr = <&tcsr>;
> +
> +			gsbi8_i2c: i2c at 19880000 {
> +				compatible = "qcom,i2c-qup-v1.1.1";
> +				reg = <0x19880000 0x1000>;
> +				interrupts = <0 161 IRQ_TYPE_NONE>;

				interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>?

> +				clocks = <&gcc GSBI8_QUP_CLK>, <&gcc GSBI8_H_CLK>;

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

  parent reply	other threads:[~2017-06-02 22:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-15  7:50 [PATCH 1/2] ARM: dts: add GSBI8 defines to the MSM8660 family Linus Walleij
2017-05-15  7:50 ` Linus Walleij
2017-05-24 22:19 ` Bjorn Andersson
2017-05-24 22:19   ` Bjorn Andersson
2017-06-02 22:02 ` Stephen Boyd [this message]
2017-06-02 22:02   ` Stephen Boyd
2017-06-06  2:11   ` Andy Gross
2017-06-06  2:11     ` Andy Gross

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=20170602220223.GR20170@codeaurora.org \
    --to=sboyd@codeaurora.org \
    --cc=andy.gross@linaro.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.