summaryrefslogtreecommitdiffstats
path: root/board/raidsonic/ib62x0/ib62x0.c
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-10-03 16:44:29 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-10-03 16:44:29 +0200
commit386c6cb10d644cf51d764223fe2fcaaae4ac2b75 (patch)
treecbbf7726ebbbf4f51785531dc42ee005ba27d429 /board/raidsonic/ib62x0/ib62x0.c
parentb77026225a319066eaaa11839121a273469a2cf4 (diff)
parent9bd2317b450d379f4b8162e7dbb9997bf3a14dff (diff)
downloadblackbird-obmc-uboot-386c6cb10d644cf51d764223fe2fcaaae4ac2b75.tar.gz
blackbird-obmc-uboot-386c6cb10d644cf51d764223fe2fcaaae4ac2b75.zip
Merge remote-tracking branch 'u-boot-marvell/master'
Diffstat (limited to 'board/raidsonic/ib62x0/ib62x0.c')
-rw-r--r--board/raidsonic/ib62x0/ib62x0.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/raidsonic/ib62x0/ib62x0.c b/board/raidsonic/ib62x0/ib62x0.c
index 1164d6bf3f..b7e6e4107c 100644
--- a/board/raidsonic/ib62x0/ib62x0.c
+++ b/board/raidsonic/ib62x0/ib62x0.c
@@ -23,6 +23,7 @@
#include <common.h>
#include <miiphy.h>
+#include <asm/io.h>
#include <asm/arch/cpu.h>
#include <asm/arch/kirkwood.h>
#include <asm/arch/mpp.h>
@@ -41,6 +42,8 @@ int board_early_init_f(void)
IB62x0_OE_VAL_HIGH,
IB62x0_OE_LOW, IB62x0_OE_HIGH);
+ /* Set SATA activity LEDs to default off */
+ writel(MVSATAHC_LED_POLARITY_CTRL, MVSATAHC_LED_CONF_REG);
/* Multi-Purpose Pins Functionality configuration */
u32 kwmpp_config[] = {
MPP0_NF_IO2,
OpenPOWER on IntegriCloud