On Fri, Oct 15, 2010 at 11:27 AM, Sergei Shtylyov <sshtyl...@mvista.com> wrote:
> Hello.
>
> On 10/15/10 07:08, vm.ro...@gmail.com wrote:
>
>> From: Victor Rodriguez<victor.rodrig...@sasken.com>
>
>> This patch adds USB1.1 and USB2.0 clocks for the Hawkboard-L138 system
>
>> Signed-off-by: Victor Rodriguez<victor.rodrig...@sasken.com>
>
> [...]
>
>> diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c
>> index 4458bff..2a4730e 100644
>> --- a/arch/arm/mach-davinci/da850.c
>> +++ b/arch/arm/mach-davinci/da850.c
>> @@ -345,6 +345,20 @@ static struct clk aemif_clk = {
>>        .flags          = ALWAYS_ENABLED,
>>  };
>>
>> +static struct clk usb11_clk = {
>> +       .name           = "usb11",
>> +       .parent         =&pll0_sysclk4,
>> +       .lpsc           = DA8XX_LPSC1_USB11,
>> +       .gpsc           = 1,
>> +       };
>
>   This } should be at the start of line.
>
>> +
>> +static struct clk usb20_clk = {
>> +       .name           = "usb20",
>> +       .parent         =&pll0_sysclk2,
>> +       .lpsc           = DA8XX_LPSC1_USB20,
>> +       .gpsc           = 1,
>> +       };
>
>   Same comment.
>
> WBR, Sergei
>

Thanks for the feedback i appreciate a lot i have already do this change

If there is any other change i think I could send the v5 do you agree ?

Thanks

Sincerely yours

Victor Rodriguez
_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to