Skip to content

Commit d86e70e

Browse files
nxpfranklimiquelraynal
authored andcommitted
dt-bindings: mtd: mxc-nand: add i.MX25 and i.MX27 nand support
Add compatible string fsl,imx25-nand and fsl,imx27-nand (over 15 years chips). Add one optional clocks for it because i.MX25 and i.MX27 upstream DTS defines them. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Signed-off-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
1 parent 0c741b8 commit d86e70e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ allOf:
1515
properties:
1616
compatible:
1717
oneOf:
18-
- const: fsl,imx27-nand
18+
- enum:
19+
- fsl,imx25-nand
20+
- fsl,imx27-nand
1921
- items:
2022
- enum:
2123
- fsl,imx31-nand
@@ -26,6 +28,9 @@ properties:
2628
interrupts:
2729
maxItems: 1
2830

31+
clocks:
32+
maxItems: 1
33+
2934
required:
3035
- compatible
3136
- reg

0 commit comments

Comments
 (0)