diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-02-15 20:56:02 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-02-15 21:01:44 +0100 |
commit | bf5db21cb93e72a2a8602174820a4a9e052b8cea (patch) | |
tree | b1bcfab60131cfe4cd84b4cbe82d084c1e671c74 /arch/arm/boot/dts/qcom-ipq4019.dtsi | |
parent | 29cf2ee3b55547ed29a38d1080eaf32e9b4f991f (diff) | |
parent | 97131f85c08e024df49480ed499aae8fb754067f (diff) | |
download | lwn-bf5db21cb93e72a2a8602174820a4a9e052b8cea.tar.gz lwn-bf5db21cb93e72a2a8602174820a4a9e052b8cea.zip |
Merge tag 'qcom-dts-for-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into arm/dt
Qualcomm Device Tree Changes for v5.1 - Part 2
* Fix MSI IRQ type on IPQ4019
* tag 'qcom-dts-for-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux:
ARM: dts: qcom: ipq4019: Fix MSI IRQ type
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/qcom-ipq4019.dtsi')
-rw-r--r-- | arch/arm/boot/dts/qcom-ipq4019.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-ipq4019.dtsi b/arch/arm/boot/dts/qcom-ipq4019.dtsi index de4dc163c1a2..9e75f97770ce 100644 --- a/arch/arm/boot/dts/qcom-ipq4019.dtsi +++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi @@ -403,7 +403,7 @@ ranges = <0x81000000 0 0x40200000 0x40200000 0 0x00100000 0x82000000 0 0x40300000 0x40300000 0 0x400000>; - interrupts = <GIC_SPI 141 IRQ_TYPE_EDGE_RISING>; + interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>; interrupt-names = "msi"; #interrupt-cells = <1>; interrupt-map-mask = <0 0 0 0x7>; |