soc/intel/elkhartlake: Enable 'scan_bus' on TSN GbE

For extern ethernet PHY access it is necessary to enable the 'scan_bus'
functionality.

Change-Id: I88050df2059ec7e0b27a132bca626eaef3d5dfb0
Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69385
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Mario Scheithauer 2022-11-08 13:23:49 +01:00 committed by Martin L Roth
parent 7221a6cfc5
commit bf89aaecfa
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ static struct device_operations gbe_tsn_ops = {
.read_resources = pci_dev_read_resources, .read_resources = pci_dev_read_resources,
.set_resources = pci_dev_set_resources, .set_resources = pci_dev_set_resources,
.enable_resources = pci_dev_enable_resources, .enable_resources = pci_dev_enable_resources,
.scan_bus = scan_generic_bus,
.enable = gbe_tsn_enable, .enable = gbe_tsn_enable,
.init = gbe_tsn_init, .init = gbe_tsn_init,
}; };