All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marijn Suijten <marijn.suijten@somainline.org>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: Andy Gross <agross@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Rob Clark <robdclark@gmail.com>, Sean Paul <sean@poorly.run>,
	Abhinav Kumar <quic_abhinavk@quicinc.com>,
	Rob Herring <robh+dt@kernel.org>,
	Stephen Boyd <swboyd@chromium.org>,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	freedreno@lists.freedesktop.org
Subject: Re: [PATCH v2 3/6] arm64: dts: qcom: sdm660: Drop flags for mdss irqs
Date: Thu, 3 Mar 2022 14:01:20 +0100	[thread overview]
Message-ID: <20220303130120.jbtoi3fdcl4d5vvq@SoMainline.org> (raw)
In-Reply-To: <20220302225411.2456001-3-dmitry.baryshkov@linaro.org>

On 2022-03-03 01:54:08, Dmitry Baryshkov wrote:
> The number of interrupt cells for the mdss interrupt controller is 1,
> meaning there should only be one cell for the interrupt number, not two.
> Drop the second cell containing (unused) irq flags.
> 
> Reviewed-by: Stephen Boyd <swboyd@chromium.org>
> Fixes: ab290284398d ("arm64: dts: qcom: sdm660: Add required nodes for DSI1")
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

Thanks for adding the Fixes: tag.

Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org>

> ---
>  arch/arm64/boot/dts/qcom/sdm660.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sdm660.dtsi b/arch/arm64/boot/dts/qcom/sdm660.dtsi
> index eccf6fde16b4..1d748c5305f4 100644
> --- a/arch/arm64/boot/dts/qcom/sdm660.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sdm660.dtsi
> @@ -163,7 +163,7 @@ dsi1: dsi@c996000 {
>  		power-domains = <&rpmpd SDM660_VDDCX>;
>  
>  		interrupt-parent = <&mdss>;
> -		interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;
> +		interrupts = <5>;
>  
>  		assigned-clocks = <&mmcc BYTE1_CLK_SRC>,
>  					<&mmcc PCLK1_CLK_SRC>;
> -- 
> 2.34.1
> 

  parent reply	other threads:[~2022-03-03 13:01 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-02 22:54 [PATCH v2 1/6] arm64: dts: qcom: msm8996: Drop flags for mdss irqs Dmitry Baryshkov
2022-03-02 22:54 ` [PATCH v2 2/6] arm64: dts: qcom: sdm630: " Dmitry Baryshkov
2022-03-02 23:48   ` Abhinav Kumar
2022-03-03 13:00   ` Marijn Suijten
2022-03-02 22:54 ` [PATCH v2 3/6] arm64: dts: qcom: sdm660: " Dmitry Baryshkov
2022-03-02 23:48   ` Abhinav Kumar
2022-03-03 13:01   ` Marijn Suijten [this message]
2022-03-02 22:54 ` [PATCH v2 4/6] arm64: dts: qcom: sdm845: " Dmitry Baryshkov
2022-03-02 23:48   ` Abhinav Kumar
2022-03-03 13:01   ` Marijn Suijten
2022-03-02 22:54 ` [PATCH v2 5/6] arm64: dts: qcom: sm8250: " Dmitry Baryshkov
2022-03-02 23:48   ` [Freedreno] " Abhinav Kumar
2022-03-03 13:03   ` Marijn Suijten
2022-03-02 22:54 ` [PATCH v2 6/6] arm: dts: qcom-msm8974: " Dmitry Baryshkov
2022-03-02 23:49   ` Abhinav Kumar
2022-03-03  0:50   ` Stephen Boyd
2022-03-03 13:03   ` Marijn Suijten
2022-03-02 23:47 ` [PATCH v2 1/6] arm64: dts: qcom: msm8996: " Abhinav Kumar
2022-03-03 13:00 ` Marijn Suijten

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=20220303130120.jbtoi3fdcl4d5vvq@SoMainline.org \
    --to=marijn.suijten@somainline.org \
    --cc=agross@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=quic_abhinavk@quicinc.com \
    --cc=robdclark@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=sean@poorly.run \
    --cc=swboyd@chromium.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.