summaryrefslogtreecommitdiffstats
path: root/drivers/platform
diff options
context:
space:
mode:
authorRajneesh Bhardwaj2019-02-01 08:32:27 +0100
committerGreg Kroah-Hartman2019-05-08 07:21:53 +0200
commit51e777c795ce6e61797420ddb878f4dccd5f331a (patch)
treee80e2c806e56ad01794249d890240dc35095b3a5 /drivers/platform
parentASoC: stm32: fix sai driver name initialisation (diff)
downloadkernel-qcow2-linux-51e777c795ce6e61797420ddb878f4dccd5f331a.tar.gz
kernel-qcow2-linux-51e777c795ce6e61797420ddb878f4dccd5f331a.tar.xz
kernel-qcow2-linux-51e777c795ce6e61797420ddb878f4dccd5f331a.zip
platform/x86: intel_pmc_core: Fix PCH IP name
commit d6827015e671cd17871c9b7a0fabe06c044f7470 upstream. For Cannonlake and Icelake, the IP name for Res_6 should be SPF i.e. South Port F. No functional change is intended other than just renaming the IP appropriately. Cc: "David E. Box" <david.e.box@intel.com> Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Fixes: 291101f6a735 ("platform/x86: intel_pmc_core: Add CannonLake PCH support") Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/x86/intel_pmc_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel_pmc_core.c b/drivers/platform/x86/intel_pmc_core.c
index e0dcdb3cc070..6ed4d9bd5bac 100644
--- a/drivers/platform/x86/intel_pmc_core.c
+++ b/drivers/platform/x86/intel_pmc_core.c
@@ -185,7 +185,7 @@ static const struct pmc_bit_map cnp_pfear_map[] = {
{"CNVI", BIT(3)},
{"UFS0", BIT(4)},
{"EMMC", BIT(5)},
- {"Res_6", BIT(6)},
+ {"SPF", BIT(6)},
{"SBR6", BIT(7)},
{"SBR7", BIT(0)},