On Sun, May 31, 2020 at 9:45 PM Anson Huang <Anson.Huang@xxxxxxx> wrote: > > Convert the qoriq thermal binding to DT schema format using json-schema > > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> > --- > Changes since V1: > - add 'maxItems' for 'fsl,tmu-range' property; > - add 'minItems'/'maxItems' and items descriptions for 'fsl,tmu-calibration' property; > - remove description for common property '#thermal-sensor-cells'; > - refine 'fsl,tmu-calibration' format in example. > --- > .../devicetree/bindings/thermal/qoriq-thermal.txt | 71 ------------- > .../devicetree/bindings/thermal/qoriq-thermal.yaml | 112 +++++++++++++++++++++ > 2 files changed, 112 insertions(+), 71 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/thermal/qoriq-thermal.txt > create mode 100644 Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml [...] > diff --git a/Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml b/Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml > new file mode 100644 > index 0000000..c5df999 > --- /dev/null > +++ b/Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml > @@ -0,0 +1,112 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/thermal/qoriq-thermal.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Thermal Monitoring Unit (TMU) on Freescale QorIQ SoCs > + > +maintainers: > + - Hongtao Jia <hongtao.jia@xxxxxxxxxxxxx> This email is bouncing. Should be @nxp.com? Rob