mb/facebook/monolith: Remove disabled devices from devicetree
All known on-chip PCI devices are disabled in the chipset devicetree. So they are removed from the mainboard devicetree. BUG=N/A TEST=tested on facebook monolith Change-Id: Ie67cd8afc9ea92e9fd7caed4338cb25a68d94cb1 Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52018 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
This commit is contained in:
parent
53fe0a2529
commit
9ec7857ddd
|
@ -225,12 +225,10 @@ chip soc/intel/skylake
|
|||
device pci 00.0 on end # Host Bridge
|
||||
device pci 02.0 on end # Integrated Graphics Device
|
||||
device pci 04.0 on end # Thermal Subsystem
|
||||
device pci 05.0 off end # SA IMGU
|
||||
device pci 08.0 on end # Gaussian Mixture Model
|
||||
device pci 14.0 on end # USB xHCI
|
||||
device pci 14.1 on end # USB xDCI (OTG)
|
||||
device pci 14.2 on end # Thermal Subsystem
|
||||
device pci 14.3 off end # Camera
|
||||
device pci 17.0 on end # SATA
|
||||
device pci 1c.2 on end # PCI Express Port 3 x1 baseboard WWAN
|
||||
device pci 1c.5 on end # PCI Express Port 6 x1 baseboard i210
|
||||
|
|
Loading…
Reference in New Issue