Hi Uwe, Thanks for the patch. > -----Original Message----- > From: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxx> > Sent: 27 May 2025 21:58 > Subject: [PATCH] dt-bindings: timer: renesas,rz-mtu3: Use #pwm-cells = <3> > > With the goal to unify all PWM bindings to use #pwm-cells = <3> update the renesas,rz-mtu3 binding > accordingly. Keep <2> documented as a deprecated value at least until the in-tree device trees are > fixed accordingly. > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxx> Reviewed-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> Cheers, Biju > --- > .../devicetree/bindings/timer/renesas,rz-mtu3.yaml | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml > b/Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml > index 3931054b42fb..3ad10c5b66ba 100644 > --- a/Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml > +++ b/Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml > @@ -221,7 +221,10 @@ properties: > maxItems: 1 > > "#pwm-cells": > - const: 2 > + oneOf: > + - const: 2 > + deprecated: true > + - const: 3 > > required: > - compatible > @@ -299,5 +302,5 @@ examples: > clocks = <&cpg CPG_MOD R9A07G044_MTU_X_MCK_MTU3>; > power-domains = <&cpg>; > resets = <&cpg R9A07G044_MTU_X_PRESET_MTU3>; > - #pwm-cells = <2>; > + #pwm-cells = <3>; > }; > > base-commit: 0ff41df1cb268fc69e703a08a57ee14ae967d0ca > -- > 2.47.2