Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1711b29 authored by Brian Norris's avatar Brian Norris
Browse files

mtd: m25p80: replace leftover "nor-jedec" with "spi-nor" in comments



I overlooked a few comments in commit 8947e396 ("Documentation: dt:
mtd: replace "nor-jedec" binding with "jedec, spi-nor""). Fix these up
now.

Suggested-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
Reviewed-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
parent de57732d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -246,13 +246,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"},