diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2018-06-28 16:08:24 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2018-07-03 23:26:44 +0200 |
commit | 0bff2a86103e7bec979df9b9ff66c823a8d82d0a (patch) | |
tree | b486740ff25788509ad3ff5c0191c3f6918febbc /Documentation/i2c | |
parent | 80d943ab19e998a4c72e8accdcaea7db590c4745 (diff) | |
download | linux-0bff2a86103e7bec979df9b9ff66c823a8d82d0a.tar.bz2 |
i2c: i801: Add support for Intel Ice Lake
Intel Ice Lake has the same SMBus host controller than Intel Cannon
Lake. Add the PCI ID to the drivers list of supported devices.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
[jarkko.nikula@linux.intel.com: Add entries to Documentation and Kconfig]
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'Documentation/i2c')
-rw-r--r-- | Documentation/i2c/busses/i2c-i801 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/i2c/busses/i2c-i801 b/Documentation/i2c/busses/i2c-i801 index ca396748a10d..d1ee484a787d 100644 --- a/Documentation/i2c/busses/i2c-i801 +++ b/Documentation/i2c/busses/i2c-i801 @@ -35,6 +35,7 @@ Supported adapters: * Intel Gemini Lake (SOC) * Intel Cannon Lake (PCH) * Intel Cedar Fork (PCH) + * Intel Ice Lake (PCH) Datasheets: Publicly available at the Intel website On Intel Patsburg and later chipsets, both the normal host SMBus controller |