Re: [PATCH v3 1/2] dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema
From: Rob Herring <robh@kernel.org>
Date: 2021-06-02 19:35:25
Also in:
linux-arm-kernel, linux-omap, linux-pwm
From: Rob Herring <robh@kernel.org>
Date: 2021-06-02 19:35:25
Also in:
linux-arm-kernel, linux-omap, linux-pwm
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 <redacted> --- .../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@kernel.org>