Hello, On Sat, Aug 15, 2026 at 07:48:17AM +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 > --- > Changes in v3: > - Completed the single example by adding the required 'clocks', > 'clock-names' and 'interrupts' properties to the ECAP, EQEP and EHRPWM > child nodes, so the example passes a full dt_binding_check. > > 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 v2: https://lore.kernel.org/all/20260812094420.1057067-1-egbostina@gmail.com/ > Link to v1: https://lore.kernel.org/all/20260811092208.687731-1-egbostina@gmail.com/ Applied to https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git pwm/for-next as 7.4-rc1 material. Thanks for your contribution Uwe