diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2018-02-16 11:24:29 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2018-02-21 09:17:20 +0100 |
commit | 15407798835a94f0936c7cbabb2f611bf20f467a (patch) | |
tree | a1a429aa62232c7535d010b1f9efa4ac88ff7afe /Documentation | |
parent | fba4adbbf670577e605f9ad306629db6031cd48b (diff) |
i2c: i801: Add missing documentation entries for Braswell and Kaby Lake
Commits adding PCI IDs for Intel Braswell and Kaby Lake PCH-H lacked the
respective Kconfig and Documentation/i2c/busses/i2c-i801 change. Add
them now.
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/i2c/busses/i2c-i801 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/i2c/busses/i2c-i801 b/Documentation/i2c/busses/i2c-i801 index d47702456926..65514c251318 100644 --- a/Documentation/i2c/busses/i2c-i801 +++ b/Documentation/i2c/busses/i2c-i801 @@ -28,8 +28,10 @@ Supported adapters: * Intel Wildcat Point (PCH) * Intel Wildcat Point-LP (PCH) * Intel BayTrail (SOC) + * Intel Braswell (SOC) * Intel Sunrise Point-H (PCH) * Intel Sunrise Point-LP (PCH) + * Intel Kaby Lake-H (PCH) * Intel DNV (SOC) * Intel Broxton (SOC) * Intel Lewisburg (PCH) |