summaryrefslogtreecommitdiff
path: root/src/mainboard/google
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google')
-rw-r--r--src/mainboard/google/brox/variants/lotso/overridetree.cb7
-rw-r--r--src/mainboard/google/brox/variants/lotso/variant.c2
2 files changed, 7 insertions, 2 deletions
diff --git a/src/mainboard/google/brox/variants/lotso/overridetree.cb b/src/mainboard/google/brox/variants/lotso/overridetree.cb
index ae940cc023..60e258a34a 100644
--- a/src/mainboard/google/brox/variants/lotso/overridetree.cb
+++ b/src/mainboard/google/brox/variants/lotso/overridetree.cb
@@ -222,7 +222,10 @@ chip soc/intel/alderlake
register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_E21)"
register "enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_E20)"
register "enable_delay_ms" = "3"
- device spi 0 on end
+ device spi 0 on
+ probe FP FP_PRESENT
+ probe unprovisioned
+ end
end # FPMCU
end
device ref pmc hidden
@@ -350,6 +353,7 @@ chip soc/intel/alderlake
device generic 0 on end
end
probe WIFI_BT WIFI_PCIE_WIFI7
+ probe unprovisioned
end
device ref pcie_rp6 on
# Enable SD Card PCIE6 rp6 using clk 3
@@ -375,6 +379,7 @@ chip soc/intel/alderlake
device generic 0 on end
end
probe WIFI_BT WIFI_CNVI_WIFI6E
+ probe unprovisioned
end
device ref ish on
chip drivers/intel/ish
diff --git a/src/mainboard/google/brox/variants/lotso/variant.c b/src/mainboard/google/brox/variants/lotso/variant.c
index 72b7cbe5f0..e8bab44b5e 100644
--- a/src/mainboard/google/brox/variants/lotso/variant.c
+++ b/src/mainboard/google/brox/variants/lotso/variant.c
@@ -8,7 +8,7 @@
void variant_update_soc_chip_config(struct soc_intel_alderlake_config *config)
{
- if (fw_config_probe(FW_CONFIG(WIFI_BT, WIFI_CNVI_WIFI6E))) {
+ if (fw_config_probe(FW_CONFIG(WIFI_BT, WIFI_CNVI_WIFI6E)) || !fw_config_is_provisioned()) {
printk(BIOS_INFO, "CNVi bluetooth enabled by fw_config\n");
config->cnvi_bt_core = true;
}