This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OMAP-L138 在Linux下怎么配置PLL

Other Parts Discussed in Thread: OMAP-L138

OMAP-L138  在Linux下怎么配置PLL

  • uboot中PLL配置:
    arch/arm/mach-davinci/da850_lowlevel.c
    内核配置:
    arch/arm/mach-davinci/
  • 我使用的是3.3版本的内核

    在uboot中,找到了PLL的定义是在da850sdi.h文件中,da850_lowlevel.c似乎没有。

    #define CONFIG_SYS_DA850_PLL0_PLLM 18 /* PLL0 -> 456 MHz */
    #define CONFIG_SYS_DA850_PLL1_PLLM 12 /* PLL1 -> 312 MHz */

    但是这里的只是uboot的PLL配置吧,对于最终运行起来的内核Linux没有影响的吧,在Linux下是不是会再配置一次呢?这里修改后,Linux运行后,PLL1还是312M

    内核中的配置,没有找到类似对于PLL1与PLL0的相关定义呢?