ARM: Merge for-2635/s5pv210-clock
authorBen Dooks <ben-linux@fluff.org>
Wed, 19 May 2010 09:04:10 +0000 (18:04 +0900)
committerBen Dooks <ben-linux@fluff.org>
Wed, 19 May 2010 09:04:10 +0000 (18:04 +0900)
Merge branch 'for-2635/s5pv210-clock' into for-linus/samsung2

1  2 
arch/arm/plat-s5p/clock.c
arch/arm/plat-s5p/include/plat/s5p-clock.h

@@@ -33,11 -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,
@@@ -74,6 -69,13 +74,13 @@@ struct clk clk_fout_epll = 
        .ctrlbit        = (1 << 31),
  };
  
+ /* VPLL clock output */
+ struct clk clk_fout_vpll = {
+       .name           = "fout_vpll",
+       .id             = -1,
+       .ctrlbit        = (1 << 31),
+ };
  /* ARM clock */
  struct clk clk_arm = {
        .name           = "armclk",
@@@ -138,6 -140,7 +145,7 @@@ static struct clk *s5p_clks[] __initdat
        &clk_fout_apll,
        &clk_fout_mpll,
        &clk_fout_epll,
+       &clk_fout_vpll,
        &clk_arm,
        &clk_vpll,
  };
  #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;
  extern struct clk clk_fout_epll;
+ extern struct clk clk_fout_vpll;
  extern struct clk clk_arm;
  extern struct clk clk_vpll;