]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: qcom-msm8974: use named constant for interrupt flag EDGE RISING
authorFrank Rowand <frank.rowand@sony.com>
Fri, 7 Sep 2018 05:33:11 +0000 (22:33 -0700)
committerAndy 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

index c09cc1232a6fdbdc3fd61625e81f93c60fecdb0a..6273b6120be0b2ac64854fc53a2b89d655e72e4e 100644 (file)
@@ -1056,7 +1056,7 @@ modem {
                };
 
                rpm {
-                       interrupts = <GIC_SPI 168 1>;
+                       interrupts = <GIC_SPI 168 IRQ_TYPE_EDGE_RISING>;
                        qcom,ipc = <&apcs 8 0>;
                        qcom,smd-edge = <15>;