ARM: dts: suniv: F1C100: fix timer node
authorAndre Przywara <andre.przywara@arm.com>
Thu, 17 Mar 2022 16:23:44 +0000 (16:23 +0000)
committerJernej Skrabec <jernej.skrabec@gmail.com>
Wed, 6 Apr 2022 20:26:50 +0000 (22:26 +0200)
The Allwinner F1C100s has three timer instances, each with their own
interrupt line.

Add the missing two interrupts to the DT node, to match the DT binding.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20220317162349.739636-8-andre.przywara@arm.com
arch/arm/boot/dts/suniv-f1c100s.dtsi

index 0a7fa37..f455e27 100644 (file)
                timer@1c20c00 {
                        compatible = "allwinner,suniv-f1c100s-timer";
                        reg = <0x01c20c00 0x90>;
-                       interrupts = <13>;
+                       interrupts = <13>, <14>, <15>;
                        clocks = <&osc24M>;
                };