Skip to content

Commit b7a8f1f

Browse files
bijudasdlezcano
authored andcommitted
dt-bindings: timer: renesas,rz-mtu3: Fix overflow/underflow interrupt names
As per R01UH0914EJ0130 Rev.1.30 HW manual the MTU3 overflow/underflow interrupt names starts with 'tci' instead of 'tgi'. Fix this documentation issue by replacing below overflow/underflow interrupt names: - tgiv0->tciv0 - tgiv1->tciv1 - tgiu1->tciu1 - tgiv2->tciv2 - tgiu2->tciu2 - tgiv3->tciv3 - tgiv4->tciv4 - tgiv6->tciv6 - tgiv7->tciv7 - tgiv8->tciv8 - tgiu8->tciu8 Fixes: 0a9d6b5 ("dt-bindings: timer: Document RZ/G2L MTU3a bindings") Cc: [email protected] Signed-off-by: Biju Das <[email protected]> Acked-by: Conor Dooley <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 8ceea12 commit b7a8f1f

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -169,46 +169,46 @@ properties:
169169
- const: tgib0
170170
- const: tgic0
171171
- const: tgid0
172-
- const: tgiv0
172+
- const: tciv0
173173
- const: tgie0
174174
- const: tgif0
175175
- const: tgia1
176176
- const: tgib1
177-
- const: tgiv1
178-
- const: tgiu1
177+
- const: tciv1
178+
- const: tciu1
179179
- const: tgia2
180180
- const: tgib2
181-
- const: tgiv2
182-
- const: tgiu2
181+
- const: tciv2
182+
- const: tciu2
183183
- const: tgia3
184184
- const: tgib3
185185
- const: tgic3
186186
- const: tgid3
187-
- const: tgiv3
187+
- const: tciv3
188188
- const: tgia4
189189
- const: tgib4
190190
- const: tgic4
191191
- const: tgid4
192-
- const: tgiv4
192+
- const: tciv4
193193
- const: tgiu5
194194
- const: tgiv5
195195
- const: tgiw5
196196
- const: tgia6
197197
- const: tgib6
198198
- const: tgic6
199199
- const: tgid6
200-
- const: tgiv6
200+
- const: tciv6
201201
- const: tgia7
202202
- const: tgib7
203203
- const: tgic7
204204
- const: tgid7
205-
- const: tgiv7
205+
- const: tciv7
206206
- const: tgia8
207207
- const: tgib8
208208
- const: tgic8
209209
- const: tgid8
210-
- const: tgiv8
211-
- const: tgiu8
210+
- const: tciv8
211+
- const: tciu8
212212

213213
clocks:
214214
maxItems: 1
@@ -285,16 +285,16 @@ examples:
285285
<GIC_SPI 211 IRQ_TYPE_EDGE_RISING>,
286286
<GIC_SPI 212 IRQ_TYPE_EDGE_RISING>,
287287
<GIC_SPI 213 IRQ_TYPE_EDGE_RISING>;
288-
interrupt-names = "tgia0", "tgib0", "tgic0", "tgid0", "tgiv0", "tgie0",
288+
interrupt-names = "tgia0", "tgib0", "tgic0", "tgid0", "tciv0", "tgie0",
289289
"tgif0",
290-
"tgia1", "tgib1", "tgiv1", "tgiu1",
291-
"tgia2", "tgib2", "tgiv2", "tgiu2",
292-
"tgia3", "tgib3", "tgic3", "tgid3", "tgiv3",
293-
"tgia4", "tgib4", "tgic4", "tgid4", "tgiv4",
290+
"tgia1", "tgib1", "tciv1", "tciu1",
291+
"tgia2", "tgib2", "tciv2", "tciu2",
292+
"tgia3", "tgib3", "tgic3", "tgid3", "tciv3",
293+
"tgia4", "tgib4", "tgic4", "tgid4", "tciv4",
294294
"tgiu5", "tgiv5", "tgiw5",
295-
"tgia6", "tgib6", "tgic6", "tgid6", "tgiv6",
296-
"tgia7", "tgib7", "tgic7", "tgid7", "tgiv7",
297-
"tgia8", "tgib8", "tgic8", "tgid8", "tgiv8", "tgiu8";
295+
"tgia6", "tgib6", "tgic6", "tgid6", "tciv6",
296+
"tgia7", "tgib7", "tgic7", "tgid7", "tciv7",
297+
"tgia8", "tgib8", "tgic8", "tgid8", "tciv8", "tciu8";
298298
clocks = <&cpg CPG_MOD R9A07G044_MTU_X_MCK_MTU3>;
299299
power-domains = <&cpg>;
300300
resets = <&cpg R9A07G044_MTU_X_PRESET_MTU3>;

0 commit comments

Comments
 (0)