* [U-Boot] [PATCH 2/2] armv8/ls2085aqds: enable 32KHz rtc output
@ 2015-06-29 10:09 Priyanka Jain
2015-09-02 2:41 ` York Sun
0 siblings, 1 reply; 2+ messages in thread
From: Priyanka Jain @ 2015-06-29 10:09 UTC (permalink / raw)
To: u-boot
Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com>
---
Based on git://git.denx.de/u-boot-fsl-qoriq
board/freescale/ls2085aqds/ls2085aqds.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/board/freescale/ls2085aqds/ls2085aqds.c b/board/freescale/ls2085aqds/ls2085aqds.c
index c492c7e..60cf480 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 "../common/qixis.h"
@@ -161,6 +162,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;
}
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH 2/2] armv8/ls2085aqds: enable 32KHz rtc output
2015-06-29 10:09 [U-Boot] [PATCH 2/2] armv8/ls2085aqds: enable 32KHz rtc output Priyanka Jain
@ 2015-09-02 2:41 ` York Sun
0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2015-09-02 2:41 UTC (permalink / raw)
To: u-boot
On 06/29/2015 05:09 AM, Priyanka Jain wrote:
> Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com>
> ---
Applied to fsl-qoriq master branch. Awaiting upstream.
York
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-02 2:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-29 10:09 [U-Boot] [PATCH 2/2] armv8/ls2085aqds: enable 32KHz rtc output Priyanka Jain
2015-09-02 2:41 ` York Sun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox