Unverified Commit f49f797c authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: dts: sun5i: Add missing timers interrupts



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

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 14c17ed2
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -588,7 +588,12 @@
		timer@1c20c00 {
			compatible = "allwinner,sun4i-a10-timer";
			reg = <0x01c20c00 0x90>;
			interrupts = <22>;
			interrupts = <22>,
				     <23>,
				     <24>,
				     <25>,
				     <67>,
				     <68>;
			clocks = <&ccu CLK_HOSC>;
		};