On 11/7/19 12:55 PM, Andy Shevchenko wrote:
There is no suffix applied to Intel Jasper Lake PCH. Remove it from
the comments and definitions.
Fixes: e0c61c04791a ("i2c: i801: Add support for Intel Jasper Lake")
Cc: Jarkko Nikula <jarkko.nikula@xxxxxxxxxxxxxxx>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
---
drivers/i2c/busses/i2c-i801.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c
index df02040d36d5..2de184bbd21f 100644
--- a/drivers/i2c/busses/i2c-i801.c
+++ b/drivers/i2c/busses/i2c-i801.c
@@ -67,7 +67,7 @@
* Comet Lake-H (PCH) 0x06a3 32 hard yes yes yes
* Elkhart Lake (PCH) 0x4b23 32 hard yes yes yes
* Tiger Lake-LP (PCH) 0xa0a3 32 hard yes yes yes
- * Jasper Lake-N (PCH) 0x4da3 32 hard yes yes yes
+ * Jasper Lake (PCH) 0x4da3 32 hard yes yes yes
*
Let's crosscheck this first. The spec version I have explicitly says
Jasper Lake -N and I wanted to carry it forward in case there is another
version in the future.
--
Jarkko