mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
dm: x86: spi: Convert ICH SPI driver to driver model
Convert this driver over to use driver model. Since all x86 platforms use it, move x86 to use driver model for SPI and SPI flash. Adjust all dependent code and remove the old x86 spi_init() function. Note that this does not make full use of the new PCI uclass as yet. We still scan the bus looking for the device. It should move to finding its details in the device tree. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
8d987abc6a
commit
ba4575626e
8 changed files with 296 additions and 284 deletions
|
@ -780,9 +780,6 @@ init_fnc_t init_sequence_r[] = {
|
|||
#ifdef CONFIG_PPC
|
||||
initr_spi,
|
||||
#endif
|
||||
#if defined(CONFIG_X86) && defined(CONFIG_SPI)
|
||||
init_func_spi,
|
||||
#endif
|
||||
#ifdef CONFIG_CMD_NAND
|
||||
initr_nand,
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue