Kapil Porwal has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/70266 )
Change subject: mb/google/brya/var/kinox: Add ACPI DmaProperty for WLAN device ......................................................................
mb/google/brya/var/kinox: Add ACPI DmaProperty for WLAN device
DmaProperty must only be present on endpoint devices.
BUG=b:259716145 TEST=TBD
Signed-off-by: Kapil Porwal kapilporwal@google.com Change-Id: Ic5be85c3d13250646867f8c8f5950796ec339551 --- M src/mainboard/google/brya/variants/kinox/overridetree.cb 1 file changed, 16 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/70266/1
diff --git a/src/mainboard/google/brya/variants/kinox/overridetree.cb b/src/mainboard/google/brya/variants/kinox/overridetree.cb index f79d7ea..9bfda79 100644 --- a/src/mainboard/google/brya/variants/kinox/overridetree.cb +++ b/src/mainboard/google/brya/variants/kinox/overridetree.cb @@ -235,13 +235,13 @@ }" chip drivers/wifi/generic register "wake" = "GPE0_DW1_03" + register "add_acpi_dma_property" = "true" device pci 00.0 on end end chip soc/intel/common/block/pcie/rtd3 register "enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_B11)" register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_H20)" register "srcclk_pin" = "2" - register "add_acpi_dma_property" = "true" device generic 0 on end end end