From 84f2c63590abb37d8ac51f4f50b116eae517e2f4 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Sat, 29 Sep 2018 23:41:45 -0700 Subject: 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 TEST=Verified that devices added under HDA get enumerated on Nocturne. Change-Id: I20759c2b702b2f107f0913e7ce92a82c6070ddc4 Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/28807 Reviewed-by: Aaron Durbin Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/soc/intel/common/block/hda/hda.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc') diff --git a/src/soc/intel/common/block/hda/hda.c b/src/soc/intel/common/block/hda/hda.c index 97efba29ee..2409b75664 100644 --- a/src/soc/intel/common/block/hda/hda.c +++ b/src/soc/intel/common/block/hda/hda.c @@ -68,6 +68,7 @@ static struct device_operations hda_ops = { .init = &hda_init, #endif .ops_pci = &pci_dev_ops_pci, + .scan_bus = &scan_static_bus, }; static const unsigned short pci_device_ids[] = { -- cgit v1.2.3