diff options
author | Subrata Banik <subratabanik@google.com> | 2023-06-22 17:26:22 +0530 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2023-06-23 13:44:17 +0000 |
commit | b1d3f3d7bf32af1fde8498dfec572310885c38e0 (patch) | |
tree | 7f05c83449ec10505e381990549254bd4f74a1ee /src/mainboard/google/rex/variants | |
parent | 2172a6336a6e4bc5664fb1032c3dcf582c69899e (diff) |
mb/google/rex: Keep CNVi PCI device enabled for Ovis
The CNVi PCI device is required for the system to boot properly.
By ensuring that this device is enabled, we can prevent the below
error message from appearing and ensure that the system boots successfully.
BUG=b:274421383
TEST=Able to build and boot google/ovis without any error.
w/o this patch:
[ERROR] CNVi WiFi is enabled without CNVi being enabled
[ERROR] CNVi BT is enabled without CNVi being enabled
Change-Id: I4dbae14f0cfccf96a33437a0e2fdefb508209354
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76001
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jakub Czapiga <jacz@semihalf.com>
Diffstat (limited to 'src/mainboard/google/rex/variants')
-rw-r--r-- | src/mainboard/google/rex/variants/ovis/overridetree.cb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/google/rex/variants/ovis/overridetree.cb b/src/mainboard/google/rex/variants/ovis/overridetree.cb index 1af0a0e0ab..a6d5c04acc 100644 --- a/src/mainboard/google/rex/variants/ovis/overridetree.cb +++ b/src/mainboard/google/rex/variants/ovis/overridetree.cb @@ -185,6 +185,14 @@ chip soc/intel/meteorlake end end end + device ref cnvi_wifi on + chip drivers/wifi/generic + register "wake" = "GPE0_PME_B0" + register "add_acpi_dma_property" = "true" + register "enable_cnvi_ddr_rfim" = "true" + device generic 0 on end + end + end device ref i2c4 on chip drivers/i2c/tpm register "hid" = ""GOOG0005"" |