mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
A64 thermal sensor IRQ is GIC_SPI 31, not 41.
This commit is contained in:
parent
0cbdb05a46
commit
96fe97154e
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@
|
|||
rtp: rtp@01c25000 {
|
||||
compatible = "allwinner,sun50i-a64-ts";
|
||||
reg = <0x01c25000 0x400>;
|
||||
interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&bus_gates 72>, <&ths_clk>;
|
||||
clock-names = "ahb", "ths";
|
||||
resets = <&ahb_rst 136>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue