https://github.com/torvalds/linux
Revision 2c8c34167c987e463d62a55384fcec7fa8d03a54 authored by Jarkko Nikula on 29 September 2016, 09:59:39 UTC, committed by Lee Jones on 16 November 2016, 09:50:18 UTC
There are a few issues on Intel Kaby Lake PCH-H properties added by
commit a6a576b78e09 ("mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs"):

- Input clock of I2C controller on Intel Kaby Lake PCH-H is 120 MHz not
  133 MHz. This was probably copy-paste error from Intel Broxton I2C
  properties.
- There is no default I2C SDA hold time specified which is used when
  ACPI doesn't provide it. I got information from Windows driver team
  that Kaby Lake PCH-H can use the same configuration than Intel
  Sunrisepoint PCH.
- Common HS-UART properties are not used.

Fix these by reusing the Sunrisepoint properties on Kaby Lake PCH-H.

Fixes: a6a576b78e09 ("mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs")
Reported-by: Xiang A Wang <xiang.a.wang@intel.com>
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
1 parent 1001354
History
Tip revision: 2c8c34167c987e463d62a55384fcec7fa8d03a54 authored by Jarkko Nikula on 29 September 2016, 09:59:39 UTC
mfd: lpss: Fix Intel Kaby Lake PCH-H properties
Tip revision: 2c8c341
File Mode Size
6fire
bcd2000
caiaq
hiface
line6
misc
usx2y
Kconfig -rw-r--r-- 4.5 KB
Makefile -rw-r--r-- 598 bytes
card.c -rw-r--r-- 22.4 KB
card.h -rw-r--r-- 6.6 KB
clock.c -rw-r--r-- 11.7 KB
clock.h -rw-r--r-- 339 bytes
debug.h -rw-r--r-- 262 bytes
endpoint.c -rw-r--r-- 32.8 KB
endpoint.h -rw-r--r-- 1.3 KB
format.c -rw-r--r-- 14.3 KB
format.h -rw-r--r-- 292 bytes
helper.c -rw-r--r-- 3.1 KB
helper.h -rw-r--r-- 1.1 KB
midi.c -rw-r--r-- 68.5 KB
midi.h -rw-r--r-- 1.9 KB
mixer.c -rw-r--r-- 70.1 KB
mixer.h -rw-r--r-- 2.9 KB
mixer_maps.c -rw-r--r-- 14.1 KB
mixer_quirks.c -rw-r--r-- 48.4 KB
mixer_quirks.h -rw-r--r-- 523 bytes
mixer_scarlett.c -rw-r--r-- 28.1 KB
mixer_scarlett.h -rw-r--r-- 169 bytes
pcm.c -rw-r--r-- 47.5 KB
pcm.h -rw-r--r-- 379 bytes
power.h -rw-r--r-- 375 bytes
proc.c -rw-r--r-- 6.0 KB
proc.h -rw-r--r-- 211 bytes
quirks-table.h -rw-r--r-- 76.4 KB
quirks.c -rw-r--r-- 39.5 KB
quirks.h -rw-r--r-- 1.3 KB
stream.c -rw-r--r-- 20.7 KB
stream.h -rw-r--r-- 286 bytes
usbaudio.h -rw-r--r-- 3.5 KB

back to top