Fabio Estevam
d59c33a1f3
mx53ard: Configure the pins as GPIOs prior to using gpio_get_value
...
Configure the pins as GPIO prior to using gpio_get_value.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2011-12-06 23:59:39 +01:00
Fabio Estevam
d7f71414f4
mx53ard: Remove unused get_board_rev function
...
No board information is passed for MX53ARD, so remove get_board_rev function.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2011-11-04 22:06:37 +01:00
Fabio Estevam
7c2eabab0d
mx53ard: Place machine ID into board config
...
Let common code set the machine ID.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2011-09-30 22:01:04 +02:00
Stefano Babic
00c07fe692
MX5: mx53ard: make use of GPIO framework
...
Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Fabio Estevam <fabio.estevam@freescale.com>
2011-09-04 11:36:12 +02:00
Albert ARIBAUD
a55d23ccf6
Remove volatile qualifier in get_ram_size() calls
...
Checkpatch.pl complains about the volatile qualifier in calls to
get_ram_size(). Remove this qualifier in the prototype and in the
calls where it is useless, and leave it only in the function body
where it is needed.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
2011-07-17 17:11:53 +02:00
Fabio Estevam
47c3e074ad
MX53: Add initial support for MX53ARD
...
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2011-07-04 10:55:26 +02:00