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-u/devicetree.cb | |
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-u/devicetree.cb')
-rw-r--r-- | src/mainboard/system76/tgl-u/devicetree.cb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainboard/system76/tgl-u/devicetree.cb b/src/mainboard/system76/tgl-u/devicetree.cb index cdd9c048c9..f056da7715 100644 --- a/src/mainboard/system76/tgl-u/devicetree.cb +++ b/src/mainboard/system76/tgl-u/devicetree.cb @@ -62,9 +62,6 @@ chip soc/intel/tigerlake # Thermal register "tcc_offset" = "12" - # Enable CNVi BT - register "CnviBtCore" = "true" - # Actual device tree device cpu_cluster 0 on end @@ -88,6 +85,8 @@ chip soc/intel/tigerlake device ref gna on end 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 |