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: Frank Rowand <frank.rowand@sony.com> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
12d2de2e50
commit
b0ef3d943d
@ -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>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user