linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: imx: Add rtc support to i.MX31 PDK board.
@ 2017-01-02 10:18 Magnus Lilja
  2017-01-02 10:35 ` Fabio Estevam
  2017-01-03  6:43 ` Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Magnus Lilja @ 2017-01-02 10:18 UTC (permalink / raw)
  To: linux-arm-kernel

Enable support for i.MX31 RTC on the PDK board.

Tested on actual hardware.

Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
---
 arch/arm/mach-imx/mach-mx31_3ds.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-imx/mach-mx31_3ds.c b/arch/arm/mach-imx/mach-mx31_3ds.c
index 12b8a52..c6a12ac 100644
--- a/arch/arm/mach-imx/mach-mx31_3ds.c
+++ b/arch/arm/mach-imx/mach-mx31_3ds.c
@@ -710,6 +710,7 @@ static void __init mx31_3ds_init(void)
 	imx31_add_imx_keypad(&mx31_3ds_keymap_data);
 
 	imx31_add_imx2_wdt();
+	imx31_add_mxc_rtc();
 	imx31_add_imx_i2c0(&mx31_3ds_i2c0_data);
 
 	imx31_add_spi_imx0(&spi0_pdata);
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-03  6:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-02 10:18 [PATCH] ARM: imx: Add rtc support to i.MX31 PDK board Magnus Lilja
2017-01-02 10:35 ` Fabio Estevam
2017-01-03  6:43 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).