MX5: mx53smd: make use of GPIO frameworkSigned-off-by: Stefano Babic <sbabic@denx.de>CC: Fabio Estevam <fabio.estevam@freescale.com>
mx53: ddr3: Update DD3 initializationUpdated mx53 ddr3 script in order to align with the latest Freescale version from July 8, 2011:-change ESDREF[REF_SEL]=01 (for 32KHz), from incorrect setting o
mx53: ddr3: Update DD3 initializationUpdated mx53 ddr3 script in order to align with the latest Freescale version from July 8, 2011:-change ESDREF[REF_SEL]=01 (for 32KHz), from incorrect setting of 00 (64KHz)-change DDR3 MR0 write to "setmem /32 0x63fd901c = 0x052080b0" from"0x092080b0". This changes write recovery from 8 clocks to 6 clocks(in line with ESDCFG1[tWR])Signed-off-by: Lily Zhang <r58066@freescale.com>Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
show more ...
Remove volatile qualifier in get_ram_size() callsCheckpatch.pl complains about the volatile qualifier in calls toget_ram_size(). Remove this qualifier in the prototype and in thecalls where it is
Remove volatile qualifier in get_ram_size() callsCheckpatch.pl complains about the volatile qualifier in calls toget_ram_size(). Remove this qualifier in the prototype and in thecalls where it is useless, and leave it only in the function bodywhere it is needed.Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
MX53: Add initial support for MX53SMD board.Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
12