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:
parent
64c6223759
commit
836ea75856
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue