]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
arm64: dts: exynos: Fix invalid GIC interrupt flags in exynos7
authorKrzysztof Kozlowski <krzk@kernel.org>
Fri, 16 Sep 2016 20:01:13 +0000 (22:01 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 3 Nov 2016 20:40:24 +0000 (22:40 +0200)
commitef4aea97a70013cecb69adf6a9f0d25ab6f11590
tree3c11a54c81765613e1923a0761739e9f924ab0ac
parent1001354ca34179f3db924eb66672442a173147dc
arm64: dts: exynos: Fix invalid GIC interrupt flags in exynos7

Interrupt of type IRQ_TYPE_NONE is not allowed for GIC interrupts and
generates an error:
genirq: Setting trigger mode 0 for irq 16 failed (gic_set_type+0x0/0x68)

The GIC requires shared interrupts to be edge rising or level high.
Platform declares support for both.  Arbitrarily choose level high
everywhere hoping it will work on each platform.

Reported-by: Marek Szyprowski <m.szyprowski@samsung.com>
Reported-by: Alban Browaeys <alban.browaeys@gmail.com>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Tested-by: Alim Akhtar <alim.akhtar@samsung.com>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi
arch/arm64/boot/dts/exynos/exynos7.dtsi