Re: [PATCH v2] dt-bindings: pwm: Convert TI PWM Subsystem to DT schema
"Rob Herring (Arm)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-pwm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > --- > 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/[email protected]/ > > .../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) <[email protected]>