diff options
author | Jaiprakash Singh <b44839@freescale.com> | 2015-07-10 11:11:01 +0200 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2015-08-18 02:41:16 +0200 |
commit | 4524cd093fa8f03b198e095ebbb679c30839559c (patch) | |
tree | 2704c49e6469a333f92c2f08aace189451c16bb2 /arch/powerpc/boot | |
parent | powerpc/mpc85xx:Add SCFG device tree support of T104x (diff) | |
download | linux-4524cd093fa8f03b198e095ebbb679c30839559c.tar.xz linux-4524cd093fa8f03b198e095ebbb679c30839559c.zip |
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>
Diffstat (limited to 'arch/powerpc/boot')
-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 aa50885b9212..d3fa8294cd49 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>; }; }; |