summaryrefslogtreecommitdiff
path: root/src/soc/intel/alderlake/chip.h
diff options
context:
space:
mode:
authorCliff Huang <cliff.huang@intel.com>2021-02-10 17:41:41 -0800
committerPatrick Georgi <pgeorgi@google.com>2021-03-15 06:24:48 +0000
commitbc1941f17860a53ba24774a0d58e0d78f040cf30 (patch)
tree202ddd08e44afadff24bb1235c64ebc1b285c876 /src/soc/intel/alderlake/chip.h
parentb34be4d4bb248c5b3c1addeb3d3832d64f1bc7e8 (diff)
soc/intel/alderlake: Add CNVi Bluetooth flag at devicetree entry
This change adds the corresponding CNVi BT Core enabling flag. TEST: BT is checked using 'lsusb -d 8087:0026' from OS. Change-Id: Iecc10c8946a450350adb34b984cf48ad988097ca Signed-off-by: Cliff Huang <cliff.huang@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51350 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/alderlake/chip.h')
-rw-r--r--src/soc/intel/alderlake/chip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/chip.h b/src/soc/intel/alderlake/chip.h
index fa9fce2998..e1ac015e96 100644
--- a/src/soc/intel/alderlake/chip.h
+++ b/src/soc/intel/alderlake/chip.h
@@ -206,6 +206,9 @@ struct soc_intel_alderlake_config {
/* Enable Pch iSCLK */
uint8_t pch_isclk;
+ /* CNVi BT Core Enable/Disable */
+ bool CnviBtCore;
+
/* CNVi BT Audio Offload: Enable/Disable BT Audio Offload. */
bool CnviBtAudioOffload;