drivers: sensors: Add driver for LM95234 temperature sensor
Add a driver for the National/TI LM95234 Quad Remote Diode and Local Temperature Sensor with SMBus Interface and TruTherm Technology. Signed-off-by: Robert Hancock <robert.hancock@calian.com>
This commit is contained in:
parent
2c7cd3dc1e
commit
2d171efcec
8 changed files with 376 additions and 0 deletions
|
@ -1055,3 +1055,9 @@ test_i2c_shtc1: shtc1@8e {
|
|||
measure-mode = "low-power";
|
||||
clock-stretching;
|
||||
};
|
||||
|
||||
test_i2c_lm95234: lm95234@8f {
|
||||
compatible = "national,lm95234";
|
||||
reg = <0x8f>;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue