]> git.dujemihanovic.xyz Git - u-boot.git/commit
spi: Tweak a few strange SPI NOR features for of-platdata
authorSimon Glass <sjg@chromium.org>
Sat, 19 Dec 2020 17:40:01 +0000 (10:40 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:41 +0000 (12:24 -0700)
commita1a8a633859ce6ecfe298e3b40eb97c49248f8a0
treed6c1c122405793434303b6cf635c2ea6b7e38d00
parente2a7cfe9d5fce65789972a31ff50fb1d8d509848
spi: Tweak a few strange SPI NOR features for of-platdata

The #define of one struct to another has been around for a while. It
confuses dtoc and makes it think that struct spi_flash does not exist.

Make a few changes to improve things while we wait for migration to be
completed:

- Move the 'struct spi_flash' to column 1 so dtoc scans it
- Remove the #define when compiling dt-platdata.c
- Update the strange mtd_get/set_of_node() functions
- Use struct spi_nor in the drivers, so dtoc sees the correct struct

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/mtd/spi/sf-uclass.c
drivers/mtd/spi/sf_probe.c
include/linux/mtd/spi-nor.h