mb/google/ocelot: Disable CNVi bluetooth core in the baseboard code
Disable CNVi bluetooth in the baseboard by default. This will be enabled per variant basis based on the WIFI fw_config in variant.c file. BUG=b:433215861 TEST=Able to connect to boot Ocelot and connect to bluetooth. Below error is not seen when WIFI_PCI_6/7 selected. ``` [ERROR] CNVi BT is enabled without CNVi being enabled ``` Change-Id: Ibe5d22c013852f868a2a3296c79dfdf1de7c1455 Signed-off-by: Pranava Y N <pranavayn@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88551 Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Avi Uday <aviuday@google.com> Reviewed-by: Nick Vaccaro <nvaccaro@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
69e6d96aad
commit
c2dfe61016
1 changed files with 0 additions and 3 deletions
|
|
@ -63,9 +63,6 @@ chip soc/intel/pantherlake
|
|||
# Enable Energy Reporting
|
||||
register "pch_pm_energy_report_enable" = "true"
|
||||
|
||||
# Enable CNVi BT
|
||||
register "cnvi_bt_core" = "true"
|
||||
|
||||
register "serial_io_uart_mode" = "{
|
||||
[PchSerialIoIndexUART0] = PchSerialIoSkipInit,
|
||||
[PchSerialIoIndexUART1] = PchSerialIoDisabled,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue