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>
This commit is contained in:
parent
3191e0fcf5
commit
cb23e0f71d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue