commit | 8fc5382a11a605e5956b0461b2772da17c70524c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jan 30 22:07:59 2020 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Feb 01 01:14:32 2020 +0900 |
tree | 0472854a2d293f1dfb7210e493706946583ac8d6 | |
parent | 51b9bc9f5f4c23669b7ee49937bff5e923cecbda [diff] |
mtd: rawnand: denali_dt: use UCLASS_MTD instead of UCLASS_MISC UCLASS_MTD is a better fit for NAND drivers. Make NAND_DENALI_DT depend on DM_MTD, which is needed to compile drivers/mtd/mtd-uclass.c Also, make ARCH_UNIPHIER select DM_MTD because all the defconfig of this platform enables NAND_DENALI_DT. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>