Re: [PATCH v3] dt-bindings: thermal: Convert stm32 thermal bindings to json-schema

From: Rob Herring
Date: Mon Oct 14 2019 - 13:19:04 EST


On Mon, 14 Oct 2019 11:22:00 +0200, Benjamin Gaignard wrote:
> Convert the STM32 thermal binding to DT schema format using json-schema
>
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@xxxxxx>
> ---
> changes in v3:
> - use (GPL-2.0-only OR BSD-2-Clause) license
> - fix indentation
> - add additionalProperties: false
> - add #thermal-sensor-cells property
>
> .../bindings/thermal/st,stm32-thermal.yaml | 79 ++++++++++++++++++++++
> .../devicetree/bindings/thermal/stm32-thermal.txt | 61 -----------------
> 2 files changed, 79 insertions(+), 61 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/thermal/st,stm32-thermal.yaml
> delete mode 100644 Documentation/devicetree/bindings/thermal/stm32-thermal.txt
>

Applied, thanks.

Rob