Skip to content

Commit 0f739fd

Browse files
committed
ARM: dts: r8a73a4: Add missing CMT1 interrupts
The R-Mobile APE6 Compare Match Timer 1 generates 8 interrupts, one for each channel, but currently only 1 is described. Fix this by adding the missing interrupts. Fixes: f7b6523 ("ARM: shmobile: r8a73a4: Add CMT1 node") Signed-off-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 8f3d9f3 commit 0f739fd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

arch/arm/boot/dts/r8a73a4.dtsi

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,14 @@
131131
cmt1: timer@e6130000 {
132132
compatible = "renesas,r8a73a4-cmt1", "renesas,rcar-gen2-cmt1";
133133
reg = <0 0xe6130000 0 0x1004>;
134-
interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
134+
interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
135+
<GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
136+
<GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
137+
<GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
138+
<GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>,
139+
<GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>,
140+
<GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>,
141+
<GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
135142
clocks = <&mstp3_clks R8A73A4_CLK_CMT1>;
136143
clock-names = "fck";
137144
power-domains = <&pd_c5>;

0 commit comments

Comments
 (0)