Message ID | 1447713292-91525-3-git-send-email-computersforpeace@gmail.com |
---|---|
State | Accepted |
Commit | c1711b297f6e2270c1cb17de512985ef500e0de9 |
Headers | show |
Hello Brian, On 11/16/2015 07:34 PM, Brian Norris wrote: > I overlooked a few comments in commit 8947e396a829 ("Documentation: dt: > mtd: replace "nor-jedec" binding with "jedec, spi-nor""). Fix these up > now. > > Suggested-by: Javier Martinez Canillas <javier@osg.samsung.com> > Signed-off-by: Brian Norris <computersforpeace@gmail.com> > --- Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Best regards,
diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c index 151b453d0867..6cf5702706a6 100644 --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c @@ -263,13 +263,13 @@ static const struct spi_device_id m25p_ids[] = { /* * Entries not used in DTs that should be safe to drop after replacing - * them with "nor-jedec" in platform data. + * them with "spi-nor" in platform data. */ {"s25sl064a"}, {"w25x16"}, {"m25p10"}, {"m25px64"}, /* - * Entries that were used in DTs without "nor-jedec" fallback and should - * be kept for backward compatibility. + * Entries that were used in DTs without "jedec,spi-nor" fallback and + * should be kept for backward compatibility. */ {"at25df321a"}, {"at25df641"}, {"at26df081a"}, {"mr25h256"},
I overlooked a few comments in commit 8947e396a829 ("Documentation: dt: mtd: replace "nor-jedec" binding with "jedec, spi-nor""). Fix these up now. Suggested-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com> --- drivers/mtd/devices/m25p80.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)