On Thu, 23 Sep 2021 01:39:01 +0200, Linus Walleij wrote: > This converts the NTC thermistor DT bindings to YAML. Some care had to > be taken since I had to add some illustrations to make the connection > layouts graspable. > > Cc: Javier Martinez Canillas <javier@xxxxxxxxxxxx> > Cc: Johannes Pointner <johannes.pointner@xxxxxxxxx> > Cc: Peter Rosin <peda@xxxxxxxxxx> > Cc: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > ChangeLog v2->v3: > - Rebase on v5.15-rc1 > - Drop comment reference to thermal-sensor.yaml > - Keep the oneOf rather than using an enum for the compatible: > I can't figure out how to make deprecated work for enums? > https://lore.kernel.org/linux-hwmon/CACRpkdZDLSA5YJtc3XCkfPZUNqo1MOWLBwVDGQ4vN8cDXD3aYg@xxxxxxxxxxxxxx/ > ChangeLog v1->v2: > - Realize I need to CC devicetree@xxxxxxxxxxxxxxx on this. > - Fix Javier's mail address. > - Drop Naveen's mail (bouncing) > --- > .../bindings/hwmon/ntc-thermistor.yaml | 141 ++++++++++++++++++ > .../bindings/hwmon/ntc_thermistor.txt | 44 ------ > 2 files changed, 141 insertions(+), 44 deletions(-) > create mode 100644 Documentation/devicetree/bindings/hwmon/ntc-thermistor.yaml > delete mode 100644 Documentation/devicetree/bindings/hwmon/ntc_thermistor.txt > The error introduced can be fixed in a separate patch, so: Reviewed-by: Rob Herring <robh@xxxxxxxxxx>