]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
ARM: dts: exynos: Fix invalid GIC interrupt flags in audio block of Exynos5410
authorKrzysztof Kozlowski <krzk@kernel.org>
Fri, 18 Nov 2016 12:59:24 +0000 (14:59 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Fri, 18 Nov 2016 21:29:19 +0000 (23:29 +0200)
Recently added audio block of Exynos5410 missed global fixup of GIC
interrupt flags.  Interrupt of type IRQ_TYPE_NONE is not allowed for GIC
interrupts so use level high.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Tested-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
arch/arm/boot/dts/exynos5410.dtsi

index 9a91685d8890da87e2dc9f1b3a9c6d9ac59f1cd9..081d22bdaa84ea71ce8ad56a619da14a0cdd3fdc 100644 (file)
                        pdma0: pdma@12680000 {
                                compatible = "arm,pl330", "arm,primecell";
                                reg = <0x121A0000 0x1000>;
-                               interrupts = <GIC_SPI 34 IRQ_TYPE_NONE>;
+                               interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clock CLK_PDMA0>;
                                clock-names = "apb_pclk";
                                #dma-cells = <1>;
                        pdma1: pdma@12690000 {
                                compatible = "arm,pl330", "arm,primecell";
                                reg = <0x121B0000 0x1000>;
-                               interrupts = <GIC_SPI 35 IRQ_TYPE_NONE>;
+                               interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clock CLK_PDMA1>;
                                clock-names = "apb_pclk";
                                #dma-cells = <1>;