bcm63xx: bcm63268: fix GPIO interrupts

pinctrl should rely on external interrupt controller for GPIO interrupts.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas 2021-02-22 09:04:04 +01:00 committed by maurerr
parent 9afd7a8c06
commit 53177a1bac

View File

@ -84,7 +84,7 @@
gpio-controller;
#gpio-cells = <2>;
interrupt-parent = <&periph_intc>;
interrupt-parent = <&ext_intc>;
interrupts = <0 0>, <1 0>, <2 0>, <3 0>;
interrupt-names = "gpio32", "gpio33", "gpio34", "gpio35";