Re: [PATCH V5] dt-bindings: thermal: Convert qoriq to json-schema

From: Rob Herring
Date: Mon Jun 15 2020 - 12:19:11 EST


On Thu, 04 Jun 2020 09:30:16 +0800, Anson Huang wrote:
> Convert the qoriq thermal binding to DT schema format using json-schema
>
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>
> ---
> Changes since V4:
> - add "additionalProperties: false"
> ---
> .../devicetree/bindings/thermal/qoriq-thermal.txt | 71 -------------
> .../devicetree/bindings/thermal/qoriq-thermal.yaml | 114 +++++++++++++++++++++
> 2 files changed, 114 insertions(+), 71 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> create mode 100644 Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml
>

Applied, thanks!