diff options
author | Lean Sheng Tan <sheng.tan@9elements.com> | 2022-04-19 17:29:58 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-04-20 19:48:37 +0000 |
commit | f84c8289fe44ebd8efcdc4bbdcc28d6ca4fd41c2 (patch) | |
tree | 5c349f63749e4152bfaad2ce8aed0d0ace484815 | |
parent | a3e3df02d0365635235040d5d5f483eba4f0521a (diff) |
mb/prodrive/atlas: Enable UFS and ISH
The PCI Local Bus Specification Revision 3.0 requires that
multi-function devices always implement function 0. Because of
this, enabling UFS (PCI device 12.7) requires ISH (PCI device 12.0)
to be enabled as well.
Signed-off-by: Lean Sheng Tan <sheng.tan@9elements.com>
Change-Id: Ia8b9561973640edc5f7d0f579dd640e805c0af17
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63719
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r-- | src/mainboard/prodrive/atlas/devicetree.cb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/prodrive/atlas/devicetree.cb b/src/mainboard/prodrive/atlas/devicetree.cb index df00c7d133..0170fc2f1a 100644 --- a/src/mainboard/prodrive/atlas/devicetree.cb +++ b/src/mainboard/prodrive/atlas/devicetree.cb @@ -90,6 +90,8 @@ chip soc/intel/alderlake device ref pcie4_0 on end device ref pcie4_1 on end device ref crashlog off end + device ref ish on end + device ref ufs on end device ref xhci on end device ref heci1 on end device ref sata on end |