diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2022-06-30 10:41:54 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-07-06 17:04:48 +0300 |
commit | 24fff66f1f26d618d3b16c36603c10175e3d660f (patch) | |
tree | 7605a73c2429b79dc11055419a820d4fe9748afe /Documentation/i2c | |
parent | faa60f188cc3fc9d2900196b0ae96c4781225036 (diff) | |
download | linux-24fff66f1f26d618d3b16c36603c10175e3d660f.tar.xz |
i2c: i801: Add support for Intel Meteor Lake-P
Add SMBus PCI ID on Intel Meteor Lake-P.
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'Documentation/i2c')
-rw-r--r-- | Documentation/i2c/busses/i2c-i801.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/i2c/busses/i2c-i801.rst b/Documentation/i2c/busses/i2c-i801.rst index cad59170b2ad..ab9e850e8fe0 100644 --- a/Documentation/i2c/busses/i2c-i801.rst +++ b/Documentation/i2c/busses/i2c-i801.rst @@ -46,6 +46,7 @@ Supported adapters: * Intel Emmitsburg (PCH) * Intel Alder Lake (PCH) * Intel Raptor Lake (PCH) + * Intel Meteor Lake (SOC) Datasheets: Publicly available at the Intel website |