diff mbox

[U-Boot] mx25pdk: Enable imxdi RTC

Message ID 1363980629-22244-1-git-send-email-benoit.thebaudeau@advansee.com
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Benoît Thébaudeau March 22, 2013, 7:30 p.m. UTC
The mx25pdk board supports the i.MX25 DryIce RTC (imxdi), so enable it. This
allows to compile-test the imxdi driver in the mainline tree.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
---
 include/configs/mx25pdk.h |    4 ++++
 1 file changed, 4 insertions(+)

Comments

Fabio Estevam March 22, 2013, 7:57 p.m. UTC | #1
On Fri, Mar 22, 2013 at 4:30 PM, Benoît Thébaudeau
<benoit.thebaudeau@advansee.com> wrote:
> The mx25pdk board supports the i.MX25 DryIce RTC (imxdi), so enable it. This
> allows to compile-test the imxdi driver in the mainline tree.
>
> Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>

Thanks for the patch.

Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
Stefano Babic April 3, 2013, 9:14 a.m. UTC | #2
On 22/03/2013 20:30, Benoît Thébaudeau wrote:
> The mx25pdk board supports the i.MX25 DryIce RTC (imxdi), so enable it. This
> allows to compile-test the imxdi driver in the mainline tree.
> 
> Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
> ---

Applied to u-boot-imx, thanks.

Best regards,
Stefano
diff mbox

Patch

diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h
index c10e78b..4782f68 100644
--- a/include/configs/mx25pdk.h
+++ b/include/configs/mx25pdk.h
@@ -124,6 +124,10 @@ 
 #define CONFIG_SYS_I2C_BASE		IMX_I2C_BASE
 #define CONFIG_SYS_I2C_SPEED		100000
 
+/* RTC */
+#define CONFIG_RTC_IMXDI
+#define CONFIG_CMD_DATE
+
 /* Ethernet Configs */
 
 #define CONFIG_CMD_PING