summaryrefslogtreecommitdiff
path: root/src/mainboard/google/brya/variants/rull/overridetree.cb
diff options
context:
space:
mode:
authorRui Zhou <zhourui@huaqin.corp-partner.google.com>2024-11-05 16:19:05 +0800
committerSubrata Banik <subratabanik@google.com>2024-11-07 04:15:20 +0000
commite019a41d8a790568d98f04a162e2a5d9ceb57225 (patch)
tree6aa88d7890d2fbf725ff19de83e42343547ebceb /src/mainboard/google/brya/variants/rull/overridetree.cb
parent4cd22efff834cf09a8a630ef527aad6acfea3a43 (diff)
mb/google/nissa/var/rull: Change padbased_override to rtd3 of wifi
The previous method made cnvi wifi6 configuration cumbersome and unusable. And delete unused pins. We abandoned the fw_config judgment method and changed to the better rtd3. BUG=b:374629673 BRANCH=None TEST=1. emerge-nissa coreboot chromeos-bootimage 2. wifi7&wifi6 function is normal Change-Id: Ia95dc9f6b707db63840de9b15b38bdaea48ea192 Signed-off-by: Rui Zhou <zhourui@huaqin.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/85000 Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jayvik Desai <jayvik@google.com>
Diffstat (limited to 'src/mainboard/google/brya/variants/rull/overridetree.cb')
-rw-r--r--src/mainboard/google/brya/variants/rull/overridetree.cb7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/rull/overridetree.cb b/src/mainboard/google/brya/variants/rull/overridetree.cb
index 0b4042e1d7..b59a0deaf2 100644
--- a/src/mainboard/google/brya/variants/rull/overridetree.cb
+++ b/src/mainboard/google/brya/variants/rull/overridetree.cb
@@ -274,6 +274,13 @@ chip soc/intel/alderlake
register "add_acpi_dma_property" = "true"
device pci 00.0 on end
end
+ chip soc/intel/common/block/pcie/rtd3
+ # # enable_gpio is controlled by the EC with EC_EN_PP3300_WLAN
+ register "enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_B11)"
+ register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_H20)"
+ register "srcclk_pin" = "2"
+ device generic 0 on end
+ end
probe WIFI WIFI_PCIE_WIFI7
probe unprovisioned
end