diff options
author | Marc Jones <marcjones@sysproconsulting.com> | 2021-04-06 15:41:52 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-18 20:32:33 +0000 |
commit | 836ea7585658cb5a92fee3fa76ffa8bf2fde4a0d (patch) | |
tree | 0b71708c832f045ac4a31e26d734158c42aad72c | |
parent | 64c6223759870286f9f344e0cd8663f582b3e0f1 (diff) |
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>
-rw-r--r-- | src/mainboard/ocp/deltalake/devicetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |