On Tue, 01 Jun 2021 11:14:01 +0530, Lokesh Vutla wrote: > Convert the tiehrpwm binding to DT schema format using json-schema. > Along with this conversion the following changes are included: > - 'clock' and 'clock-names' properties are marked as required as > driver fails to probe without these properties > - Dropped ti,am33xx-ehrpwm as it is no longer applicable. > - 'power-domains' property is introduced and marked as optional. > > Signed-off-by: Lokesh Vutla <lokeshvutla@xxxxxx> > --- > .../devicetree/bindings/pwm/pwm-tiehrpwm.txt | 50 --------------- > .../devicetree/bindings/pwm/pwm-tiehrpwm.yaml | 64 +++++++++++++++++++ > 2 files changed, 64 insertions(+), 50 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.txt > create mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>