sf: Rename sf_params.c to spi_flash_ids.c
Now the flash params table as renamed to spi_flash_ids structure, so rename the sf_params.c to spi_flash_ids.c and remove the legacy. Cc: Bin Meng <bmeng.cn@gmail.com> Cc: York Sun <york.sun@nxp.com> Cc: Vignesh R <vigneshr@ti.com> Cc: Mugunthan V N <mugunthanvnm@ti.com> Cc: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Jagan Teki <jagan@openedev.com> Reviewed-by: Jagan Teki <jagan@openedev.com> Tested-by: Jagan Teki <jagan@openedev.com> Reviewed-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
This commit is contained in:
@@ -6,7 +6,7 @@ Required properties:
|
||||
- compatible : Should be the manufacturer and the name of the chip. Bear in
|
||||
mind that the DT binding is not U-Boot-only, but in case of
|
||||
U-Boot, see spi_flash_params_table table in
|
||||
drivers/mtd/spi/sf_params.c for the list of supported chips.
|
||||
drivers/mtd/spi/spi_flash_ids.c for the list of supported chips.
|
||||
- reg : Chip-Select number
|
||||
- spi-max-frequency : Maximum frequency of the SPI bus the chip can operate at
|
||||
|
||||
|
||||
Reference in New Issue
Block a user