From 7fb79e6552c45487ff31d00ef4f54d0e040d457f Mon Sep 17 00:00:00 2001 From: Priyanka Jain Date: Mon, 29 Jun 2015 15:39:40 +0530 Subject: [PATCH] armv8/ls2085aqds: enable 32KHz rtc output Signed-off-by: Priyanka Jain Reviewed-by: York Sun --- board/freescale/ls2085aqds/ls2085aqds.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/freescale/ls2085aqds/ls2085aqds.c b/board/freescale/ls2085aqds/ls2085aqds.c index 08906a6..2315bdb 100644 --- a/board/freescale/ls2085aqds/ls2085aqds.c +++ b/board/freescale/ls2085aqds/ls2085aqds.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include @@ -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; }