]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/platform/x86/intel_pmc_core.h
platform/x86: intel-ips: Use the correct style for SPDX License Identifier
[linux.git] / drivers / platform / x86 / intel_pmc_core.h
index fdee5772e5322a9112a3c40d0f7cf494841f98ee..f1a0792b3f9101cf17d9ae354d2facf5d16c28a7 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Intel Core SoC Power Management Controller Header File
  *
@@ -186,6 +186,8 @@ enum ppfear_regs {
 #define ICL_NUM_IP_IGN_ALLOWED                 20
 #define ICL_PMC_LTR_WIGIG                      0x1BFC
 
+#define TGL_NUM_IP_IGN_ALLOWED                 22
+
 struct pmc_bit_map {
        const char *name;
        u32 bit_mask;
@@ -213,7 +215,7 @@ struct pmc_bit_map {
  * captures them to have a common implementation.
  */
 struct pmc_reg_map {
-       const struct pmc_bit_map *pfear_sts;
+       const struct pmc_bit_map **pfear_sts;
        const struct pmc_bit_map *mphy_sts;
        const struct pmc_bit_map *pll_sts;
        const struct pmc_bit_map **slps0_dbg_maps;