diff options
author | Simon Baatz <gmbnomis@gmail.com> | 2012-07-20 09:59:14 +0000 |
---|---|---|
committer | Prafulla Wadaskar <prafulla@marvell.com> | 2012-10-03 16:43:13 +0530 |
commit | a0452346c4e5223ed30b70e4be1bb4a0620f496a (patch) | |
tree | 4554362b57b535a3d9c9848b2a5a5040d5d0014f /board/raidsonic/ib62x0/ib62x0.h | |
parent | 3a5b9fe64949e5cf1dab49db4656096a0d6905cd (diff) | |
download | u-boot-imx-a0452346c4e5223ed30b70e4be1bb4a0620f496a.zip u-boot-imx-a0452346c4e5223ed30b70e4be1bb4a0620f496a.tar.gz u-boot-imx-a0452346c4e5223ed30b70e4be1bb4a0620f496a.tar.bz2 |
kirkwood: ib62x0: Invert SATA activity LEDs
The hardware design of the IB-NAS62x0 causes the SATA activity
LEDs to be on when idle by default. Reverse the polarity of the
activity LEDs in early init.
Signed-off-by: Simon Baatz <gmbnomis@gmail.com>
Cc: Luka Perkov <uboot@lukaperkov.net>
Cc: Prafulla Wadaskar <prafulla@marvell.com>
Acked-by: Luka Perkov <uboot@lukaperkov.net>
Diffstat (limited to 'board/raidsonic/ib62x0/ib62x0.h')
-rw-r--r-- | board/raidsonic/ib62x0/ib62x0.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/raidsonic/ib62x0/ib62x0.h b/board/raidsonic/ib62x0/ib62x0.h index 0c30690..0118c2b 100644 --- a/board/raidsonic/ib62x0/ib62x0.h +++ b/board/raidsonic/ib62x0/ib62x0.h @@ -37,4 +37,8 @@ #define MV88E1116_RGMII_TXTM_CTRL (1 << 4) #define MV88E1116_RGMII_RXTM_CTRL (1 << 5) +/* SATAHC related */ +#define MVSATAHC_LED_CONF_REG (MV_SATA_BASE + 0x2C) +#define MVSATAHC_LED_POLARITY_CTRL (1 << 3) + #endif /* __IB62x0_H */ |