From c2dfe61016f3414627f3c7ec9064487ea89d55d0 Mon Sep 17 00:00:00 2001 From: Pranava Y N Date: Thu, 24 Jul 2025 11:39:58 +0530 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/88551 Reviewed-by: Subrata Banik Reviewed-by: Avi Uday Reviewed-by: Nick Vaccaro Tested-by: build bot (Jenkins) --- .../google/ocelot/variants/baseboard/ocelot/devicetree.cb | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mainboard/google/ocelot/variants/baseboard/ocelot/devicetree.cb b/src/mainboard/google/ocelot/variants/baseboard/ocelot/devicetree.cb index 3c8ab4f7b1..2939a065fa 100644 --- a/src/mainboard/google/ocelot/variants/baseboard/ocelot/devicetree.cb +++ b/src/mainboard/google/ocelot/variants/baseboard/ocelot/devicetree.cb @@ -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,