Skip to content

Commit

Permalink
ARM: Merge for-2635/samsung-clock
Browse files Browse the repository at this point in the history
Merge branch 'for-2635/samsung-clock' into for-linus/samsung2
  • Loading branch information
Ben Dooks committed May 19, 2010
2 parents f447ea4 + f001d5b commit 71b4439
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/plat-s5p/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ struct clk clk_ext_xtal_mux = {
.id = -1,
};

struct clk clk_xusbxti = {
.name = "xusbxti",
.id = -1,
};

static struct clk s5p_clk_27m = {
.name = "clk_27m",
.id = -1,
Expand Down
1 change: 1 addition & 0 deletions arch/arm/plat-s5p/include/plat/s5p-clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#define clk_fin_vpll clk_ext_xtal_mux

extern struct clk clk_ext_xtal_mux;
extern struct clk clk_xusbxti;
extern struct clk clk_48m;
extern struct clk clk_fout_apll;
extern struct clk clk_fout_mpll;
Expand Down

0 comments on commit 71b4439

Please sign in to comment.