r1104 - trunk/src/target/u-boot/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Sat Feb 24 15:24:27 CET 2007


Author: laforge
Date: 2007-02-24 15:24:26 +0100 (Sat, 24 Feb 2007)
New Revision: 1104

Modified:
   trunk/src/target/u-boot/patches/uboot-cmd_s3c2410.patch
Log:
* we always have to re-configure UPLL when reconfiguring MPLL


Modified: trunk/src/target/u-boot/patches/uboot-cmd_s3c2410.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-cmd_s3c2410.patch	2007-02-24 14:20:43 UTC (rev 1103)
+++ trunk/src/target/u-boot/patches/uboot-cmd_s3c2410.patch	2007-02-24 14:24:26 UTC (rev 1104)
@@ -5,8 +5,8 @@
 
 Index: u-boot/cpu/arm920t/s3c24x0/Makefile
 ===================================================================
---- u-boot.orig/cpu/arm920t/s3c24x0/Makefile	2007-02-16 23:24:10.000000000 +0100
-+++ u-boot/cpu/arm920t/s3c24x0/Makefile	2007-02-16 23:27:58.000000000 +0100
+--- u-boot.orig/cpu/arm920t/s3c24x0/Makefile	2007-02-24 15:14:00.000000000 +0100
++++ u-boot/cpu/arm920t/s3c24x0/Makefile	2007-02-24 15:21:02.000000000 +0100
 @@ -26,7 +26,7 @@
  LIB	= $(obj)lib$(SOC).a
  
@@ -19,8 +19,8 @@
 Index: u-boot/cpu/arm920t/s3c24x0/cmd_s3c2410.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/cpu/arm920t/s3c24x0/cmd_s3c2410.c	2007-02-16 23:27:31.000000000 +0100
-@@ -0,0 +1,151 @@
++++ u-boot/cpu/arm920t/s3c24x0/cmd_s3c2410.c	2007-02-24 15:22:17.000000000 +0100
+@@ -0,0 +1,152 @@
 +/*
 + * (C) Copyright 2006 by OpenMoko, Inc.
 + * Author: Harald Welte <laforge at openmoko.org>
@@ -118,6 +118,7 @@
 +
 +			/* configure MPLL */
 +			clk_power->MPLLCON = pll_configs[i].mpllcon;
++			clk_power->UPLLCON = ((0x78 << 12) + (0x2 << 4) + 0x3),
 +			clk_power->CLKDIVN = pll_configs[i].clkdivn;
 +
 +			/* If we changed the speed, we need to re-configure





More information about the commitlog mailing list