[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ce0da794-14fa-2e50-4b90-003d46668c8e@gmail.com>
Date: Sun, 9 Aug 2020 21:55:31 +0200
From: LuK1337 <priv.luk@...il.com>
To: unlisted-recipients:; (no To-header on input)
Cc: Andy Gross <agross@...nel.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arm64: dts: qcom: pm660: Fix missing pound sign in
interrupt-cells
Bumping this thread, would be nice if someone could handle this simple fix.
On 7/25/20 10:24 AM, LuK1337 wrote:
> From: Łukasz Patron <priv.luk@...il.com>
>
> Also add a space after '=' while at it.
>
> Signed-off-by: Łukasz Patron <priv.luk@...il.com>
> ---
> arch/arm64/boot/dts/qcom/pm660.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/pm660.dtsi b/arch/arm64/boot/dts/qcom/pm660.dtsi
> index ea0e9558d0f2..2e6a6f6c3b66 100644
> --- a/arch/arm64/boot/dts/qcom/pm660.dtsi
> +++ b/arch/arm64/boot/dts/qcom/pm660.dtsi
> @@ -44,7 +44,7 @@ pm660_gpios: gpios@...0 {
> gpio-ranges = <&pm660_gpios 0 0 13>;
> #gpio-cells = <2>;
> interrupt-controller;
> - interrupt-cells =<2>;
> + #interrupt-cells = <2>;
> };
> };
> };
>
Powered by blists - more mailing lists