On Tue, 22 Feb 2022 14:36:09 -0800, Guenter Roeck wrote: > From: Agathe Porte <agathe.porte@xxxxxxxxx> > > Add basic description of the tmp464 driver DT bindings. > > Signed-off-by: Agathe Porte <agathe.porte@xxxxxxxxx> > Cc: Krzysztof Adamski <krzysztof.adamski@xxxxxxxxx> > Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx> > --- > v7: > - No change > > v6: > - Model ti,n-factor as int32 instead of int8. > > v5: > - Dropped ti,n-factor from channel@0 example. Added additional > channel to examples to show positive ti,n-factor property. > > v4: > - No changes > > v3: > - Addedd support for TMP468. > - Changed number of channels from 0..3 (which was wrong anyway) to 0..8. > - Changed value range for ti,n-factor to int8, with an example for > a negative value. > - Added myself as driver maintainer. > > .../devicetree/bindings/hwmon/ti,tmp464.yaml | 114 ++++++++++++++++++ > MAINTAINERS | 7 ++ > 2 files changed, 121 insertions(+) > create mode 100644 Documentation/devicetree/bindings/hwmon/ti,tmp464.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>