summaryrefslogtreecommitdiff
path: root/drivers/mtd
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2019-02-10 10:16:22 +0000
committerJagan Teki <jagan@amarulasolutions.com>2019-04-12 10:54:27 +0530
commitcd35365762add381b5765926f967d6a7259db783 (patch)
tree639cfe144d954a34f8caf8ec3fc4c893965269fb /drivers/mtd
parent51e4e3e5d039b58e13fa5c1516f5e2cb77e91a72 (diff)
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')
-rw-r--r--drivers/mtd/spi/sf_probe.c1
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" },
{ }
};