Hi, Rob > Subject: Re: [PATCH V2] dt-bindings: thermal: Convert qoriq to json-schema > > 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: > > +https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdevi > > > +cetree.org%2Fschemas%2Fthermal%2Fqoriq-thermal.yaml%23&data=0 > 2%7C > > > +01%7CAnson.Huang%40nxp.com%7Cbb14200bf9dd47404fd308d8064c5719 > %7C686ea > > > +1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C637266272232329711&am > p;sdata=gz > > +zLUrr9f56HcPB1iy4xQvj2tw41Mc9Af5QUJbuvnCY%3D&reserved=0 > > +$schema: > > +https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdevi > > > +cetree.org%2Fmeta-schemas%2Fcore.yaml%23&data=02%7C01%7CAns > on.Hua > > > +ng%40nxp.com%7Cbb14200bf9dd47404fd308d8064c5719%7C686ea1d3bc2 > b4c6fa92 > > > +cd99c5c301635%7C0%7C0%7C637266272232329711&sdata=7qkHkpj > XPXMYn13c > > +I1pndBwFgfI2%2F6gMfCgWPrQSnmc%3D&reserved=0 > > + > > +title: Thermal Monitoring Unit (TMU) on Freescale QorIQ SoCs > > + > > +maintainers: > > + - Hongtao Jia <hongtao.jia@xxxxxxxxxxxxx> > > This email is bouncing. Should be @nxp.com? Yes, but looks like hongtao is no longer in NXP, so the hongtao.jia@xxxxxxx can NOT be touched in, I sent out V3 patch and also got the notification of failed to send to hongtao.jia@xxxxxxx, so I will use myself as maintainer, correct me if anything wrong. Will send a V4. Thanks, Anson