mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 23:37:01 +00:00
mtd: nand: mxs_nand: add i.MX6QP compatible string
add the dedicate compatible string for i.MX6QP Signed-off-by: Han Xu <han.xu@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
e551ee2dea
commit
9fdb5f0a0c
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue