Re: [PATCH v2] dt-bindings: pwm: Convert TI PWM Subsystem to DT schema

From: Rob Herring (Arm)

Date: Wed Aug 12 2026 - 15:36:14 EST



On Wed, 12 Aug 2026 09:44:20 +0000, Eduard Bostina wrote:
> Convert the Texas Instruments SoC PWM Subsystem bindings
> to DT schema.
>
> During the conversion, the following updates were made:
> - 'counter' node was added to the allowed child nodes
> list to resolve dtbs_check warnings. Some eqep nodes
> use 'counter' instead of 'eqep'.
>
> Signed-off-by: Eduard Bostina <egbostina@xxxxxxxxx>
> ---
> Changes in v2:
> - Renamed the file to ti,am33xx-pwmss.yaml to match the base compatible.
> - Required a 'compatible' property in the child nodes.
> - Reduced the binding to a single example and included the PWM child
> nodes (ECAP, EQEP, EHRPWM) in it.
>
> Link to v1: https://lore.kernel.org/all/2026081109d-up2208.687731-1-egbostina@xxxxxxxxx/
>
> .../devicetree/bindings/pwm/pwm-tipwmss.txt | 58 --------------
> .../bindings/pwm/ti,am33xx-pwmss.yaml | 76 +++++++++++++++++++
> 2 files changed, 76 insertions(+), 58 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-tipwmss.txt
> create mode 100644 Documentation/devicetree/bindings/pwm/ti,am33xx-pwmss.yaml
>

Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>