From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miquel Raynal Date: Wed, 29 Jan 2020 17:34:53 +0100 Subject: [PATCH v2 3/4] mtd: rawnand: denali_dt: use UCLASS_MTD instead of UCLASS_MISC In-Reply-To: <20200129155557.32191-3-yamada.masahiro@socionext.com> References: <20200129155557.32191-1-yamada.masahiro@socionext.com> <20200129155557.32191-3-yamada.masahiro@socionext.com> Message-ID: <20200129173453.1f093142@xps13> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de Hi Masahiro, Masahiro Yamada wrote on Thu, 30 Jan 2020 00:55:56 +0900: > UCLASS_MTD is a better fit for NAND drivers. >=20 > Make NAND_DENALI_DT depend on DM_MTD, which is needed to compile > drivers/mtd/mtd-uclass.c >=20 > Also, make ARCH_SOCFPGA and ARCH_UNIPHIER select DM_MTD because > they use this driver. >=20 > Signed-off-by: Masahiro Yamada > --- Reviewed-by: Miquel Raynal Thanks, Miqu=C3=A8l