mtd: rawnand: fsl_elbc: Fix DM support in DTS code path
authorPali Rohár <pali@kernel.org>
Mon, 2 May 2022 16:28:08 +0000 (18:28 +0200)
committerPeng Fan <peng.fan@nxp.com>
Mon, 20 Jun 2022 01:18:26 +0000 (09:18 +0800)
commit26153d0b054874c8ed2f5ef98231e4397175f8bd
tree0e81b4e927c52b4d9372f8f80f4ab8e49f49d151
parent6b6c377feb4805f56bfd8de42143b75fc4a186af
mtd: rawnand: fsl_elbc: Fix DM support in DTS code path

For proper DM support it is required to fill also mtd->dev member.
Otherwise DM would not see nand device at all.

Signed-off-by: Pali Rohár <pali@kernel.org>
drivers/mtd/nand/raw/fsl_elbc_nand.c