Skip to content
Commit 0c53b4e7 authored by Frans Klaver's avatar Frans Klaver Committed by Brian Norris
Browse files

mtd: omap: fix mtd devices not showing up

Since commit 6d178ef2

 ("mtd: nand: Move ELM driver and rename as
omap_elm"), I don't have any mtd devices present on my am335x. This
changes the link order of the omap_elm and omap2 objects, causing them
to probe in the wrong order.

To fix this, make elm_config defer probing until the omap_elm driver is
actually loaded.

Signed-off-by: default avatarFrans Klaver <frans.klaver@xsens.com>
Acked-by: default avatarRoger Quadros <rogerq@ti.com>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent a5b7616c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment