mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 08:06:42 +07:00
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
Block a user