* [PATCH 3/3] [ARM] omap850: Use ck_ref clock for omap850.
@ 2009-09-05 0:03 Angelo Arrifano
2009-09-22 21:56 ` [APPLIED] " Tony Lindgren
0 siblings, 1 reply; 4+ messages in thread
From: Angelo Arrifano @ 2009-09-05 0:03 UTC (permalink / raw)
To: linux-omap, Zebediah C. McClure
This clock is required for booting.
Signed-off-by: Angelo Arrifano <miknix@gmail.com>
---
arch/arm/mach-omap1/clock.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-omap1/clock.c b/arch/arm/mach-omap1/clock.c
index 436eed2..d2d5ece 100644
--- a/arch/arm/mach-omap1/clock.c
+++ b/arch/arm/mach-omap1/clock.c
@@ -75,7 +75,7 @@ struct omap_clk {
static struct omap_clk omap_clks[] = {
/* non-ULPD clocks */
- CLK(NULL, "ck_ref", &ck_ref, CK_16XX | CK_1510 | CK_310),
+ CLK(NULL, "ck_ref", &ck_ref, CK_16XX | CK_1510 | CK_7XX | CK_310),
CLK(NULL, "ck_dpll1", &ck_dpll1, CK_16XX | CK_1510 | CK_310),
/* CK_GEN1 clocks */
CLK(NULL, "ck_dpll1out", &ck_dpll1out.clk, CK_16XX),
--
1.6.3.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [APPLIED] [PATCH 3/3] [ARM] omap850: Use ck_ref clock for omap850.
2009-09-05 0:03 [PATCH 3/3] [ARM] omap850: Use ck_ref clock for omap850 Angelo Arrifano
@ 2009-09-22 21:56 ` Tony Lindgren
2009-09-22 22:39 ` Angelo Arrifano
0 siblings, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2009-09-22 21:56 UTC (permalink / raw)
To: linux-omap
This patch has been applied to the linux-omap
by youw fwiendly patch wobot.
Branch in linux-omap: omap-fixes
Initial commit ID (Likely to change): 16f038289768a16888e0131471f7c7eb841d36bf
PatchWorks
http://patchwork.kernel.org/patch/45810/
Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=16f038289768a16888e0131471f7c7eb841d36bf
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [APPLIED] [PATCH 3/3] [ARM] omap850: Use ck_ref clock for omap850.
2009-09-22 22:39 ` Angelo Arrifano
@ 2009-09-22 22:36 ` Tony Lindgren
0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2009-09-22 22:36 UTC (permalink / raw)
To: Angelo Arrifano; +Cc: linux-omap
* Angelo Arrifano <miknix@gmail.com> [090922 15:33]:
> Tony Lindgren wrote:
> > This patch has been applied to the linux-omap
> > by youw fwiendly patch wobot.
> >
> > Branch in linux-omap: omap-fixes
> >
> > Initial commit ID (Likely to change): 16f038289768a16888e0131471f7c7eb841d36bf
>
> Just a notice, this patch *as-is* will probably break the tree.
>
> Current linux-omap still doesn't have a CK_7XX definition, which is
> introduced by "[RFC] OMAP1: Massive clean up of omap730/omap850 code"
OK, let's drop it for now then and then do the massive clean up after
-rc1.
Tony
>
> Sorry,
> - Angelo
> >
> > PatchWorks
> > http://patchwork.kernel.org/patch/45810/
> >
> > Git (Likely to change, and takes a while to get mirrored)
> > http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=16f038289768a16888e0131471f7c7eb841d36bf
> >
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [APPLIED] [PATCH 3/3] [ARM] omap850: Use ck_ref clock for omap850.
2009-09-22 21:56 ` [APPLIED] " Tony Lindgren
@ 2009-09-22 22:39 ` Angelo Arrifano
2009-09-22 22:36 ` Tony Lindgren
0 siblings, 1 reply; 4+ messages in thread
From: Angelo Arrifano @ 2009-09-22 22:39 UTC (permalink / raw)
To: Tony Lindgren; +Cc: linux-omap
Tony Lindgren wrote:
> This patch has been applied to the linux-omap
> by youw fwiendly patch wobot.
>
> Branch in linux-omap: omap-fixes
>
> Initial commit ID (Likely to change): 16f038289768a16888e0131471f7c7eb841d36bf
Just a notice, this patch *as-is* will probably break the tree.
Current linux-omap still doesn't have a CK_7XX definition, which is
introduced by "[RFC] OMAP1: Massive clean up of omap730/omap850 code"
Sorry,
- Angelo
>
> PatchWorks
> http://patchwork.kernel.org/patch/45810/
>
> Git (Likely to change, and takes a while to get mirrored)
> http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=16f038289768a16888e0131471f7c7eb841d36bf
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-09-22 22:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-05 0:03 [PATCH 3/3] [ARM] omap850: Use ck_ref clock for omap850 Angelo Arrifano
2009-09-22 21:56 ` [APPLIED] " Tony Lindgren
2009-09-22 22:39 ` Angelo Arrifano
2009-09-22 22:36 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox