diff options
author | Jaiprakash Singh <b44839@freescale.com> | 2015-05-11 10:50:42 (GMT) |
---|---|---|
committer | Honghua Yin <Hong-Hua.Yin@freescale.com> | 2015-05-22 03:56:24 (GMT) |
commit | c8d7e1ecee68d61bcdfb25f5a93fe10ecc932cee (patch) | |
tree | 83f3dac3ba284df679c5dafd323999bd9b49b7ef /arch/powerpc | |
parent | 1af603c39758b2d66e7dde3f8b6fef3a16d3e1a1 (diff) | |
download | linux-fsl-qoriq-c8d7e1ecee68d61bcdfb25f5a93fe10ecc932cee.tar.xz |
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>
Change-Id: I44c020f964c3960ec0208ba6b594f69dd5019e9d
Reviewed-on: http://git.am.freescale.net:8181/36183
Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com>
Reviewed-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Reviewed-by: Honghua Yin <Hong-Hua.Yin@freescale.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/boot/dts/t1023rdb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/t1023rdb.dts b/arch/powerpc/boot/dts/t1023rdb.dts index 7db5093..4aa16c3 100644 --- a/arch/powerpc/boot/dts/t1023rdb.dts +++ b/arch/powerpc/boot/dts/t1023rdb.dts @@ -60,7 +60,7 @@ #address-cells = <1>; #size-cells = <1>; compatible = "fsl,ifc-nand"; - reg = <0x2 0x0 0x10000>; + reg = <0x1 0x0 0x10000>; }; }; |