[1/2] arm64: dts: allwinner: h616: declare r_pio as interrupt controller
Commit Message
The R_PIO pin controller provides GPIO interrupts to the PL bank but the
device tree currently does not describe it as an interrupt controller.
Add the missing interrupt-controller and #interrupt-cells properties so
that boards using PL bank GPIO interrupts can reference it as interrupt
parrent.
Signed-off-by: Michal Piekos <michal.piekos@mmpsystems.pl>
Tested-by: Michal Piekos <michal.piekos@mmpsystems.pl>
---
arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi | 2 ++
1 file changed, 2 insertions(+)
@@ -964,6 +964,8 @@ r_pio: pinctrl@7022000 {
clock-names = "apb", "hosc", "losc";
gpio-controller;
#gpio-cells = <3>;
+ interrupt-controller;
+ #interrupt-cells = <3>;
/omit-if-no-ref/
r_i2c_pins: r-i2c-pins {