commit | e420d6a1816bedc54575eef727073f89de53091e | [log] [tgz] |
---|---|---|
author | Dan Gora <[email protected]> | Wed Jul 06 22:35:02 2016 -0300 |
committer | Lee Jones <[email protected]> | Mon Nov 21 13:00:17 2016 +0000 |
tree | 093a6d886b5c6ae42ffcfdc59759ef133cc610ce | |
parent | 3f89586bc1ce1434b15f78e62b555c0619852295 [diff] |
mfd: lpc_ich: Use gpio-ich driver for 8-series and 9-series Intel PCH devices The Intel 8-series and 9-series PCH devices, described by the descriptors LPC_LPT and LPC_9S although codenamed 'lynxpoint' do not use the same GPIO register layout which is used by the gpio-lynxpoint driver. They use the same ICH_V5_GPIO layout as the gpio-ich driver. See: http://www.intel.com/content/www/us/en/chipsets/8-series-chipset-pch-datasheet.html http://www.intel.com/content/www/us/en/chipsets/9-series-chipset-pch-datasheet.html The devices described by "Mobile 4th Generation Intel Core Processor Family I/O" manual use the gpio-lynxpoint driver and are described by the LPC_LPT_LP descriptor. See: http://www.intel.com/content/www/us/en/processors/core/4th-gen-core-family-mobile-i-o-datasheet.html Signed-off-by: Dan Gora <[email protected]> Signed-off-by: Lee Jones <[email protected]>