Re: [PATCH] dt-bindings: rtc: ti,bq32k: Convert to json-schema
From: Rob Herring <robh@kernel.org>
Date: 2021-06-16 19:51:45
Also in:
linux-devicetree, linux-renesas-soc
From: Rob Herring <robh@kernel.org>
Date: 2021-06-16 19:51:45
Also in:
linux-devicetree, linux-renesas-soc
On Wed, 16 Jun 2021 15:51:43 +0200, Geert Uytterhoeven wrote:
Convert the TI BQ32000 I2C Serial Real-Time Clock Device Tree binding documentation to json-schema. Document missing properties. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- .../devicetree/bindings/rtc/ti,bq32000.yaml | 49 +++++++++++++++++++ .../devicetree/bindings/rtc/ti,bq32k.txt | 18 ------- 2 files changed, 49 insertions(+), 18 deletions(-) create mode 100644 Documentation/devicetree/bindings/rtc/ti,bq32000.yaml delete mode 100644 Documentation/devicetree/bindings/rtc/ti,bq32k.txt
Reviewed-by: Rob Herring <robh@kernel.org>