diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2023-10-02 11:28:04 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-11-28 17:19:46 +0000 |
commit | c001527728fa88e4be32958b004201ccb17d5e54 (patch) | |
tree | d5f686dc8bfbac54991bd62403d1f10e38990954 /Documentation | |
parent | 4c86cb2321bd9c72d3b945ce7f747961beda8e65 (diff) | |
download | linux-stable-c001527728fa88e4be32958b004201ccb17d5e54.tar.gz linux-stable-c001527728fa88e4be32958b004201ccb17d5e54.tar.bz2 linux-stable-c001527728fa88e4be32958b004201ccb17d5e54.zip |
i2c: i801: Add support for Intel Birch Stream SoC
[ Upstream commit 8c56f9ef25a33e51f09a448d25cf863b61c9658d ]
Add SMBus PCI ID on Intel Birch Stream SoC.
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Reviewed-by: Andi Shyti <andi.shyti@kernel.org>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'Documentation')
-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 e76e68ccf718..10eced6c2e46 100644 --- a/Documentation/i2c/busses/i2c-i801.rst +++ b/Documentation/i2c/busses/i2c-i801.rst @@ -47,6 +47,7 @@ Supported adapters: * Intel Alder Lake (PCH) * Intel Raptor Lake (PCH) * Intel Meteor Lake (SOC and PCH) + * Intel Birch Stream (SOC) Datasheets: Publicly available at the Intel website |