coreboot-kgpe-d16/src/southbridge/intel/i82870
Kyösti Mälkki 08c76e1f7d devicetree: Fix improper use of chip_operations
Auto-discoverable PCI devices do not require field .enable_dev
of chip_operations to be set. They are matched with PCI drivers
by the use of PCI vendor and device ID fields.

The name given for the chip_operations struct must match the
pathname the way it is present in the devicetree.cb files. If
there was no match, util/sconfig would currently choose to
use the empty weak declaration it creates in static.c file.

Change-Id: I684a087a1f8ee4e1a5fd83450cd371fcfdbb6847
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35096
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
2019-10-04 16:29:31 +00:00
..
82870.h src: Get rid of unneeded whitespace 2018-06-14 09:32:34 +00:00
ioapic.c southbridge: Remove unneeded include <pc80/mc146818rtc.h> 2018-12-18 13:56:02 +00:00
Kconfig
Makefile.inc sb/intel/i82870: Drop unused file 2019-09-22 18:39:27 +00:00
pcibridge.c devicetree: Fix improper use of chip_operations 2019-10-04 16:29:31 +00:00