commit | 5d6e6e48946f8a1b0ef05d72bb63c007e2749776 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Mon May 02 18:28:08 2022 +0200 |
committer | Peng Fan <peng.fan@nxp.com> | Mon Jun 20 09:18:26 2022 +0800 |
tree | 0e81b4e927c52b4d9372f8f80f4ab8e49f49d151 | |
parent | 2e86908e02f75ec6b7ea00e5426fa0d5af0aefbe [diff] |
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>