blob: fae3495bcbaf39c94efc4b4273367d10d21f16b6 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001Kernel driver i2c-nforce2
2
3Supported adapters:
4 * nForce2 MCP 10de:0064
5 * nForce2 Ultra 400 MCP 10de:0084
6 * nForce3 Pro150 MCP 10de:00D4
7 * nForce3 250Gb MCP 10de:00E4
Jean Delvare7c72ccf2005-12-18 17:25:18 +01008 * nForce4 MCP 10de:0052
9 * nForce4 MCP-04 10de:0034
Jean Delvare5c7ae652006-04-25 14:18:16 +020010 * nForce4 MCP51 10de:0264
11 * nForce4 MCP55 10de:0368
Jean Delvaref75803d2007-05-01 23:26:29 +020012 * nForce4 MCP61 10de:03EB
13 * nForce4 MCP65 10de:0446
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
Jean Delvare26f95c42006-12-10 21:21:28 +010015Datasheet: not publicly available, but seems to be similar to the
Linus Torvalds1da177e2005-04-16 15:20:36 -070016 AMD-8111 SMBus 2.0 adapter.
17
18Authors:
Hans-Frieder Vogtad04d5c2006-12-10 21:21:29 +010019 Hans-Frieder Vogt <hfvogt@gmx.net>,
Linus Torvalds1da177e2005-04-16 15:20:36 -070020 Thomas Leibold <thomas@plx.com>,
21 Patrick Dreker <patrick@dreker.de>
22
23Description
24-----------
25
26i2c-nforce2 is a driver for the SMBuses included in the nVidia nForce2 MCP.
27
28If your 'lspci -v' listing shows something like the following,
29
3000:01.1 SMBus: nVidia Corporation: Unknown device 0064 (rev a2)
31 Subsystem: Asustek Computer, Inc.: Unknown device 0c11
32 Flags: 66Mhz, fast devsel, IRQ 5
33 I/O ports at c000 [size=32]
34 Capabilities: <available only to root>
35
36then this driver should support the SMBuses of your motherboard.
37
38
39Notes
40-----
41
42The SMBus adapter in the nForce2 chipset seems to be very similar to the
Jean Delvare26f95c42006-12-10 21:21:28 +010043SMBus 2.0 adapter in the AMD-8111 south bridge. However, I could only get
Linus Torvalds1da177e2005-04-16 15:20:36 -070044the driver to work with direct I/O access, which is different to the EC
45interface of the AMD-8111. Tested on Asus A7N8X. The ACPI DSDT table of the
46Asus A7N8X lists two SMBuses, both of which are supported by this driver.