mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
A64 thermal sensor IRQ is GIC_SPI 31, not 41.
This commit is contained in:
parent
0cbdb05a46
commit
96fe97154e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305399
@ -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 New Issue
Block a user