Message ID | 20210429121150.106804-2-robert.marko@sartura.hr |
---|---|
State | Accepted |
Commit | 42c7fd53aeff8241d64cdcfaffe06bb955852112 |
Headers | show |
Series | [1/2] hwmon: lm75: Add TI TMP1075 support | expand |
On Thu, Apr 29, 2021 at 02:11:50PM +0200, Robert Marko wrote: > Document the DT compatible for TI TMP1075 which > is a LM75 compatible sensor. > > Signed-off-by: Robert Marko <robert.marko@sartura.hr> Tentatively applied to hwmon-next (unless there are objections from dt maintainers, which seems unlikely). Thanks, Guenter > --- > Documentation/devicetree/bindings/hwmon/lm75.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/hwmon/lm75.yaml b/Documentation/devicetree/bindings/hwmon/lm75.yaml > index 96eed5cc7841..72980d083c21 100644 > --- a/Documentation/devicetree/bindings/hwmon/lm75.yaml > +++ b/Documentation/devicetree/bindings/hwmon/lm75.yaml > @@ -30,6 +30,7 @@ properties: > - st,stds75 > - st,stlm75 > - microchip,tcn75 > + - ti,tmp1075 > - ti,tmp100 > - ti,tmp101 > - ti,tmp105
On Thu, 29 Apr 2021 14:11:50 +0200, Robert Marko wrote: > Document the DT compatible for TI TMP1075 which > is a LM75 compatible sensor. > > Signed-off-by: Robert Marko <robert.marko@sartura.hr> > --- > Documentation/devicetree/bindings/hwmon/lm75.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/hwmon/lm75.yaml b/Documentation/devicetree/bindings/hwmon/lm75.yaml index 96eed5cc7841..72980d083c21 100644 --- a/Documentation/devicetree/bindings/hwmon/lm75.yaml +++ b/Documentation/devicetree/bindings/hwmon/lm75.yaml @@ -30,6 +30,7 @@ properties: - st,stds75 - st,stlm75 - microchip,tcn75 + - ti,tmp1075 - ti,tmp100 - ti,tmp101 - ti,tmp105
Document the DT compatible for TI TMP1075 which is a LM75 compatible sensor. Signed-off-by: Robert Marko <robert.marko@sartura.hr> --- Documentation/devicetree/bindings/hwmon/lm75.yaml | 1 + 1 file changed, 1 insertion(+)