summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2012-02-22 00:24:41 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-05-15 08:31:31 +0200
commitf92e4e6c1908c72ca06dbaca235005eefedd8f6c (patch)
tree7b17f5e58129ec76439ed93d6b1d27311af21589 /board
parent79656d27b3e2eb4c9ceb273cc1efd33e51a9951a (diff)
downloadblackbird-obmc-uboot-f92e4e6c1908c72ca06dbaca235005eefedd8f6c.tar.gz
blackbird-obmc-uboot-f92e4e6c1908c72ca06dbaca235005eefedd8f6c.zip
MX53: mx53loco: Add SATA support
Signed-off-by: Stefano Babic <sbabic@denx.de> CC: Jason Liu <jason.hui@linaro.org> Acked-by: Jason Liu <jason.hui@linaro.org>
Diffstat (limited to 'board')
-rw-r--r--board/freescale/mx53loco/mx53loco.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/mx53loco/mx53loco.c b/board/freescale/mx53loco/mx53loco.c
index d736141e28..7ea9f6eadd 100644
--- a/board/freescale/mx53loco/mx53loco.c
+++ b/board/freescale/mx53loco/mx53loco.c
@@ -27,6 +27,7 @@
#include <asm/arch/mx5x_pins.h>
#include <asm/arch/sys_proto.h>
#include <asm/arch/crm_regs.h>
+#include <asm/arch/clock.h>
#include <asm/arch/iomux.h>
#include <asm/arch/clock.h>
#include <asm/errno.h>
@@ -302,6 +303,8 @@ int board_init(void)
{
gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100;
+ mxc_set_sata_internal_clock();
+
return 0;
}
OpenPOWER on IntegriCloud