diff options
author | bgardner@wabtec.com <bgardner@wabtec.com> | 2005-07-27 13:43:21 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-05 12:14:05 -0400 |
commit | 0283fe6c3bdbe9ca9aefa28b24883ec1dee3ccbd (patch) | |
tree | df4e86f58dc1708606ad09d8aea7a872d7d1a8fe /Documentation/i2c | |
parent | a61fc683ae1b7871d8d81ac5025af1a923731547 (diff) |
[PATCH] I2C: max6875 documentation cleanup
Fix a spelling error and change a sysfs name.
Signed-off-by: Ben Gardner <bgardner@wabtec.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/i2c')
-rw-r--r-- | Documentation/i2c/chips/max6875 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/i2c/chips/max6875 b/Documentation/i2c/chips/max6875 index 46b8dc34c971..96fec562a8e9 100644 --- a/Documentation/i2c/chips/max6875 +++ b/Documentation/i2c/chips/max6875 | |||
@@ -49,14 +49,14 @@ $ modprobe max6875 force=0,0x50 | |||
49 | 49 | ||
50 | The MAX6874/MAX6875 ignores address bit 0, so this driver attaches to multiple | 50 | The MAX6874/MAX6875 ignores address bit 0, so this driver attaches to multiple |
51 | addresses. For example, for address 0x50, it also reserves 0x51. | 51 | addresses. For example, for address 0x50, it also reserves 0x51. |
52 | The even-address instance is called 'max6875', the odd one is 'max6875-dummy'. | 52 | The even-address instance is called 'max6875', the odd one is 'max6875 subclient'. |
53 | 53 | ||
54 | 54 | ||
55 | Programming the chip using i2c-dev | 55 | Programming the chip using i2c-dev |
56 | ---------------------------------- | 56 | ---------------------------------- |
57 | 57 | ||
58 | Use the i2c-dev interface to access and program the chips. | 58 | Use the i2c-dev interface to access and program the chips. |
59 | Reads and write are performed differently depending on the address range. | 59 | Reads and writes are performed differently depending on the address range. |
60 | 60 | ||
61 | The configuration registers are at addresses 0x00 - 0x45. | 61 | The configuration registers are at addresses 0x00 - 0x45. |
62 | Use i2c_smbus_write_byte_data() to write a register and | 62 | Use i2c_smbus_write_byte_data() to write a register and |