Re: [PATCH v2 05/16] dt-bindings: rtc: tegra: Convert to json-schema
From: Rob Herring <robh@kernel.org>
Date: 2021-11-30 01:33:34
Also in:
linux-tegra
From: Rob Herring <robh@kernel.org>
Date: 2021-11-30 01:33:34
Also in:
linux-tegra
On Fri, 19 Nov 2021 15:38:28 +0100, Thierry Reding wrote:
From: Thierry Reding <redacted> Convert the NVIDIA Tegra RTC bindings from the free-form text format to json-schema. Signed-off-by: Thierry Reding <redacted> --- Changes in v2: - document clock-names property and add additionalProperties: false .../bindings/rtc/nvidia,tegra20-rtc.txt | 24 -------- .../bindings/rtc/nvidia,tegra20-rtc.yaml | 60 +++++++++++++++++++ 2 files changed, 60 insertions(+), 24 deletions(-) delete mode 100644 Documentation/devicetree/bindings/rtc/nvidia,tegra20-rtc.txt create mode 100644 Documentation/devicetree/bindings/rtc/nvidia,tegra20-rtc.yaml
Reviewed-by: Rob Herring <robh@kernel.org>