mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +00:00
e5352b3d71
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
28 lines
899 B
Diff
28 lines
899 B
Diff
From dd2c7ba245ec1b17e3d323a6c4a1cad9697dbbbe Mon Sep 17 00:00:00 2001
|
|
From: Koen Kooi <koen@dominion.thruhere.net>
|
|
Date: Wed, 15 Jun 2011 16:25:50 +0200
|
|
Subject: [PATCH 6/7] OMAP3: BEAGLE: fix RTC
|
|
|
|
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
|
---
|
|
arch/arm/mach-omap2/board-omap3beagle.c | 3 +++
|
|
1 files changed, 3 insertions(+), 0 deletions(-)
|
|
|
|
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c
|
|
index 221bfda..61564a4 100644
|
|
--- a/arch/arm/mach-omap2/board-omap3beagle.c
|
|
+++ b/arch/arm/mach-omap2/board-omap3beagle.c
|
|
@@ -941,6 +941,9 @@ static void __init omap3_beagle_init(void)
|
|
omap3_beagle_init_rev();
|
|
omap3_beagle_i2c_init();
|
|
|
|
+ /* Ensure msecure is mux'd to be able to set the RTC. */
|
|
+ omap_mux_init_signal("sys_drm_msecure", OMAP_PIN_OFF_OUTPUT_HIGH);
|
|
+
|
|
if (cpu_is_omap3630()) {
|
|
gpio_buttons[0].gpio = 4;
|
|
}
|
|
--
|
|
1.6.6.1
|
|
|