mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
riscv: dts: microchip: gpio controllers on mpfs need 2 interrupt cells
The platform has variable interrupt types for GPIO interrupts, in
addition to having multiple lines per GPIO controller. Two interrupt
cells are required.
Fixes: 528a5b1f25 ("riscv: dts: microchip: add new peripherals to icicle kit device tree")
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
This commit is contained in:
parent
58bd7ff1a1
commit
79b731da34
|
|
@ -499,7 +499,7 @@ gpio0: gpio@20120000 {
|
|||
reg = <0x0 0x20120000 0x0 0x1000>;
|
||||
interrupt-parent = <&irqmux>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <1>;
|
||||
#interrupt-cells = <2>;
|
||||
interrupts = <0>, <1>, <2>, <3>,
|
||||
<4>, <5>, <6>, <7>,
|
||||
<8>, <9>, <10>, <11>,
|
||||
|
|
@ -516,7 +516,7 @@ gpio1: gpio@20121000 {
|
|||
reg = <0x0 0x20121000 0x0 0x1000>;
|
||||
interrupt-parent = <&irqmux>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <1>;
|
||||
#interrupt-cells = <2>;
|
||||
interrupts = <32>, <33>, <34>, <35>,
|
||||
<36>, <37>, <38>, <39>,
|
||||
<40>, <41>, <42>, <43>,
|
||||
|
|
@ -535,7 +535,7 @@ gpio2: gpio@20122000 {
|
|||
reg = <0x0 0x20122000 0x0 0x1000>;
|
||||
interrupt-parent = <&irqmux>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <1>;
|
||||
#interrupt-cells = <2>;
|
||||
interrupts = <64>, <65>, <66>, <67>,
|
||||
<68>, <69>, <70>, <71>,
|
||||
<72>, <73>, <74>, <75>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user