diff options
author | Łukasz Patron <[email protected]> | 2020-07-25 10:24:17 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2020-09-14 00:04:52 +0000 |
commit | b1c0da47cc1797fce8e426f697139ab84170aee7 (patch) | |
tree | 3731b02393056651269f3193cb2c58325a6856a1 | |
parent | 51e9874d382e089f664b3ce12773bbbaece5f369 (diff) |
arm64: dts: qcom: pm660: Fix missing pound sign in interrupt-cells
Also add a space after '=' while at it.
Tested-by: Konrad Dybcio <[email protected]>
Signed-off-by: Łukasz Patron <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/pm660.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ gpio-ranges = <&pm660_gpios 0 0 13>; #gpio-cells = <2>; interrupt-controller; - interrupt-cells =<2>; + #interrupt-cells = <2>; }; }; }; |