Message ID | abe35ea9-1929-941a-6391-2ce1bc047161@axentia.se (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | Add support for Atmel AT30TS74 | expand |
On Mon, 25 Apr 2022 07:59:12 +0200, Peter Rosin wrote: > Document the Atmel (now Microchip) AT30TS74 which is an LM75 based > temperature sensor. > > Signed-off-by: Peter Rosin <peda@axentia.se> > --- > Documentation/devicetree/bindings/hwmon/lm75.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On 25/04/2022 07:59, Peter Rosin wrote: > Document the Atmel (now Microchip) AT30TS74 which is an LM75 based > temperature sensor. > > Signed-off-by: Peter Rosin <peda@axentia.se> > --- > 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 72980d083c21..8226e3b5d028 100644 > --- a/Documentation/devicetree/bindings/hwmon/lm75.yaml > +++ b/Documentation/devicetree/bindings/hwmon/lm75.yaml > @@ -14,6 +14,7 @@ properties: > compatible: > enum: > - adi,adt75 > + - atmel,at30ts74 Looks like wrong indentation. Best regards, Krzysztof
On 4/25/22 11:49, Krzysztof Kozlowski wrote: > On 25/04/2022 07:59, Peter Rosin wrote: >> Document the Atmel (now Microchip) AT30TS74 which is an LM75 based >> temperature sensor. >> >> Signed-off-by: Peter Rosin <peda@axentia.se> >> --- >> 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 72980d083c21..8226e3b5d028 100644 >> --- a/Documentation/devicetree/bindings/hwmon/lm75.yaml >> +++ b/Documentation/devicetree/bindings/hwmon/lm75.yaml >> @@ -14,6 +14,7 @@ properties: >> compatible: >> enum: >> - adi,adt75 >> + - atmel,at30ts74 > > Looks like wrong indentation. > Actually, the patch is corrupted. Unchanged lines have an extra space. Guenter
diff --git a/Documentation/devicetree/bindings/hwmon/lm75.yaml b/Documentation/devicetree/bindings/hwmon/lm75.yaml index 72980d083c21..8226e3b5d028 100644 --- a/Documentation/devicetree/bindings/hwmon/lm75.yaml +++ b/Documentation/devicetree/bindings/hwmon/lm75.yaml @@ -14,6 +14,7 @@ properties: compatible: enum: - adi,adt75 + - atmel,at30ts74 - dallas,ds1775 - dallas,ds75 - dallas,ds7505
Document the Atmel (now Microchip) AT30TS74 which is an LM75 based temperature sensor. Signed-off-by: Peter Rosin <peda@axentia.se> --- Documentation/devicetree/bindings/hwmon/lm75.yaml | 1 + 1 file changed, 1 insertion(+)