143070e746
This patch adds support to handle multiple non-identical chips in one flash device tree node. It also adds concat support to physmap_of. This makes it possible to support e.g. the Intel P30 48F4400 chips which internally consists of 2 non-identical NOR chips on one die. Additionally partitions now can span over multiple chips. To describe such a chip's, multiple "reg" tuples are now supported in one flash device tree node. Here an dts example: flash@f0000000,0 { #address-cells = <1>; #size-cells = <1>; compatible = "cfi-flash"; reg = <0 0x00000000 0x02000000 0 0x02000000 0x02000000>; bank-width = <2>; partition@0 { label = "test-part1"; reg = <0 0x04000000>; }; }; Signed-off-by: Stefan Roese <sr@denx.de> Reviewed-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
alchemy-flash.c | ||
amd76xrom.c | ||
autcpu12-nvram.c | ||
bfin-async-flash.c | ||
cdb89712.c | ||
ceiva.c | ||
cfi_flagadm.c | ||
ck804xrom.c | ||
dbox2-flash.c | ||
dc21285.c | ||
dilnetpc.c | ||
dmv182.c | ||
edb7312.c | ||
esb2rom.c | ||
fortunet.c | ||
h720x-flash.c | ||
ichxrom.c | ||
impa7.c | ||
integrator-flash.c | ||
intel_vr_nor.c | ||
ipaq-flash.c | ||
ixp4xx.c | ||
ixp2000.c | ||
l440gx.c | ||
map_funcs.c | ||
mbx860.c | ||
netsc520.c | ||
nettel.c | ||
octagon-5066.c | ||
omap_nor.c | ||
pci.c | ||
pcmciamtd.c | ||
physmap.c | ||
physmap_of.c | ||
plat-ram.c | ||
pmcmsp-flash.c | ||
pxa2xx-flash.c | ||
rbtx4939-flash.c | ||
redwood.c | ||
rpxlite.c | ||
sa1100-flash.c | ||
sbc8240.c | ||
sbc_gxx.c | ||
sc520cdp.c | ||
scb2_flash.c | ||
scx200_docflash.c | ||
solutionengine.c | ||
sun_uflash.c | ||
tqm8xxl.c | ||
ts5500_flash.c | ||
tsunami_flash.c | ||
uclinux.c | ||
vmax301.c | ||
vmu-flash.c | ||
wr_sbc82xx_flash.c |