From: Frank Li Date: Fri, 13 Feb 2026 17:08:25 +0000 (-0500) Subject: dt-bindings: mtd: mxc-nand: add i.MX25 and i.MX27 nand support X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d86e70e9ca995942e848515b089e9be7430c862e;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Frank Li Signed-off-by: Miquel Raynal --- diff --git a/Documentation/devicetree/bindings/mtd/mxc-nand.yaml b/Documentation/devicetree/bindings/mtd/mxc-nand.yaml index bd8f7b6839535..433ae5727ad85 100644 --- a/Documentation/devicetree/bindings/mtd/mxc-nand.yaml +++ b/Documentation/devicetree/bindings/mtd/mxc-nand.yaml @@ -15,7 +15,9 @@ allOf: properties: compatible: oneOf: - - const: fsl,imx27-nand + - enum: + - fsl,imx25-nand + - fsl,imx27-nand - items: - enum: - fsl,imx31-nand @@ -26,6 +28,9 @@ properties: interrupts: maxItems: 1 + clocks: + maxItems: 1 + required: - compatible - reg