All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@codeaurora.org>
To: Bjorn Andersson <bjorn.andersson@linaro.org>,
	Andy Gross <andy.gross@linaro.org>,
	David Brown <david.brown@linaro.org>
Cc: linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/5] arm64: dts: msm8996: Add modem smp2p nodes
Date: Tue, 25 Jul 2017 10:29:48 -0700	[thread overview]
Message-ID: <0425e832-4784-2127-72f1-8944ee2033fa@codeaurora.org> (raw)
In-Reply-To: <20170725054705.20674-4-bjorn.andersson@linaro.org>

On 07/24/2017 10:47 PM, Bjorn Andersson wrote:
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> ---
>  arch/arm64/boot/dts/qcom/msm8996.dtsi | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
> index 8ebef05e1750..7d909546ca24 100644
> --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
> @@ -662,6 +662,30 @@
>  		};
>  	};
>  
> +	modem-smp2p {
> +		compatible = "qcom,smp2p";
> +		qcom,smem = <435>, <428>;
> +
> +		interrupts = <0 451 IRQ_TYPE_EDGE_RISING>;

s/0/GIC_SPI/?

-- 
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 3/5] arm64: dts: msm8996: Add modem smp2p nodes
Date: Tue, 25 Jul 2017 10:29:48 -0700	[thread overview]
Message-ID: <0425e832-4784-2127-72f1-8944ee2033fa@codeaurora.org> (raw)
In-Reply-To: <20170725054705.20674-4-bjorn.andersson@linaro.org>

On 07/24/2017 10:47 PM, Bjorn Andersson wrote:
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> ---
>  arch/arm64/boot/dts/qcom/msm8996.dtsi | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
> index 8ebef05e1750..7d909546ca24 100644
> --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
> @@ -662,6 +662,30 @@
>  		};
>  	};
>  
> +	modem-smp2p {
> +		compatible = "qcom,smp2p";
> +		qcom,smem = <435>, <428>;
> +
> +		interrupts = <0 451 IRQ_TYPE_EDGE_RISING>;

s/0/GIC_SPI/?

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

  reply	other threads:[~2017-07-25 17:29 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-25  5:47 [PATCH 0/5] DB820c DTS dump Bjorn Andersson
2017-07-25  5:47 ` Bjorn Andersson
2017-07-25  5:47 ` [PATCH 1/5] arm64: dts: qcom: Add RPM glink nodes to msm8996 Bjorn Andersson
2017-07-25  5:47   ` Bjorn Andersson
2017-07-25  5:47 ` [PATCH 2/5] arm64: dts: qcom: db820c: Add pm8994 regulator node Bjorn Andersson
2017-07-25  5:47   ` Bjorn Andersson
2017-07-25  5:47 ` [PATCH 3/5] arm64: dts: msm8996: Add modem smp2p nodes Bjorn Andersson
2017-07-25  5:47   ` Bjorn Andersson
2017-07-25 17:29   ` Stephen Boyd [this message]
2017-07-25 17:29     ` Stephen Boyd
2017-07-25  5:47 ` [PATCH 4/5] arm64: dts: qcom: msm8996: Specify smd-edge for ADSP Bjorn Andersson
2017-07-25  5:47   ` Bjorn Andersson
2017-07-25  5:47 ` [PATCH 5/5] arm64: dts: msm8996: Add QFPROM node Bjorn Andersson
2017-07-25  5:47   ` Bjorn Andersson
2017-07-25  6:09   ` Vivek Gautam
2017-07-25  6:09     ` Vivek Gautam
2017-07-25  6:09     ` Vivek Gautam
2017-07-25  6:30     ` Bjorn Andersson
2017-07-25  6:30       ` Bjorn Andersson
2017-07-25  6:30       ` Bjorn Andersson
2017-07-25  8:12       ` Vivek Gautam
2017-07-25  8:12         ` Vivek Gautam
2017-07-25  8:12         ` Vivek Gautam

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=0425e832-4784-2127-72f1-8944ee2033fa@codeaurora.org \
    --to=sboyd@codeaurora.org \
    --cc=andy.gross@linaro.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=david.brown@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-soc@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.