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:
Jon Lin 2022-11-08 16:23:04 +08:00 committed by Tao Huang
commit fdbfcf0f56
2 changed files with 2 additions and 0 deletions

View file

@ -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,

View file

@ -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;