mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-21 06:50:25 +00:00
ARM: dts: imx: tqma7: add lm75a sensor (rev. 01xxx)
TQMa7x (revision 01xxx) uses a LM75A temperature sensor. The two sensors use different I2C addresses, so we can set both sensors simultaneously. Signed-off-by: João Rodrigues <jrodrigues@ubimet.com> Reviewed-by: Bruno Thomsen <bruno.thomsen@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
b76bbf835d
commit
c9d4affbe6
1 changed files with 7 additions and 2 deletions
|
@ -128,11 +128,16 @@
|
|||
};
|
||||
};
|
||||
|
||||
/* NXP SE97BTP with temperature sensor + eeprom */
|
||||
/* LM75A temperature sensor, TQMa7x 01xx */
|
||||
lm75a: temperature-sensor@48 {
|
||||
compatible = "national,lm75a";
|
||||
reg = <0x48>;
|
||||
};
|
||||
|
||||
/* NXP SE97BTP with temperature sensor + eeprom, TQMa7x 02xx */
|
||||
se97b: temperature-sensor-eeprom@1e {
|
||||
compatible = "nxp,se97b", "jedec,jc-42.4-temp";
|
||||
reg = <0x1e>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* ST M24C64 */
|
||||
|
|
Loading…
Add table
Reference in a new issue