On Mon, 01 Jun 2020 11:35:20 +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 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 > Applied, thanks!