From: Priyanka Jain Date: Mon, 29 Jun 2015 10:09:40 +0000 (+0530) Subject: armv8/ls2085aqds: enable 32KHz rtc output X-Git-Tag: v2015.10-rc3~38 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7fb79e6552c45487ff31d00ef4f54d0e040d457f;p=u-boot armv8/ls2085aqds: enable 32KHz rtc output Signed-off-by: Priyanka Jain Reviewed-by: York Sun --- 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 #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; }