diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-11-20 17:19:32 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2019-11-25 15:52:35 +0100 |
commit | 790591f41ede7b6fcfea8753dfb4030752dbfbec (patch) | |
tree | f6289e7a81f8c12ba0f0d93e58bf15a84fc1adbe /Documentation/i2c/busses | |
parent | 7787657d7ee55a9ecf4aea4907b46b87a44eda67 (diff) | |
download | linux-790591f41ede7b6fcfea8753dfb4030752dbfbec.tar.gz linux-790591f41ede7b6fcfea8753dfb4030752dbfbec.tar.bz2 linux-790591f41ede7b6fcfea8753dfb4030752dbfbec.zip |
i2c: i801: Correct Intel Jasper Lake SOC naming
There is no suffix applied to Intel Jasper Lake SOC. Remove it
from the comments and definitions. Besides that, it's a SOC,
thus replace PCH with SOC where it appropriate.
Fixes: e0c61c04791a ("i2c: i801: Add support for Intel Jasper Lake")
Cc: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-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/busses')
-rw-r--r-- | Documentation/i2c/busses/i2c-i801.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/i2c/busses/i2c-i801.rst b/Documentation/i2c/busses/i2c-i801.rst index aa4a0e26e9b9..b83da0e94184 100644 --- a/Documentation/i2c/busses/i2c-i801.rst +++ b/Documentation/i2c/busses/i2c-i801.rst @@ -42,7 +42,7 @@ Supported adapters: * Intel Comet Lake (PCH) * Intel Elkhart Lake (PCH) * Intel Tiger Lake (PCH) - * Intel Jasper Lake (PCH) + * Intel Jasper Lake (SOC) Datasheets: Publicly available at the Intel website |