Re: [PATCH 2/2] arm64: allwinner: h5: fix pinctrl IRQs
From: Chen-Yu Tsai <hidden>
Date: 2017-08-14 06:21:32
Also in:
linux-gpio, lkml
From: Chen-Yu Tsai <hidden>
Date: 2017-08-14 06:21:32
Also in:
linux-gpio, lkml
On Fri, Aug 11, 2017 at 10:27 PM, Icenowy Zheng [off-list ref] wrote:
The pin controller of H5 has three IRQs at the chip's GIC, which
represents three banks of pinctrl IRQs. However, the device tree used to
miss the third IRQ of the pin controller, which makes the PG bank IRQ
not usable.
Add the missing IRQ to the pinctrl node.
Fixes: 4e36de179f27 ("arm64: allwinner: h5: add Allwinner H5 .dtsi")
Signed-off-by: Icenowy Zheng <redacted>Applied as fixes for 4.13. ChenYu