projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12d2de2
)
ARM: dts: qcom-msm8974: use named constant for interrupt flag EDGE RISING
author
Frank Rowand
<frank.rowand@sony.com>
Fri, 7 Sep 2018 05:33:11 +0000
(22:33 -0700)
committer
Andy Gross
<andy.gross@linaro.org>
Thu, 13 Sep 2018 19:44:58 +0000
(14:44 -0500)
Cosmetic change of integer value "1" in the third field of the
"interrupts" property to the correct named constant.
Signed-off-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm/boot/dts/qcom-msm8974.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/qcom-msm8974.dtsi
b/arch/arm/boot/dts/qcom-msm8974.dtsi
index c09cc1232a6fdbdc3fd61625e81f93c60fecdb0a..6273b6120be0b2ac64854fc53a2b89d655e72e4e 100644
(file)
--- a/
arch/arm/boot/dts/qcom-msm8974.dtsi
+++ b/
arch/arm/boot/dts/qcom-msm8974.dtsi
@@
-1056,7
+1056,7
@@
};
rpm {
- interrupts = <GIC_SPI 168
1
>;
+ interrupts = <GIC_SPI 168
IRQ_TYPE_EDGE_RISING
>;
qcom,ipc = <&apcs 8 0>;
qcom,smd-edge = <15>;