diff options
author | Kapil Porwal <kapilporwal@google.com> | 2022-12-02 17:59:48 +0530 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-12-06 16:58:05 +0000 |
commit | f90ceb4c3c6d873fe162068b0918ffc32277f104 (patch) | |
tree | 764d7f915d14bc121b2ac4b913951c5876fd9e56 /src/mainboard/google/brya/variants | |
parent | a3204f7278565be10de4c1529a4d3c00649d28ed (diff) |
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>
Diffstat (limited to 'src/mainboard/google/brya/variants')
-rw-r--r-- | src/mainboard/google/brya/variants/kinox/overridetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/variants/kinox/overridetree.cb b/src/mainboard/google/brya/variants/kinox/overridetree.cb index f79d7ea55d..9bfda79345 100644 --- a/src/mainboard/google/brya/variants/kinox/overridetree.cb +++ b/src/mainboard/google/brya/variants/kinox/overridetree.cb @@ -235,13 +235,13 @@ chip soc/intel/alderlake }" 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 |