diff options
author | Reka Norman <rekanorman@google.com> | 2022-07-13 17:15:38 +1000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-08-30 00:28:57 +0000 |
commit | 360d31fc9a0b0e0cffb1737dc0e965df16333fbd (patch) | |
tree | 8a90052d2e51324a175fcda5e210ebcf34defbf0 | |
parent | c88f2b5be7ed339397a6cb1555565d7b2b4514b2 (diff) |
mb/google/nissa: Mark CNVi wifi device as untrusted
BUG=b:238937091
TEST=Dump the SSDT on nivviks and check that the wifi device has the
DmaProperty.
Change-Id: I910b7da7050f9aebfe0eb58552c82b1b29de3772
Signed-off-by: Reka Norman <rekanorman@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67044
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kangheui Won <khwon@chromium.org>
-rw-r--r-- | src/mainboard/google/brya/variants/baseboard/nissa/devicetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/baseboard/nissa/devicetree.cb b/src/mainboard/google/brya/variants/baseboard/nissa/devicetree.cb index f0aacb3528..56b1ded3b5 100644 --- a/src/mainboard/google/brya/variants/baseboard/nissa/devicetree.cb +++ b/src/mainboard/google/brya/variants/baseboard/nissa/devicetree.cb @@ -157,6 +157,7 @@ chip soc/intel/alderlake device ref cnvi_wifi on chip drivers/wifi/generic register "wake" = "GPE0_PME_B0" + register "is_untrusted" = "true" device generic 0 on end end end |