Re: [PATCH v3 resend] dt-bindings: rtc: zynqmp: convert bindings to YAML
From: Rob Herring <robh@kernel.org>
Date: 2021-06-24 20:26:34
Also in:
linux-arm-kernel, linux-rtc, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-06-24 20:26:34
Also in:
linux-arm-kernel, linux-rtc, lkml
On Mon, 14 Jun 2021 05:50:22 +0900, Nobuhiro Iwamatsu wrote:
Convert Real Time Clock for Xilinx Zynq MPSoC SoC bindings documentation
to YAML schemas.
And this renamed the file to compatible string of DT.
Signed-off-by: Nobuhiro Iwamatsu <redacted>
---
v3: Fix description.
Add $refs to calibration property.
Add minimum, maximum and default to calibration property.
v2: Fix warning with DT_CHECKER_FLAGS=-m
.../bindings/rtc/xlnx,zynqmp-rtc.yaml | 65 +++++++++++++++++++
.../devicetree/bindings/rtc/xlnx-rtc.txt | 25 -------
2 files changed, 65 insertions(+), 25 deletions(-)
create mode 100644 Documentation/devicetree/bindings/rtc/xlnx,zynqmp-rtc.yaml
delete mode 100644 Documentation/devicetree/bindings/rtc/xlnx-rtc.txtApplied, thanks!