Lean Sheng Tan has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63719 )
Change subject: mb/prodrive/atlas: Enable UFS and ISH ......................................................................
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 --- M src/mainboard/prodrive/atlas/devicetree.cb 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/63719/1
diff --git a/src/mainboard/prodrive/atlas/devicetree.cb b/src/mainboard/prodrive/atlas/devicetree.cb index df00c7d..0170fc2 100644 --- a/src/mainboard/prodrive/atlas/devicetree.cb +++ b/src/mainboard/prodrive/atlas/devicetree.cb @@ -90,6 +90,8 @@ 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