Re: [PATCH v3 4/5] dt-bindings: rtc: Convert sa1100-rtc to json-schema
From: Rob Herring <robh@kernel.org>
Date: 2020-07-13 18:50:11
Also in:
linux-gpio, linux-i2c, linux-rtc, lkml
From: Rob Herring <robh@kernel.org>
Date: 2020-07-13 18:50:11
Also in:
linux-gpio, linux-i2c, linux-rtc, lkml
On Wed, 17 Jun 2020 00:33:52 +0200, Lubomir Rintel wrote:
Convert the sa1100-rtc binding to DT schema format using json-schema. While add that, add clocks and resets that are actually used. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> --- Changes since v1: - Remove interrupts/maxItems - Mention clocks and resets in the patch description - Add default GPL-2.0-only license tag - Fill in maintainers from MAINTAINERS file .../devicetree/bindings/rtc/sa1100-rtc.txt | 17 ------ .../devicetree/bindings/rtc/sa1100-rtc.yaml | 57 +++++++++++++++++++ 2 files changed, 57 insertions(+), 17 deletions(-) delete mode 100644 Documentation/devicetree/bindings/rtc/sa1100-rtc.txt create mode 100644 Documentation/devicetree/bindings/rtc/sa1100-rtc.yaml
Applied, thanks!