mainboard/ocp/deltalake: Add SATA device to device tree

Add the SATA device to the device tree so it may be found
when trying to write SATA registers. Otherwise, it fails
on "requests hidden 00:17.0 PCI: dev is NULL!"

Change-Id: Ia309805ffd6e97d04b5cf4a0344eaac4c4d0adb6
Signed-off-by: Marc Jones <marcjones@sysproconsulting.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52161
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jay Talbott <JayTalbott@sysproconsulting.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Marc Jones 2021-04-06 15:41:52 -06:00 committed by Patrick Georgi
parent 64c6223759
commit 836ea75856
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ chip soc/intel/xeon_sp/cpx
device pci 16.0 on end # Communication controller: Intel Device a23a device pci 16.0 on end # Communication controller: Intel Device a23a
device pci 16.1 on end # Communication controller: Intel Device a23b device pci 16.1 on end # Communication controller: Intel Device a23b
device pci 16.4 on end # Communication controller: Intel Device a23e device pci 16.4 on end # Communication controller: Intel Device a23e
device pci 17.0 on end # Intel C620 Series Chipset Family SATA Controller [AHCI mode]
device pci 1c.0 on end # PCI bridge: Intel Device a210 device pci 1c.0 on end # PCI bridge: Intel Device a210
device pci 1c.4 on end # PCI bridge: Intel Device a214 device pci 1c.4 on end # PCI bridge: Intel Device a214
device pci 1c.5 on end # PCI bridge: Intel Device a215 device pci 1c.5 on end # PCI bridge: Intel Device a215