Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/t1023rdb/dts: set ifc nand chip select from 2 to 1

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>

authored by

Jaiprakash Singh and committed by
Scott Wood
4524cd09 163e60c1

+1 -1
+1 -1
arch/powerpc/boot/dts/t1023rdb.dts
··· 60 60 #address-cells = <1>; 61 61 #size-cells = <1>; 62 62 compatible = "fsl,ifc-nand"; 63 - reg = <0x2 0x0 0x10000>; 63 + reg = <0x1 0x0 0x10000>; 64 64 }; 65 65 }; 66 66