Skip to content

Commit b0e63a0

Browse files
nxpfranklimiquelraynal
authored andcommitted
dt-bindings: mtd: gpmi-nand: Add compatible string for i.MX8 chips
Add compatible string "fsl,imx8mp-gpmi-nand" and "fsl,imx8mq-gpmi-nand", which back compatible with i.MX7D. So set these fall back to "fsl,imx7d-gpmi-nand". Add compatible string "fsl,imx8qm-gpmi-nand" and "fsl,imx8dxl-gpmi-nand", which back compatible with i.MX8QXP. So set these fall back to "fsl,imx8qxp-gpmi-nand". Signed-off-by: Frank Li <[email protected]> Reviewed-by: Han Xu <[email protected]> Acked-by: Conor Dooley <[email protected]> Signed-off-by: Miquel Raynal <[email protected]>
1 parent ca8cbbb commit b0e63a0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/devicetree/bindings/mtd/gpmi-nand.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,14 @@ properties:
2929
- enum:
3030
- fsl,imx8mm-gpmi-nand
3131
- fsl,imx8mn-gpmi-nand
32+
- fsl,imx8mp-gpmi-nand
33+
- fsl,imx8mq-gpmi-nand
3234
- const: fsl,imx7d-gpmi-nand
35+
- items:
36+
- enum:
37+
- fsl,imx8dxl-gpmi-nand
38+
- fsl,imx8qm-gpmi-nand
39+
- const: fsl,imx8qxp-gpmi-nand
3340

3441
reg:
3542
items:

0 commit comments

Comments
 (0)