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
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70266
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tarun Tuli <taruntuli@google.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
Kapil Porwal 2022-12-02 17:59:48 +05:30 committed by Felix Held
parent a3204f7278
commit f90ceb4c3c
1 changed files with 1 additions and 1 deletions

View File

@ -235,13 +235,13 @@ chip soc/intel/alderlake
}" }"
chip drivers/wifi/generic chip drivers/wifi/generic
register "wake" = "GPE0_DW1_03" register "wake" = "GPE0_DW1_03"
register "add_acpi_dma_property" = "true"
device pci 00.0 on end device pci 00.0 on end
end end
chip soc/intel/common/block/pcie/rtd3 chip soc/intel/common/block/pcie/rtd3
register "enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_B11)" register "enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_B11)"
register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_H20)" register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_H20)"
register "srcclk_pin" = "2" register "srcclk_pin" = "2"
register "add_acpi_dma_property" = "true"
device generic 0 on end device generic 0 on end
end end
end end