blob: e95d373eb6936b586cb3b399b337446a4b664d78 [file] [log] [blame]
Iain Paton27f8b132012-06-27 08:55:11 +00001Kernel driver hih6130
2=====================
3
4Supported chips:
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -03005
Iain Paton27f8b132012-06-27 08:55:11 +00006 * Honeywell HIH-6130 / HIH-6131
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -03007
Iain Paton27f8b132012-06-27 08:55:11 +00008 Prefix: 'hih6130'
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -03009
Iain Paton27f8b132012-06-27 08:55:11 +000010 Addresses scanned: none
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030011
Iain Paton27f8b132012-06-27 08:55:11 +000012 Datasheet: Publicly available at the Honeywell website
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030013
14 http://sensing.honeywell.com/index.php?ci_id=3106&la_id=1&defId=44872
Iain Paton27f8b132012-06-27 08:55:11 +000015
16Author:
17 Iain Paton <ipaton0@gmail.com>
18
19Description
20-----------
21
22The HIH-6130 & HIH-6131 are humidity and temperature sensors in a SO8 package.
23The difference between the two devices is that the HIH-6131 has a condensation
24filter.
25
26The devices communicate with the I2C protocol. All sensors are set to the same
27I2C address 0x27 by default, so an entry with I2C_BOARD_INFO("hih6130", 0x27)
28can be used in the board setup code.
29
Mauro Carvalho Chehabccf988b2019-07-26 09:51:16 -030030Please see Documentation/i2c/instantiating-devices.rst for details on how to
Iain Paton27f8b132012-06-27 08:55:11 +000031instantiate I2C devices.
32
33sysfs-Interface
34---------------
35
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030036temp1_input
37 temperature input
38
39humidity1_input
40 humidity input
Iain Paton27f8b132012-06-27 08:55:11 +000041
42Notes
43-----
44
45Command mode and alarms are not currently supported.