Skip to content

Commit

Permalink
bcm63xx: bcm63268: fix GPIO interrupts
Browse files Browse the repository at this point in the history
pinctrl should rely on external interrupt controller for GPIO interrupts.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
  • Loading branch information
Noltari committed Feb 22, 2021
1 parent f79f496 commit 36e35b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/bcm63xx/dts/bcm63268.dtsi
Expand Up @@ -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";

Expand Down

0 comments on commit 36e35b8

Please sign in to comment.