On Tue, 01 Jun 2021 15:58:03 +0530, Lokesh Vutla wrote: > Convert the tiecap binding to DT schema format using json-schema. > Along with this conversion the following changes are included: > - 'clock' and 'clock-names' properties are marked required as > driver fails to probe without these properties > - Dropped ti,am33xx-ecap 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-tiecap.txt | 51 --------------- > .../devicetree/bindings/pwm/pwm-tiecap.yaml | 63 +++++++++++++++++++ > 2 files changed, 63 insertions(+), 51 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiecap.txt > create mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiecap.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>