Skip to content

Commit d86e63e

Browse files
Icenowywens
authored andcommitted
arm64: allwinner: h5: fix pinctrl IRQs
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: 4e36de1 ("arm64: allwinner: h5: add Allwinner H5 .dtsi") Signed-off-by: Icenowy Zheng <icenowy@aosc.io> Signed-off-by: Chen-Yu Tsai <wens@csie.org>
1 parent 56a9155 commit d86e63e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,8 @@
120120
};
121121

122122
&pio {
123+
interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>,
124+
<GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>,
125+
<GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
123126
compatible = "allwinner,sun50i-h5-pinctrl";
124127
};

0 commit comments

Comments
 (0)