summaryrefslogtreecommitdiff
path: root/src/soc/intel/cannonlake/include/soc/pmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/cannonlake/include/soc/pmc.h')
-rw-r--r--src/soc/intel/cannonlake/include/soc/pmc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/cannonlake/include/soc/pmc.h b/src/soc/intel/cannonlake/include/soc/pmc.h
index c8120a917e..8347b392d8 100644
--- a/src/soc/intel/cannonlake/include/soc/pmc.h
+++ b/src/soc/intel/cannonlake/include/soc/pmc.h
@@ -142,6 +142,7 @@ extern struct device_operations pmc_ops;
#define GBLRST_CAUSE0 0x1924
#define GBLRST_CAUSE0_THERMTRIP (1 << 5)
#define GBLRST_CAUSE1 0x1928
+#define HPR_CAUSE0 0x192C
#define LTR_IGN 0x1B0C
#define IGN_GBE (1 << 3)