Message ID | 20230217093711.1891564-3-m.felsch@pengutronix.de |
---|---|
State | Superseded |
Headers | show |
Series | [v3,1/4] dt-bindings: iio: ti,tmp117: fix documentation link | expand |
On 17/02/2023 10:37, Marco Felsch wrote: > The TMP116 is the predecessor of the TMP117. > > Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> > --- > v3: > - don't use tmp117 as fallback, therefore I didn't add Krzysztof > rb. > v2: > - drop items from single enum > > .../devicetree/bindings/iio/temperature/ti,tmp117.yaml | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml b/Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml > index 8d1ec4d39b28c..a2f647fe0760c 100644 > --- a/Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml > +++ b/Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml > @@ -7,8 +7,9 @@ $schema: "http://devicetree.org/meta-schemas/core.yaml#" > title: "TI TMP117 - Digital temperature sensor with integrated NV memory" > > description: | > - TI TMP117 - Digital temperature sensor with integrated NV memory that supports > - I2C interface. > + TI TMP116/117 - Digital temperature sensor with integrated NV memory that > + supports I2C interface. > + https://www.ti.com/lit/gpn/tmp116 > https://www.ti.com/lit/gpn/tmp117 > > maintainers: > @@ -18,6 +19,7 @@ properties: > compatible: > enum: > - ti,tmp117 > + - ti,tmp116 Don't add entries to the end, but keep some order. Less conflicts. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml b/Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml index 8d1ec4d39b28c..a2f647fe0760c 100644 --- a/Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml +++ b/Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml @@ -7,8 +7,9 @@ $schema: "http://devicetree.org/meta-schemas/core.yaml#" title: "TI TMP117 - Digital temperature sensor with integrated NV memory" description: | - TI TMP117 - Digital temperature sensor with integrated NV memory that supports - I2C interface. + TI TMP116/117 - Digital temperature sensor with integrated NV memory that + supports I2C interface. + https://www.ti.com/lit/gpn/tmp116 https://www.ti.com/lit/gpn/tmp117 maintainers: @@ -18,6 +19,7 @@ properties: compatible: enum: - ti,tmp117 + - ti,tmp116 reg: maxItems: 1
The TMP116 is the predecessor of the TMP117. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> --- v3: - don't use tmp117 as fallback, therefore I didn't add Krzysztof rb. v2: - drop items from single enum .../devicetree/bindings/iio/temperature/ti,tmp117.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)