* [RFT] ARM: dts: exynos: Fix invalid GIC interrupt flags in audio block of Exynos5410 @ 2016-11-18 12:59 ` Krzysztof Kozlowski [not found] ` <1479473964-9085-1-git-send-email-krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> 0 siblings, 1 reply; 2+ messages in thread From: Krzysztof Kozlowski @ 2016-11-18 12:59 UTC (permalink / raw) To: Rob Herring, Mark Rutland, Kukjin Kim, Krzysztof Kozlowski, Javier Martinez Canillas, devicetree, linux-arm-kernel, linux-samsung-soc, linux-kernel Cc: Marek Szyprowski, Bartlomiej Zolnierkiewicz, Sylwester Nawrocki 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> --- arch/arm/boot/dts/exynos5410.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/exynos5410.dtsi b/arch/arm/boot/dts/exynos5410.dtsi index bb90bbdbe2d9..2b6adafe18e2 100644 --- a/arch/arm/boot/dts/exynos5410.dtsi +++ b/arch/arm/boot/dts/exynos5410.dtsi @@ -203,7 +203,7 @@ 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>; @@ -214,7 +214,7 @@ 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>; -- 2.7.4 ^ permalink raw reply related [flat|nested] 2+ messages in thread
[parent not found: <1479473964-9085-1-git-send-email-krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>]
* Re: [RFT] ARM: dts: exynos: Fix invalid GIC interrupt flags in audio block of Exynos5410 [not found] ` <1479473964-9085-1-git-send-email-krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> @ 2016-11-18 13:45 ` Sylwester Nawrocki 0 siblings, 0 replies; 2+ messages in thread From: Sylwester Nawrocki @ 2016-11-18 13:45 UTC (permalink / raw) To: Krzysztof Kozlowski, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA Cc: Rob Herring, Mark Rutland, Kukjin Kim, Javier Martinez Canillas, linux-kernel-u79uwXL29TY76Z2rM5mHXA, Marek Szyprowski, Bartlomiej Zolnierkiewicz On 11/18/2016 01:59 PM, Krzysztof Kozlowski wrote: > 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-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Tested-by: Sylwester Nawrocki <s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-18 13:45 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <CGME20161118125944epcas5p16ff6afeb8e4d286adecad6d1344734de@epcas5p1.samsung.com> 2016-11-18 12:59 ` [RFT] ARM: dts: exynos: Fix invalid GIC interrupt flags in audio block of Exynos5410 Krzysztof Kozlowski [not found] ` <1479473964-9085-1-git-send-email-krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> 2016-11-18 13:45 ` Sylwester Nawrocki
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).