]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx6qdl: add '#address-cells' and '#size-cells' for gpmi-nand
authorFrank Li <Frank.Li@nxp.com>
Tue, 4 Nov 2025 22:27:12 +0000 (17:27 -0500)
committerShawn Guo <shawnguo@kernel.org>
Sat, 17 Jan 2026 02:38:46 +0000 (10:38 +0800)
Add '#address-cells' and '#size-cells' for gpmi-nand to below CHECK_DTBS
warings:
  arm/boot/dts/nxp/imx/imx6dl-aristainetos_4.dtb: nand-controller@112000 (fsl,imx6q-gpmi-nand): '#address-cells' is a required property
        from schema $id: http://devicetree.org/schemas/mtd/gpmi-nand.yaml#

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6qdl.dtsi

index 9793feee63947982eb5386db08e6a372acf2e1a3..76e6043e1f9184d5df9baac6695d97cb4f149b7e 100644 (file)
                        compatible = "fsl,imx6q-gpmi-nand";
                        reg = <0x00112000 0x2000>, <0x00114000 0x2000>;
                        reg-names = "gpmi-nand", "bch";
+                       #address-cells = <1>;
+                       #size-cells = <0>;
                        interrupts = <0 15 IRQ_TYPE_LEVEL_HIGH>;
                        interrupt-names = "bch";
                        clocks = <&clks IMX6QDL_CLK_GPMI_IO>,