mx53ard: Configure the pins as GPIOs prior to using gpio_get_valueConfigure the pins as GPIO prior to using gpio_get_value.Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
mx53ard: Remove unused get_board_rev functionNo board information is passed for MX53ARD, so remove get_board_rev function.Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
punt unused clean/distclean targetsThe top level Makefile does not do any recursion into subdirs whencleaning, so these clean/distclean targets in random arch/board dirsnever get used. Punt them
punt unused clean/distclean targetsThe top level Makefile does not do any recursion into subdirs whencleaning, so these clean/distclean targets in random arch/board dirsnever get used. Punt them all.MAKEALL didn't report any errors related to this that I could see.Signed-off-by: Mike Frysinger <vapier@gentoo.org>
show more ...
mx53ard: Place machine ID into board configLet common code set the machine ID.Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
MX5: mx53ard: 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>
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 MX53ARDSigned-off-by: Fabio Estevam <fabio.estevam@freescale.com>
12