]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitf78587eda84401dd68a4d91977f9f5a6feb8f496
tree0e81b4e927c52b4d9372f8f80f4ab8e49f49d151
parent45a07c65e56b5de5d2574f4e039d36f2f4426661
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