Commit b0ef3d94 authored by Frank Rowand's avatar Frank Rowand Committed by Andy Gross

ARM: dts: qcom-msm8974: use named constant for interrupt flag EDGE RISING

Cosmetic change of integer value "1" in the third field of the
"interrupts" property to the correct named constant.
Signed-off-by: default avatarFrank Rowand <frank.rowand@sony.com>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 12d2de2e
......@@ -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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment