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 c09cc12..6273b61 100644 (file)
                };
 
                rpm {
-                       interrupts = <GIC_SPI 168 1>;
+                       interrupts = <GIC_SPI 168 IRQ_TYPE_EDGE_RISING>;
                        qcom,ipc = <&apcs 8 0>;
                        qcom,smd-edge = <15>;