summaryrefslogtreecommitdiffstats
path: root/board/freescale
diff options
context:
space:
mode:
authorPriyanka Jain <Priyanka.Jain@freescale.com>2015-06-29 15:39:40 +0530
committerYork Sun <yorksun@freescale.com>2015-09-01 21:37:42 -0500
commit7fb79e6552c45487ff31d00ef4f54d0e040d457f (patch)
tree24028e6e8c647a14d503a3770edaec433259d9f5 /board/freescale
parentc340941e443748bbcd0e35172b481ea2077d2582 (diff)
downloadtalos-obmc-uboot-7fb79e6552c45487ff31d00ef4f54d0e040d457f.tar.gz
talos-obmc-uboot-7fb79e6552c45487ff31d00ef4f54d0e040d457f.zip
armv8/ls2085aqds: enable 32KHz rtc output
Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'board/freescale')
-rw-r--r--board/freescale/ls2085aqds/ls2085aqds.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/ls2085aqds/ls2085aqds.c b/board/freescale/ls2085aqds/ls2085aqds.c
index 08906a6255..2315bdb130 100644
--- a/board/freescale/ls2085aqds/ls2085aqds.c
+++ b/board/freescale/ls2085aqds/ls2085aqds.c
@@ -16,6 +16,7 @@
#include <fsl-mc/fsl_mc.h>
#include <environment.h>
#include <i2c.h>
+#include <rtc.h>
#include <asm/arch-fsl-lsch3/soc.h>
#include <hwconfig.h>
@@ -209,6 +210,7 @@ int board_init(void)
gd->env_addr = (ulong)&default_environment[0];
#endif
select_i2c_ch_pca9547(I2C_MUX_CH_DEFAULT);
+ rtc_enable_32khz_output();
return 0;
}
OpenPOWER on IntegriCloud