diff mbox series

[08/14] mtd: nand: mxs_nand: add i.MX6QP compatible string

Message ID 20200504140903.23602-9-peng.fan@nxp.com
State New
Headers show
Series mtd: nand: i.MX update | expand

Commit Message

Peng Fan May 4, 2020, 2:08 p.m. UTC
From: Han Xu <han.xu at nxp.com>

add the dedicate compatible string for i.MX6QP

Signed-off-by: Han Xu <han.xu at nxp.com>
Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
 drivers/mtd/nand/raw/mxs_nand_dt.c | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Stefano Babic May 11, 2020, 10:15 a.m. UTC | #1
> From: Han Xu <han.xu at nxp.com>
> add the dedicate compatible string for i.MX6QP
> Signed-off-by: Han Xu <han.xu at nxp.com>
> Signed-off-by: Peng Fan <peng.fan at nxp.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/drivers/mtd/nand/raw/mxs_nand_dt.c b/drivers/mtd/nand/raw/mxs_nand_dt.c
index 7efc9684db..bd429e0d62 100644
--- a/drivers/mtd/nand/raw/mxs_nand_dt.c
+++ b/drivers/mtd/nand/raw/mxs_nand_dt.c
@@ -38,6 +38,10 @@  static const struct udevice_id mxs_nand_dt_ids[] = {
 		.compatible = "fsl,imx6q-gpmi-nand",
 		.data = (unsigned long)&mxs_nand_imx6q_data,
 	},
+	{
+		.compatible = "fsl,imx6qp-gpmi-nand",
+		.data = (unsigned long)&mxs_nand_imx6q_data,
+	},
 	{
 		.compatible = "fsl,imx6sx-gpmi-nand",
 		.data = (unsigned long)&mxs_nand_imx6sx_data,