Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/28807
Change subject: soc/intel/common/block/hda: Enable static scanning of devices under HDA ......................................................................
soc/intel/common/block/hda: Enable static scanning of devices under HDA
This change sets scan_bus operation for HDA to scan_static_bus to allow enumeration of static devices under HDA.
BUG=b:112888584
Change-Id: I20759c2b702b2f107f0913e7ce92a82c6070ddc4 Signed-off-by: Furquan Shaikh furquan@google.com --- M src/soc/intel/common/block/hda/hda.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/28807/1
diff --git a/src/soc/intel/common/block/hda/hda.c b/src/soc/intel/common/block/hda/hda.c index 97efba2..2409b75 100644 --- a/src/soc/intel/common/block/hda/hda.c +++ b/src/soc/intel/common/block/hda/hda.c @@ -68,6 +68,7 @@ .init = &hda_init, #endif .ops_pci = &pci_dev_ops_pci, + .scan_bus = &scan_static_bus, };
static const unsigned short pci_device_ids[] = {