On Wed, 20 May 2020 17:42:17 +0800, Anson Huang wrote: > Convert the i.MX thermal binding to DT schema format using json-schema > > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> > Reviewed-by: Dong Aisheng <aisheng.dong@xxxxxxx> > --- > Changes since V3: > - improve "fsl,tempmon" description. > --- > .../devicetree/bindings/thermal/imx-thermal.txt | 61 ------------ > .../devicetree/bindings/thermal/imx-thermal.yaml | 102 +++++++++++++++++++++ > 2 files changed, 102 insertions(+), 61 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/thermal/imx-thermal.txt > create mode 100644 Documentation/devicetree/bindings/thermal/imx-thermal.yaml > Applied, thanks!