aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/tigerlake/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/tigerlake/chip.h')
-rw-r--r--src/soc/intel/tigerlake/chip.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/soc/intel/tigerlake/chip.h b/src/soc/intel/tigerlake/chip.h
index edc716064f..cccf80476e 100644
--- a/src/soc/intel/tigerlake/chip.h
+++ b/src/soc/intel/tigerlake/chip.h
@@ -499,6 +499,30 @@ struct soc_intel_tigerlake_config {
* - PM_CFG.SLP_LAN_MIN_ASST_WDTH
*/
uint8_t PchPmPwrCycDur;
+
+ /*
+ * External Clock Gate
+ * true = Mainboard design uses external clock gating
+ * false = Mainboard design does not use external clock gating
+ *
+ */
+ bool external_clk_gated;
+
+ /*
+ * External PHY Gate
+ * true = Mainboard design uses external phy gating
+ * false = Mainboard design does not use external phy gating
+ *
+ */
+ bool external_phy_gated;
+
+ /*
+ * External Bypass Enable
+ * true = Mainboard design uses external bypass rail
+ * false = Mainboard design does not use external bypass rail
+ *
+ */
+ bool external_bypass;
};
typedef struct soc_intel_tigerlake_config config_t;