1
0
Fork 0

ARM: dts: sun4i: Add missing timers interrupts

The timer unit in the A10 has 6 interrupts available. List all of them.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
alistair/sunxi64-5.4-dsi
Maxime Ripard 2019-07-22 10:12:23 +02:00
parent 0988e6c2cd
commit 14c17ed248
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5
1 changed files with 6 additions and 1 deletions

View File

@ -803,7 +803,12 @@
timer@1c20c00 {
compatible = "allwinner,sun4i-a10-timer";
reg = <0x01c20c00 0x90>;
interrupts = <22>;
interrupts = <22>,
<23>,
<24>,
<25>,
<67>,
<68>;
clocks = <&osc24M>;
};