Re: [PATCH v3 resend] dt-bindings: rtc: zynqmp: convert bindings to YAML

From: Rob Herring
Date: Thu Jun 24 2021 - 16:26:33 EST


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 <iwamatsu@xxxxxxxxxxx>
> ---
> 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.txt
>

Applied, thanks!