From 836ea7585658cb5a92fee3fa76ffa8bf2fde4a0d Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Tue, 6 Apr 2021 15:41:52 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52161 Tested-by: build bot (Jenkins) Reviewed-by: Jay Talbott Reviewed-by: Stefan Reinauer Reviewed-by: Angel Pons --- src/mainboard/ocp/deltalake/devicetree.cb | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard') diff --git a/src/mainboard/ocp/deltalake/devicetree.cb b/src/mainboard/ocp/deltalake/devicetree.cb index 08ac3e35c1..e6f53bed54 100644 --- a/src/mainboard/ocp/deltalake/devicetree.cb +++ b/src/mainboard/ocp/deltalake/devicetree.cb @@ -86,6 +86,7 @@ chip soc/intel/xeon_sp/cpx 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.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.4 on end # PCI bridge: Intel Device a214 device pci 1c.5 on end # PCI bridge: Intel Device a215 -- cgit v1.2.3