Re: [PATCH v2 00/10] Add MTU3 for RZ/T2H and RZ/N2H

From: Daniel Lezcano

Date: Thu Apr 23 2026 - 07:18:38 EST


On 4/10/26 18:35, Cosmin Tanislav wrote:
The Renesas RZ/T2H (R9A09G077) and RZ/N2H (R9A09G087) SoCs have an MTU3
block. Add support for them and fix the non-existing TCIU8 interrupt.

V2:
* reword to mention that TCIU8 used to exist
* squash "move required resets to conditional" into
"document RZ/{T2H,N2H}"
* disable the resets in the else branch of the condition

Cosmin Tanislav (10):
clk: renesas: r9a09g077: add MTU3 module clock
mfd: rz-mtu3: use device-managed reset deassert
mfd: rz-mtu3: use device-managed mfd_add_devices()
mfd: rz-mtu3: store &pdev->dev in local variable
mfd: rz-mtu3: make reset optional
dt-bindings: timer: renesas,rz-mtu3: remove TCIU8 interrupt
dt-bindings: timer: renesas,rz-mtu3: document RZ/{T2H,N2H}

Applied patches 6 and 7

Thanks