Hi Andy
On 11/7/19 1:29 PM, Jarkko Nikula wrote:
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.
Would you like to send an update to this? I can do it also.
As we were told it's Jasper Lake *SoC* so also
drivers/i2c/busses/Kconfig and Documentation/i2c/busses/i2c-i801.rst
should be updated accordingly.
Jarkko