ARM: dts: ls1021aqds: Add nand node for ifc controller
authorPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Thu, 30 Nov 2017 03:42:24 +0000 (09:12 +0530)
committerShawn Guo <shawnguo@kernel.org>
Tue, 26 Dec 2017 08:15:44 +0000 (16:15 +0800)
LS1021AQDS support NAND flash on IFC chip-select 2.

So add NAND node in device tree for IFC controller.

Signed-off-by: Jagdish Gediya <jagdish.gediya@nxp.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/ls1021a-qds.dts

index 9408753..2b37d04 100644 (file)
                device-width = <1>;
        };
 
+       nand@2,0 {
+               compatible = "fsl,ifc-nand";
+               reg = <0x2 0x0 0x10000>;
+       };
+
        fpga: board-control@3,0 {
                #address-cells = <1>;
                #size-cells = <1>;