Jérémy Compostella has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/83310?usp=email )
Change subject: mb/google/mtlrvp: Set cnvi_wifi bluetooth companion device ......................................................................
mb/google/mtlrvp: Set cnvi_wifi bluetooth companion device
To publish the Bluetooth Regulator Domain Settings under the right ACPI device scope, the wifi generic driver requires the bluetooth companion to be set accordingly.
BUG=b:348345301 TEST=BRDS method is added to the CNVW device and return the data supplied by the SAR binary blob
Change-Id: I66c9b75d2aaa1b221313b037defcd2c579fd6b61 Signed-off-by: Jeremy Compostella jeremy.compostella@intel.com --- M src/mainboard/intel/mtlrvp/variants/baseboard/mtlrvp_p/devicetree.cb 1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/83310/1
diff --git a/src/mainboard/intel/mtlrvp/variants/baseboard/mtlrvp_p/devicetree.cb b/src/mainboard/intel/mtlrvp/variants/baseboard/mtlrvp_p/devicetree.cb index a0f27f0..010cae2 100644 --- a/src/mainboard/intel/mtlrvp/variants/baseboard/mtlrvp_p/devicetree.cb +++ b/src/mainboard/intel/mtlrvp/variants/baseboard/mtlrvp_p/devicetree.cb @@ -402,8 +402,8 @@ device ref usb2_port9 on end end chip drivers/usb/acpi - register "desc" = ""USB2 Type-A Port 10"" - register "type" = "UPC_TYPE_A" + register "desc" = ""USB2 Bluetooth"" + register "type" = "UPC_TYPE_INTERNAL" register "group" = "ACPI_PLD_GROUP(10, 1)" device ref usb2_port10 on end end @@ -426,6 +426,7 @@ chip drivers/wifi/generic register "wake" = "GPE0_PME_B0" register "enable_cnvi_ddr_rfim" = "true" + use usb2_port10 as bluetooth_companion device generic 0 on end end end