summaryrefslogtreecommitdiff
path: root/board/technexion/tao3530/tao3530.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2013-12-04 09:27:37 +0100
committerTom Rini <trini@ti.com>2013-12-12 14:54:21 -0500
commit8f0cbd62edb6fad4d62272ef3f76b3dd74c3a1ad (patch)
treed557df78e7f2f9da3ce7ac71e45c7ba90765ff57 /board/technexion/tao3530/tao3530.h
parentfcd9adc3c698349cf23b2561cdb58ca805fc9817 (diff)
downloadu-boot-imx-8f0cbd62edb6fad4d62272ef3f76b3dd74c3a1ad.zip
u-boot-imx-8f0cbd62edb6fad4d62272ef3f76b3dd74c3a1ad.tar.gz
u-boot-imx-8f0cbd62edb6fad4d62272ef3f76b3dd74c3a1ad.tar.bz2
arm: omap3: Add HEAD acoustics (HA) board variant omap3_ha to tao3530
The Head acoustics (HA) baseboard used the Technexion TAO3530 SOM and has only some minor differences to the Technexion Thunder baseboard. This patch adds support for this HA baseboard / TAO3530 as the "omap3_ha" build target. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Tapani Utriainen <tapani@technexion.com> Cc: Thorsten Eisbein <thorsten.eisbein@head-acoustics.de> Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'board/technexion/tao3530/tao3530.h')
-rw-r--r--board/technexion/tao3530/tao3530.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/technexion/tao3530/tao3530.h b/board/technexion/tao3530/tao3530.h
index 1ea767d..daff109 100644
--- a/board/technexion/tao3530/tao3530.h
+++ b/board/technexion/tao3530/tao3530.h
@@ -9,7 +9,11 @@
const omap3_sysinfo sysinfo = {
DDR_STACKED,
+#if defined(CONFIG_SYS_BOARD_OMAP3_HA)
+ "HEAD acoustics OMAP3-HA",
+#else
"OMAP3 TAO-3530 board",
+#endif
"NAND",
};
@@ -361,4 +365,7 @@ const omap3_sysinfo sysinfo = {
MUX_VAL(CP(SDRC_CKE0), (IDIS | PTU | EN | M0)) \
MUX_VAL(CP(SDRC_CKE1), (IDIS | PTU | EN | M0))
+#define MUX_OMAP3_HA() \
+ MUX_VAL(CP(CAM_XCLKB), (IDIS | PTD | DIS | M4)) /* GPIO_111 */
+
#endif