mirror of https://gitee.com/openkylin/linux.git
arm64: dts: stratix10: fix interrupt number for gpio1
The gpio1 node's interrupt number should be 111. Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
parent
f850b5401c
commit
a067fb4290
|
@ -165,7 +165,7 @@ portb: gpio-controller@0 {
|
|||
reg = <0>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
interrupts = <0 110 4>;
|
||||
interrupts = <0 111 4>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue