diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2017-10-12 17:28:23 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-10-22 01:45:35 +0000 |
commit | cb23e0f71d396c4b9c7e9b533776cbe86e60ce45 (patch) | |
tree | cac5c189b56b60880556dce4cf7a62a8e94dd669 /src/mainboard | |
parent | 3191e0fcf51672ffd58f029f2077ea0359cb9068 (diff) | |
download | coreboot-cb23e0f71d396c4b9c7e9b533776cbe86e60ce45.tar.xz |
amd/gardenia: Add PSP to devicetree.cb
Add the missing device and ensure it shows up in the devicetree prior
to PCI enumeration.
Change-Id: I44c7df6a2be149ed61094f67ef1c578736e5b55c
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/22054
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/amd/gardenia/devicetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/amd/gardenia/devicetree.cb b/src/mainboard/amd/gardenia/devicetree.cb index bb672b29e6..38bf86fb09 100644 --- a/src/mainboard/amd/gardenia/devicetree.cb +++ b/src/mainboard/amd/gardenia/devicetree.cb @@ -34,6 +34,7 @@ chip soc/amd/stoneyridge device pci 2.4 on end # x1 PCIe slot device pci 2.5 on end # Cardreader # devices on the NB/SB Link, but on the same pci bus + device pci 8.0 on end # PSP device pci 9.0 on end # PCIe Host Bridge device pci 9.2 on end # HDA device pci 10.0 on end # xHCI |