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>
(cherry-picked from commit 36e35b8d81)
			
			
This commit is contained in:
		| @@ -84,7 +84,7 @@ | |||||||
| 			gpio-controller; | 			gpio-controller; | ||||||
| 			#gpio-cells = <2>; | 			#gpio-cells = <2>; | ||||||
|  |  | ||||||
| 			interrupt-parent = <&periph_intc>; | 			interrupt-parent = <&ext_intc>; | ||||||
| 			interrupts = <0 0>, <1 0>, <2 0>, <3 0>; | 			interrupts = <0 0>, <1 0>, <2 0>, <3 0>; | ||||||
| 			interrupt-names = "gpio32", "gpio33", "gpio34", "gpio35"; | 			interrupt-names = "gpio32", "gpio33", "gpio34", "gpio35"; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Álvaro Fernández Rojas
					Álvaro Fernández Rojas