Messages in this thread |  | | Subject | Re: [PATCH] arm64: dts: qcom: pm660: Fix missing pound sign in interrupt-cells | From | LuK1337 <> | Date | Sun, 9 Aug 2020 21:55:31 +0200 |
| |
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@gmail.com> > > Also add a space after '=' while at it. > > Signed-off-by: Łukasz Patron <priv.luk@gmail.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@c000 { > gpio-ranges = <&pm660_gpios 0 0 13>; > #gpio-cells = <2>; > interrupt-controller; > - interrupt-cells =<2>; > + #interrupt-cells = <2>; > }; > }; > }; >
|  |