* [PATCH 0/1] arm: omap3: beagle: Ensure msecure is mux'd to be able to set the RTC
@ 2011-06-17 3:26 Jingdong Lu
2011-06-17 3:26 ` [PATCH 1/1] " Jingdong Lu
2011-06-17 17:28 ` [PATCH 0/1] " Bruce Ashfield
0 siblings, 2 replies; 3+ messages in thread
From: Jingdong Lu @ 2011-06-17 3:26 UTC (permalink / raw)
To: yocto
From: Jingdong Lu <jingdong.lu@windriver.com>
arm: omap3: beagle: Ensure msecure is mux'd to be able to set the RTC
Fixes bug [YOCTO #767]
Alexander Holler (1):
arm: omap3: beagle: Ensure msecure is mux'd to be able to set the RTC
arch/arm/mach-omap2/board-omap3beagle.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] arm: omap3: beagle: Ensure msecure is mux'd to be able to set the RTC
2011-06-17 3:26 [PATCH 0/1] arm: omap3: beagle: Ensure msecure is mux'd to be able to set the RTC Jingdong Lu
@ 2011-06-17 3:26 ` Jingdong Lu
2011-06-17 17:28 ` [PATCH 0/1] " Bruce Ashfield
1 sibling, 0 replies; 3+ messages in thread
From: Jingdong Lu @ 2011-06-17 3:26 UTC (permalink / raw)
To: yocto
From: Alexander Holler <holler@ahsoftware.de>
commit e2a346a2a054f702fd76f328ff747b9ad9264a4c from
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
Without msecure beeing high it isn't possible to set (or start)
the RTC.
Tested with a BeagleBoard C4.
Signed-off-by: Alexander Holler <holler@ahsoftware.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Integrated-by: Jingdong Lu<jingdong.lu@windriver.com>
---
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 af1166b..925c0b3 100644
--- a/arch/arm/mach-omap2/board-omap3beagle.c
+++ b/arch/arm/mach-omap2/board-omap3beagle.c
@@ -580,6 +580,9 @@ static void __init omap3_beagle_init(void)
usb_ehci_init(&ehci_pdata);
omap3beagle_flash_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);
+
/* Ensure SDRC pins are mux'd for self-refresh */
omap_mux_init_signal("sdrc_cke0", OMAP_PIN_OUTPUT);
omap_mux_init_signal("sdrc_cke1", OMAP_PIN_OUTPUT);
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/1] arm: omap3: beagle: Ensure msecure is mux'd to be able to set the RTC
2011-06-17 3:26 [PATCH 0/1] arm: omap3: beagle: Ensure msecure is mux'd to be able to set the RTC Jingdong Lu
2011-06-17 3:26 ` [PATCH 1/1] " Jingdong Lu
@ 2011-06-17 17:28 ` Bruce Ashfield
1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2011-06-17 17:28 UTC (permalink / raw)
To: Jingdong Lu; +Cc: yocto
On 06/16/11 23:26, Jingdong Lu wrote:
> From: Jingdong Lu<jingdong.lu@windriver.com>
>
> arm: omap3: beagle: Ensure msecure is mux'd to be able to set the RTC
> Fixes bug [YOCTO #767]
Thanks Jindong,
We'll make sure that this gets into the tree, either via
Darren's beagleboard update, or as an individual commit.
Cheers,
Bruce
>
> Alexander Holler (1):
> arm: omap3: beagle: Ensure msecure is mux'd to be able to set the RTC
>
> arch/arm/mach-omap2/board-omap3beagle.c | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-06-17 17:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-17 3:26 [PATCH 0/1] arm: omap3: beagle: Ensure msecure is mux'd to be able to set the RTC Jingdong Lu
2011-06-17 3:26 ` [PATCH 1/1] " Jingdong Lu
2011-06-17 17:28 ` [PATCH 0/1] " Bruce Ashfield
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.