<p><br>
On May 16, 2012 10:32 AM, "Turquette, Mike" <<a href="mailto:mturquette@ti.com">mturquette@ti.com</a>> wrote:<br>
><br>
> On Sun, May 13, 2012 at 8:34 PM, Viresh Kumar <<a href="mailto:viresh.kumar@st.com">viresh.kumar@st.com</a>> wrote:<br>
> > On 5/11/2012 2:11 PM, Stefan Roese wrote:<br>
> >> diff --git a/drivers/clk/spear/spear6xx_clock.c b/drivers/clk/spear/spear6xx_clock.c<br>
> >> index f9a20b3..bf33c1d 100644<br>
> >> --- a/drivers/clk/spear/spear6xx_clock.c<br>
> >> +++ b/drivers/clk/spear/spear6xx_clock.c<br>
> >> @@ -298,7 +298,7 @@ void __init spear6xx_clk_init(void)<br>
> >><br>
> >>       clk = clk_register_gate(NULL, "gmac_clk", "ahb_clk", 0, PERIP1_CLK_ENB,<br>
> >>                       GMAC_CLK_ENB, 0, &_lock);<br>
> >> -     clk_register_clkdev(clk, NULL, "gmac");<br>
> >> +     clk_register_clkdev(clk, NULL, "e0800000.ethernet");<br>
> >><br>
> >>       clk = clk_register_gate(NULL, "i2c_clk", "ahb_clk", 0, PERIP1_CLK_ENB,<br>
> >>                       I2C_CLK_ENB, 0, &_lock);<br>
> ><br>
> > Acked-by: Viresh Kumar <<a href="mailto:viresh.kumar@st.com">viresh.kumar@st.com</a>><br>
><br>
> Do you want me to take this?  Spear didn't originally go through me<br>
> but I can take it if that is the intent.<br>
></p>
<p>Sure. Go ahead.</p>