armv8/ls2085aqds: enable 32KHz rtc output
Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
c340941e44
commit
7fb79e6552
@ -16,6 +16,7 @@
|
|||||||
#include <fsl-mc/fsl_mc.h>
|
#include <fsl-mc/fsl_mc.h>
|
||||||
#include <environment.h>
|
#include <environment.h>
|
||||||
#include <i2c.h>
|
#include <i2c.h>
|
||||||
|
#include <rtc.h>
|
||||||
#include <asm/arch-fsl-lsch3/soc.h>
|
#include <asm/arch-fsl-lsch3/soc.h>
|
||||||
#include <hwconfig.h>
|
#include <hwconfig.h>
|
||||||
|
|
||||||
@ -209,6 +210,7 @@ int board_init(void)
|
|||||||
gd->env_addr = (ulong)&default_environment[0];
|
gd->env_addr = (ulong)&default_environment[0];
|
||||||
#endif
|
#endif
|
||||||
select_i2c_ch_pca9547(I2C_MUX_CH_DEFAULT);
|
select_i2c_ch_pca9547(I2C_MUX_CH_DEFAULT);
|
||||||
|
rtc_enable_32khz_output();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user