Skip to content

Commit 22f5adc

Browse files
luk1337andersson
authored andcommitted
arm64: dts: qcom: pm660: Fix missing pound sign in interrupt-cells
Also add a space after '=' while at it. Tested-by: Konrad Dybcio <konradybcio@gmail.com> Signed-off-by: Łukasz Patron <priv.luk@gmail.com> Link: https://lore.kernel.org/r/20200725082417.8507-1-priv.luk@gmail.com Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
1 parent e884fb6 commit 22f5adc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/qcom/pm660.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
gpio-ranges = <&pm660_gpios 0 0 13>;
4545
#gpio-cells = <2>;
4646
interrupt-controller;
47-
interrupt-cells =<2>;
47+
#interrupt-cells = <2>;
4848
};
4949
};
5050
};

0 commit comments

Comments
 (0)