diff options
author | Frank Rowand <frank.rowand@sony.com> | 2018-09-07 07:33:11 +0200 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2018-09-13 21:44:58 +0200 |
commit | b0ef3d943d6e17244b2e3209869ff82922cebb82 (patch) | |
tree | 12dc1572a88785749951d7f7312f509da3a9376d /arch/arm/boot/dts/qcom-msm8974.dtsi | |
parent | ARM: dts: qcom-msm8974: use named constant for interrupt type GIC_SPI (diff) | |
download | linux-b0ef3d943d6e17244b2e3209869ff82922cebb82.tar.xz linux-b0ef3d943d6e17244b2e3209869ff82922cebb82.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/qcom-msm8974.dtsi')
-rw-r--r-- | arch/arm/boot/dts/qcom-msm8974.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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>; |