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

ARM: dts: ls1021aqds: Add nand node for ifc controller

LS1021AQDS support NAND flash on IFC chip-select 2.

So add NAND node in device tree for IFC controller.

Signed-off-by: Jagdish Gediya <jagdish.gediya@nxp.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Prabhakar Kushwaha and committed by
Shawn Guo
d8a9ddf5 41bbeadc

+5
+5
arch/arm/boot/dts/ls1021a-qds.dts
··· 239 239 device-width = <1>; 240 240 }; 241 241 242 + nand@2,0 { 243 + compatible = "fsl,ifc-nand"; 244 + reg = <0x2 0x0 0x10000>; 245 + }; 246 + 242 247 fpga: board-control@3,0 { 243 248 #address-cells = <1>; 244 249 #size-cells = <1>;