Skip to content

Commit 54397e9

Browse files
nxpfrankliShawn Guo
authored andcommitted
ARM: dts: imx6qdl: add '#address-cells' and '#size-cells' for gpmi-nand
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>
1 parent 73368ef commit 54397e9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/boot/dts/nxp/imx/imx6qdl.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@
166166
compatible = "fsl,imx6q-gpmi-nand";
167167
reg = <0x00112000 0x2000>, <0x00114000 0x2000>;
168168
reg-names = "gpmi-nand", "bch";
169+
#address-cells = <1>;
170+
#size-cells = <0>;
169171
interrupts = <0 15 IRQ_TYPE_LEVEL_HIGH>;
170172
interrupt-names = "bch";
171173
clocks = <&clks IMX6QDL_CLK_GPMI_IO>,

0 commit comments

Comments
 (0)