2020-07-25 08:27:57

by LuK1337

[permalink] [raw]
Subject: [PATCH] arm64: dts: qcom: pm660: Fix missing pound sign in interrupt-cells

From: Łukasz Patron <[email protected]>

Also add a space after '=' while at it.

Signed-off-by: Łukasz Patron <[email protected]>
---
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@c000 {
gpio-ranges = <&pm660_gpios 0 0 13>;
#gpio-cells = <2>;
interrupt-controller;
- interrupt-cells =<2>;
+ #interrupt-cells = <2>;
};
};
};
--
2.26.2


2020-08-09 19:58:51

by LuK1337

[permalink] [raw]
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 <[email protected]>
>
> Also add a space after '=' while at it.
>
> Signed-off-by: Łukasz Patron <[email protected]>
> ---
> 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@c000 {
> gpio-ranges = <&pm660_gpios 0 0 13>;
> #gpio-cells = <2>;
> interrupt-controller;
> - interrupt-cells =<2>;
> + #interrupt-cells = <2>;
> };
> };
> };
>