On Thu, Apr 17, 2014 at 8:31 PM, Tom Rini <tr...@ti.com> wrote:
> On Thu, Apr 10, 2014 at 11:35:25AM +0200, yegorsli...@googlemail.com wrote:
>
>> From: Yegor Yefremov <yegorsli...@googlemail.com>
>>
>> Signed-off-by: Yegor Yefremov <yegorsli...@googlemail.com>
>> ---
>>  arch/arm/include/asm/arch-am33xx/clock.h |    2 ++
>>  1 files changed, 2 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/include/asm/arch-am33xx/clock.h 
>> b/arch/arm/include/asm/arch-am33xx/clock.h
>> index 7637457..f00fad3 100644
>> --- a/arch/arm/include/asm/arch-am33xx/clock.h
>> +++ b/arch/arm/include/asm/arch-am33xx/clock.h
>> @@ -42,6 +42,8 @@
>>  #define MODULE_CLKCTRL_IDLEST_DISABLED               3
>>
>>  /* CM_CLKMODE_DPLL */
>> +#define CM_CLKMODE_DPLL_SSC_EN_SHIFT         12
>> +#define CM_CLKMODE_DPLL_SSC_EN_MASK          (1 << 12)
>>  #define CM_CLKMODE_DPLL_REGM4XEN_SHIFT               11
>>  #define CM_CLKMODE_DPLL_REGM4XEN_MASK                (1 << 11)
>>  #define CM_CLKMODE_DPLL_LPMODE_EN_SHIFT              10
>
> OK, but what's going to use this?  Thanks!

First of all me and Siemens folks. See
http://git.denx.de/?p=u-boot.git;a=blob;f=board/siemens/rut/board.c;h=e0ada3f6a5fa6edaabb29e5c87c62582f7ee7ea7;hb=HEAD
conf_disp_pll(). I'll send v2 with modified board.c file.

Yegor
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to