diff --git a/src/mainboard/intel/ptlrvp/variants/ptlrvp/overridetree.cb b/src/mainboard/intel/ptlrvp/variants/ptlrvp/overridetree.cb index 62a7b59a81..f88f10f522 100644 --- a/src/mainboard/intel/ptlrvp/variants/ptlrvp/overridetree.cb +++ b/src/mainboard/intel/ptlrvp/variants/ptlrvp/overridetree.cb @@ -573,13 +573,19 @@ chip soc/intel/pantherlake chip soc/intel/common/block/pcie/rtd3 register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_A11)" register "srcclk_pin" = "4" - device pci 00.0 on end + device generic 0 on + probe WIFI WIFI_PCIE_6 + probe WIFI WIFI_PCIE_7 + end end chip drivers/wifi/generic register "add_acpi_dma_property" = "true" register "wake" = "GPE0_DW0_12" # GPP_A12 use usb2_port7 as bluetooth_companion - device pci 00.0 on end + device pci 00.0 on + probe WIFI WIFI_PCIE_6 + probe WIFI WIFI_PCIE_7 + end end end # discrete WLAN device ref pcie_rp5 on diff --git a/src/mainboard/intel/ptlrvp/variants/ptlrvp_chromeec/overridetree.cb b/src/mainboard/intel/ptlrvp/variants/ptlrvp_chromeec/overridetree.cb index de6cf416f8..a3f2eaf5eb 100644 --- a/src/mainboard/intel/ptlrvp/variants/ptlrvp_chromeec/overridetree.cb +++ b/src/mainboard/intel/ptlrvp/variants/ptlrvp_chromeec/overridetree.cb @@ -573,13 +573,19 @@ chip soc/intel/pantherlake chip soc/intel/common/block/pcie/rtd3 register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_A11)" register "srcclk_pin" = "4" - device pci 00.0 on end + device generic 0 on + probe WIFI WIFI_PCIE_6 + probe WIFI WIFI_PCIE_7 + end end chip drivers/wifi/generic register "add_acpi_dma_property" = "true" register "wake" = "GPE0_DW0_12" # GPP_A12 use usb2_port7 as bluetooth_companion - device pci 00.0 on end + device pci 00.0 on + probe WIFI WIFI_PCIE_6 + probe WIFI WIFI_PCIE_7 + end end end # discrete WLAN device ref pcie_rp5 on