diff options
author | Tim Crawford <tcrawford@system76.com> | 2023-08-07 13:57:02 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-08-09 13:43:30 +0000 |
commit | 6bafaf432c6797bddb41b36827aa4d4af9e052b9 (patch) | |
tree | 71899ca7171572bc2f0c4aed51ea39ee68ce6202 /src/mainboard/system76/tgl-h | |
parent | 57a9e6a9e39c8f8fab57cac70ef6fda22611dc5d (diff) |
mb/system76/tgl: Enable Bluetooth audio offload
This has two noticeable effects:
1. Devices populate the list much quicker while scanning.
2. Devices do not disappear and reappear from the list while scanning.
Tested on system76/lemp10.
Change-Id: I598c53805785914b4e9ae7f620e724eadbe643d4
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Tested-by: Daniel Sutton <daniel@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77047
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/system76/tgl-h')
-rw-r--r-- | src/mainboard/system76/tgl-h/devicetree.cb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainboard/system76/tgl-h/devicetree.cb b/src/mainboard/system76/tgl-h/devicetree.cb index 8e70572c6a..353a96d329 100644 --- a/src/mainboard/system76/tgl-h/devicetree.cb +++ b/src/mainboard/system76/tgl-h/devicetree.cb @@ -68,9 +68,6 @@ chip soc/intel/tigerlake # rdmsr --bitfield 31:24 --decimal 0x1A2 register "tcc_offset" = "8" - # Enable CNVi BT - register "CnviBtCore" = "true" - # PM Util (soc/intel/tigerlake/pmutil.c) # GPE configuration register "pmc_gpe0_dw0" = "PMC_GPP_R" @@ -101,6 +98,8 @@ chip soc/intel/tigerlake # From PCH EDS(615985) device ref shared_ram on end device ref cnvi_wifi on + register "CnviBtCore" = true + register "CnviBtAudioOffload" = true chip drivers/wifi/generic register "wake" = "GPE0_PME_B0" device generic 0 on end |