mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
mtd: spi-nor: core: Add boya ids to manufacturers
Change-Id: I752c5a615982bea36ee7adf1ae66921242bc7bcf Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
parent
94867bdff1
commit
fdbfcf0f56
|
|
@ -2057,6 +2057,7 @@ int spi_nor_sr2_bit7_quad_enable(struct spi_nor *nor)
|
|||
|
||||
static const struct spi_nor_manufacturer *manufacturers[] = {
|
||||
&spi_nor_atmel,
|
||||
&spi_nor_boya,
|
||||
&spi_nor_catalyst,
|
||||
&spi_nor_dosilicon,
|
||||
&spi_nor_eon,
|
||||
|
|
|
|||
|
|
@ -382,6 +382,7 @@ struct spi_nor_manufacturer {
|
|||
|
||||
/* Manufacturer drivers. */
|
||||
extern const struct spi_nor_manufacturer spi_nor_atmel;
|
||||
extern const struct spi_nor_manufacturer spi_nor_boya;
|
||||
extern const struct spi_nor_manufacturer spi_nor_catalyst;
|
||||
extern const struct spi_nor_manufacturer spi_nor_dosilicon;
|
||||
extern const struct spi_nor_manufacturer spi_nor_eon;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user