diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-02-10 10:16:22 +0000 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2019-04-12 10:54:27 +0530 |
commit | cd35365762add381b5765926f967d6a7259db783 (patch) | |
tree | 639cfe144d954a34f8caf8ec3fc4c893965269fb /drivers/mtd/spi/sf_probe.c | |
parent | 51e4e3e5d039b58e13fa5c1516f5e2cb77e91a72 (diff) | |
download | u-boot-cd35365762add381b5765926f967d6a7259db783.tar.gz |
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>
Diffstat (limited to 'drivers/mtd/spi/sf_probe.c')
-rw-r--r-- | drivers/mtd/spi/sf_probe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/spi/sf_probe.c b/drivers/mtd/spi/sf_probe.c index 7f1378f494..73297e1a0a 100644 --- a/drivers/mtd/spi/sf_probe.c +++ b/drivers/mtd/spi/sf_probe.c @@ -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" }, { } }; |