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