diff options
author | Anand Vaikar <a.vaikar2021@gmail.com> | 2023-04-12 12:09:37 +0530 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-05-10 12:29:29 +0000 |
commit | 20d658e53ca8694dedd5bfbdc70ce384feeea815 (patch) | |
tree | f86e6d145bfdc4b3ea29c4514f78a28c4bfed110 /src/mainboard/amd/mayan/devicetree_phoenix.cb | |
parent | 383c4e7530087061805130a4d62b4f0dee73281a (diff) |
mb/amd/mayan: Enable MXM PCIe slot
Follow the EC GPIO programming sequence to enable the MXM PCIe slot.
Change-Id: I75d7ac488bb005751e6f674ab9a2fd99baad571b
Signed-off-by: Anand Vaikar <a.vaikar2021@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74308
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Diffstat (limited to 'src/mainboard/amd/mayan/devicetree_phoenix.cb')
-rw-r--r-- | src/mainboard/amd/mayan/devicetree_phoenix.cb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/amd/mayan/devicetree_phoenix.cb b/src/mainboard/amd/mayan/devicetree_phoenix.cb index 697db12f9f..ac219dc7f4 100644 --- a/src/mainboard/amd/mayan/devicetree_phoenix.cb +++ b/src/mainboard/amd/mayan/devicetree_phoenix.cb @@ -158,6 +158,7 @@ chip soc/amd/phoenix device domain 0 on device ref iommu on end + device ref gpp_bridge_1_1 on end # MXM device ref gpp_bridge_2_1 on end # GBE device ref gpp_bridge_2_2 on end # WIFI device ref gpp_bridge_2_4 on end # NVMe SSD |