Re: [U-Boot] [PATCH v2 3/5] mtd: sf_probe: remove spi-flash compatible

2018-12-10 Thread Jagan Teki
+ Simon On Thu, Dec 6, 2018 at 3:22 PM Neil Armstrong wrote: > > 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 > --- > drivers/mtd/spi/sf_probe.c |

[U-Boot] [PATCH v2 3/5] mtd: sf_probe: remove spi-flash compatible

2018-12-06 Thread Neil Armstrong
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 --- drivers/mtd/spi/sf_probe.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mtd/spi/sf_probe.c b