Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4524cd09 authored by Jaiprakash Singh's avatar Jaiprakash Singh Committed by Scott Wood
Browse files

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: default avatarJaiprakash Singh <b44839@freescale.com>
Signed-off-by: default avatarShengzhou Liu <Shengzhou.Liu@freescale.com>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent 163e60c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@
			#address-cells = <1>;
			#size-cells = <1>;
			compatible = "fsl,ifc-nand";
			reg = <0x2 0x0 0x10000>;
			reg = <0x1 0x0 0x10000>;
		};
	};