On Thu, Jul 20, 2023 at 05:52:00PM +0000, Biju Das wrote: > > -----Original Message----- > > From: Conor Dooley > > Sent: Thursday, July 20, 2023 6:19 PM > > To: Biju Das > > Cc: Rob Herring ; Krzysztof Kozlowski > > ; Conor Dooley ; > > Daniel Lezcano ; Thomas Gleixner > > ; Geert Uytterhoeven ; > > Magnus Damm ; Lee Jones ; linux- > > iio@vger.kernel.org; linux-renesas-soc@vger.kernel.org; > > devicetree@vger.kernel.org; Fabrizio Castro > > ; Prabhakar Mahadev Lad > > ; stable@kernel.org btw, please trim this stuff :) > > Subject: Re: [PATCH 2/6] dt-bindings: timer: renesas,rz-mtu3: Fix > > overflow/underflow interrupt names > > > > On Thu, Jul 20, 2023 at 02:10:12PM +0100, Biju Das wrote: > > > 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: 0a9d6b54297e ("dt-bindings: timer: Document RZ/G2L MTU3a > > > bindings") > > > Cc: stable@kernel.org > > > Signed-off-by: Biju Das > > > > I assume this means that nothing is actually using these interrupt > > names? > > Yes, That is correct. Corresponding driver doesn't have interrupt support. Okay, if it is not being used anywhere: Acked-by: Conor Dooley Thanks, Conor.