diff options
author | Prabhakar Kushwaha <prabhakar@freescale.com> | 2013-09-24 16:20:32 +0530 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2013-10-28 21:11:20 -0500 |
commit | 8f4a9e525a91d5903165167f1a7dbb22e97edcd0 (patch) | |
tree | d2c93618757432bb1b4414c07316857e1ae6259f /arch/powerpc/boot | |
parent | 312325031d0da8a7c4b2857e79a23fb89df2b887 (diff) |
powerpc/dts/c293pcie: Add range field for IFC NAND
C290PCIe has NAND flash present on IFC Chip Select(CS) 1.
So Add "ranges" field for NAND flash on CS1.
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/c293pcie.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/c293pcie.dts b/arch/powerpc/boot/dts/c293pcie.dts index 1238bda8901f..6681cc21030b 100644 --- a/arch/powerpc/boot/dts/c293pcie.dts +++ b/arch/powerpc/boot/dts/c293pcie.dts @@ -45,6 +45,7 @@ ifc: ifc@fffe1e000 { reg = <0xf 0xffe1e000 0 0x2000>; ranges = <0x0 0x0 0xf 0xec000000 0x04000000 + 0x1 0x0 0xf 0xff800000 0x00010000 0x2 0x0 0xf 0xffdf0000 0x00010000>; }; |