linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Loic Poulain <loic.poulain@linaro.org>
Cc: linux-arm-msm@vger.kernel.org, agross@kernel.org
Subject: Re: [PATCH 1/2] arch: arm64: dts: msm8996: Fix CSI IRQ types
Date: Mon, 11 May 2020 16:54:42 -0700	[thread overview]
Message-ID: <20200511235442.GA5349@builder.lan> (raw)
In-Reply-To: <1587470425-13726-1-git-send-email-loic.poulain@linaro.org>

On Tue 21 Apr 05:00 PDT 2020, Loic Poulain wrote:

> Each IRQ_TYPE_NONE interrupt causes a warning at boot.
> Fix that by defining an appropriate type.
> 

Dropped "arch: " from $subject, added Fixes and applied both patches.

Thanks,
Bjorn

> Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
> ---
>  arch/arm64/boot/dts/qcom/msm8996.dtsi | 20 ++++++++++----------
>  1 file changed, 10 insertions(+), 10 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
> index 951c53a..24a4625 100644
> --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
> @@ -1001,16 +1001,16 @@
>  				"csi_clk_mux",
>  				"vfe0",
>  				"vfe1";
> -			interrupts = <GIC_SPI 78 0>,
> -				<GIC_SPI 79 0>,
> -				<GIC_SPI 80 0>,
> -				<GIC_SPI 296 0>,
> -				<GIC_SPI 297 0>,
> -				<GIC_SPI 298 0>,
> -				<GIC_SPI 299 0>,
> -				<GIC_SPI 309 0>,
> -				<GIC_SPI 314 0>,
> -				<GIC_SPI 315 0>;
> +			interrupts = <GIC_SPI 78 IRQ_TYPE_EDGE_RISING>,
> +				<GIC_SPI 79 IRQ_TYPE_EDGE_RISING>,
> +				<GIC_SPI 80 IRQ_TYPE_EDGE_RISING>,
> +				<GIC_SPI 296 IRQ_TYPE_EDGE_RISING>,
> +				<GIC_SPI 297 IRQ_TYPE_EDGE_RISING>,
> +				<GIC_SPI 298 IRQ_TYPE_EDGE_RISING>,
> +				<GIC_SPI 299 IRQ_TYPE_EDGE_RISING>,
> +				<GIC_SPI 309 IRQ_TYPE_EDGE_RISING>,
> +				<GIC_SPI 314 IRQ_TYPE_EDGE_RISING>,
> +				<GIC_SPI 315 IRQ_TYPE_EDGE_RISING>;
>  			interrupt-names = "csiphy0",
>  				"csiphy1",
>  				"csiphy2",
> -- 
> 2.7.4
> 

      parent reply	other threads:[~2020-05-11 23:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-21 12:00 [PATCH 1/2] arch: arm64: dts: msm8996: Fix CSI IRQ types Loic Poulain
2020-04-21 12:00 ` [PATCH 2/2] arch: arm64: dts: msm8996: Add CCI node Loic Poulain
2020-05-11 23:54 ` 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=20200511235442.GA5349@builder.lan \
    --to=bjorn.andersson@linaro.org \
    --cc=agross@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=loic.poulain@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;
as well as URLs for NNTP newsgroup(s).