diff options
Diffstat (limited to 'board/technexion/tao3530/tao3530.h')
| -rw-r--r-- | board/technexion/tao3530/tao3530.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/board/technexion/tao3530/tao3530.h b/board/technexion/tao3530/tao3530.h index 1ea767dbf..daff10948 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 |