[alsa-devel] [PATCH v4 8/9] davinci: USB clocks for Omapl138-Hawkboard
Victor Rodriguez
vm.rod25 at gmail.com
Tue Oct 19 01:56:39 CEST 2010
On Fri, Oct 15, 2010 at 11:27 AM, Sergei Shtylyov <sshtylyov at mvista.com> wrote:
> Hello.
>
> On 10/15/10 07:08, vm.rod25 at gmail.com wrote:
>
>> From: Victor Rodriguez<victor.rodriguez at sasken.com>
>
>> This patch adds USB1.1 and USB2.0 clocks for the Hawkboard-L138 system
>
>> Signed-off-by: Victor Rodriguez<victor.rodriguez at 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
More information about the Alsa-devel
mailing list