On Tue, 18 Feb 2020 16:10:27 +0800, Baolin Wang wrote: > From: Baolin Wang <baolin.wang@xxxxxxxxxx> > > Add the Spreadtrum thermal documentation. > > Signed-off-by: Baolin Wang <baolin.wang@xxxxxxxxxx> > Signed-off-by: Baolin Wang <baolin.wang7@xxxxxxxxx> > --- > Changes from v2: > - Add missing #address-cells and #size-cells properties. > - Change the child node name with patternProperties. > - Simplify the nvmem-cells-names property. > > Changes from v1: > - Change to yaml format. > --- > .../devicetree/bindings/thermal/sprd-thermal.yaml | 108 ++++++++++++++++++++ > 1 file changed, 108 insertions(+) > create mode 100644 Documentation/devicetree/bindings/thermal/sprd-thermal.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>