Cliff Huang has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50898 )
Change subject: mb/google/volteer/variants: Disable non-existing BT PCI interface and add Bt flag ......................................................................
mb/google/volteer/variants: Disable non-existing BT PCI interface and add Bt flag
Remove the CNVi Bt PCI config and add Bt flag. There is no PCI host interface in this version of CNVi. TEST: Bt is checked using 'lsusb -d 2cb7:0007' from OS to make sure BT is enumerated.
Change-Id: Ic700021d7a09be63ffc2715f31992257e2e893af Signed-off-by: Cliff Huang cliff.huang@intel.com --- M src/mainboard/google/volteer/variants/baseboard/devicetree.cb 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/50898/1
diff --git a/src/mainboard/google/volteer/variants/baseboard/devicetree.cb b/src/mainboard/google/volteer/variants/baseboard/devicetree.cb index 6a826c0..2e5313a 100644 --- a/src/mainboard/google/volteer/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/volteer/variants/baseboard/devicetree.cb @@ -289,6 +289,8 @@
register "tcc_offset" = "10" # TCC of 90
+ register "CnviBtCore" = "1" + register "CnviBtAudioOffload" = "FORCE_ENABLE"
# Intel Common SoC Config @@ -461,7 +463,6 @@ end device ref gna on end device ref north_xhci on end - device ref cnvi_bt on end device ref south_xhci on end device ref shared_ram on end device ref cnvi_wifi on