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

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>

authored by

Prabhakar Kushwaha and committed by
Scott Wood
8f4a9e52 31232503

+1
+1
arch/powerpc/boot/dts/c293pcie.dts
··· 45 45 ifc: ifc@fffe1e000 { 46 46 reg = <0xf 0xffe1e000 0 0x2000>; 47 47 ranges = <0x0 0x0 0xf 0xec000000 0x04000000 48 + 0x1 0x0 0xf 0xff800000 0x00010000 48 49 0x2 0x0 0xf 0xffdf0000 0x00010000>; 49 50 50 51 };