powerpc/t1023rdb/dts: set ifc nand chip select from 2 to 1
authorJaiprakash Singh <b44839@freescale.com>
Fri, 10 Jul 2015 09:11:01 +0000 (17:11 +0800)
committerScott Wood <scottwood@freescale.com>
Tue, 18 Aug 2015 00:41:16 +0000 (19:41 -0500)
IFC NAND chip select is wrongly mapped to 2 in reg property of
NAND node. Due to this kernel is not able probe NAND flash. Set
chip select to 1 in reg property.

Signed-off-by: Jaiprakash Singh <b44839@freescale.com>
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/boot/dts/t1023rdb.dts

index aa50885..d3fa829 100644 (file)
@@ -60,7 +60,7 @@
                        #address-cells = <1>;
                        #size-cells = <1>;
                        compatible = "fsl,ifc-nand";
-                       reg = <0x2 0x0 0x10000>;
+                       reg = <0x1 0x0 0x10000>;
                };
        };