diff mbox series

[3/6] ARM: dts: qcom-msm8974: use named constant for interrupt flag EDGE RISING

Message ID 1536298394-5548-4-git-send-email-frowand.list@gmail.com (mailing list archive)
State Accepted, archived
Delegated to: Andy Gross
Headers show
Series ARM: dts: qcom-msm8974: change invalid flag IRQ NONE to valid value | expand

Commit Message

Frank Rowand Sept. 7, 2018, 5:33 a.m. UTC
From: Frank Rowand <frank.rowand@sony.com>

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>
---
 arch/arm/boot/dts/qcom-msm8974.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi
index c09cc1232a6f..6273b6120be0 100644
--- 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>;