Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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@baylibre.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20250527205823.377785-2-u.kleine-koenig@baylibre.com
Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>

authored by

Uwe Kleine-König and committed by
Uwe Kleine-König
09cbe546 00f83f0e

+5 -2
+5 -2
Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml
··· 221 221 maxItems: 1 222 222 223 223 "#pwm-cells": 224 - const: 2 224 + oneOf: 225 + - const: 2 226 + deprecated: true 227 + - const: 3 225 228 226 229 required: 227 230 - compatible ··· 302 299 clocks = <&cpg CPG_MOD R9A07G044_MTU_X_MCK_MTU3>; 303 300 power-domains = <&cpg>; 304 301 resets = <&cpg R9A07G044_MTU_X_PRESET_MTU3>; 305 - #pwm-cells = <2>; 302 + #pwm-cells = <3>; 306 303 };