瀏覽代碼

mpc512x: allow configuring board specific IPS divider

Boards may define own IPS divider in the config file if
the default IPS divider doesn't fit their needs.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Anatolij Gustschin 12 年之前
父節點
當前提交
5643709ede
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/powerpc/include/asm/immap_512x.h

+ 2 - 0
arch/powerpc/include/asm/immap_512x.h

@@ -227,7 +227,9 @@ typedef struct clk512x {
 #define CLOCK_SCCR2_IIM_EN		0x00080000
 
 /* SCFR1 System Clock Frequency Register 1 */
+#ifndef SCFR1_IPS_DIV
 #define SCFR1_IPS_DIV		0x3
+#endif
 #define SCFR1_IPS_DIV_MASK	0x03800000
 #define SCFR1_IPS_DIV_SHIFT	23