[PATCH] clk: SPEAr600: Fix ethernet clock name for DT based probing

Turquette, Mike mturquette at ti.com
Wed May 16 02:07:04 EDT 2012


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

Oops.  I'm working too late.  Wasn't thinking.

I don't have spear in my clk-next branch (since clk-next is stable and
the spear clock stuff went straight to arm-soc).  Instead of having me
make a new branch based on arm-soc's latest can you just send this
Arnd/Olof?

Thanks,
Mike



More information about the linux-arm-kernel mailing list