mtd: sf_probe: remove spi-flash compatible
Now the "spi-flash" compatible has been removed in the DTS files, remove this compatible from sf_probe to finally use the Linux "jedec,spi-nor" compatible. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Reviewed-by: Jagan Teki <jagan@openedev.com>
This commit is contained in:
parent
51e4e3e5d0
commit
cd35365762
@ -166,7 +166,6 @@ static const struct dm_spi_flash_ops spi_flash_std_ops = {
|
||||
};
|
||||
|
||||
static const struct udevice_id spi_flash_std_ids[] = {
|
||||
{ .compatible = "spi-flash" },
|
||||
{ .compatible = "jedec,spi-nor" },
|
||||
{ }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user