Message ID | 4AA1AACA.2090600@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 16f038289768a16888e0131471f7c7eb841d36bf |
Headers | show |
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 -- 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
* 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 -- 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
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 -- 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
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),
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(-)