diff options
author | Shane Huang <shane.huang@amd.com> | 2013-06-03 18:24:55 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-25 14:07:28 -0700 |
commit | 5ebc73095cf30bca82ef2983a46756ff26b1a810 (patch) | |
tree | a73e24476df762a47862f7c89aa2e39887000ec8 /Documentation | |
parent | 31c1a76deb262a074b209ad14a35bef7f5b9ab81 (diff) | |
download | linux-3.10-5ebc73095cf30bca82ef2983a46756ff26b1a810.tar.gz linux-3.10-5ebc73095cf30bca82ef2983a46756ff26b1a810.tar.bz2 linux-3.10-5ebc73095cf30bca82ef2983a46756ff26b1a810.zip |
i2c-piix4: Add AMD CZ SMBus device ID
commit b996ac90f595dda271cbd858b136b45557fc1a57 upstream.
To add AMD CZ SMBus controller device ID.
[bhelgaas: drop pci_ids.h update]
Signed-off-by: Shane Huang <shane.huang@amd.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/i2c/busses/i2c-piix4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/i2c/busses/i2c-piix4 b/Documentation/i2c/busses/i2c-piix4 index 1e6634f54c5..a370b2047cf 100644 --- a/Documentation/i2c/busses/i2c-piix4 +++ b/Documentation/i2c/busses/i2c-piix4 @@ -13,7 +13,7 @@ Supported adapters: * AMD SP5100 (SB700 derivative found on some server mainboards) Datasheet: Publicly available at the AMD website http://support.amd.com/us/Embedded_TechDocs/44413.pdf - * AMD Hudson-2 + * AMD Hudson-2, CZ Datasheet: Not publicly available * Standard Microsystems (SMSC) SLC90E66 (Victory66) southbridge Datasheet: Publicly available at the SMSC website http://www.smsc.com |