r4075 - branches/src/target/kernel/2.6.24.x/patches

werner at sita.openmoko.org werner at sita.openmoko.org
Sat Feb 16 12:13:03 CET 2008


Author: werner
Date: 2008-02-16 12:13:00 +0100 (Sat, 16 Feb 2008)
New Revision: 4075

Modified:
   branches/src/target/kernel/2.6.24.x/patches/s3c_mci-gta01.patch
Log:
fix-correct-huge-text-alloc-in-gta01.patch

From: Andy Green <andy at openmoko.com>

Whoops voltage is slightly off

Applies on top of fix-huge-text-alloc-in-gta01.patch

Signed-off-by: Andy Green <andy at openmoko.com>



Modified: branches/src/target/kernel/2.6.24.x/patches/s3c_mci-gta01.patch
===================================================================
--- branches/src/target/kernel/2.6.24.x/patches/s3c_mci-gta01.patch	2008-02-16 10:42:16 UTC (rev 4074)
+++ branches/src/target/kernel/2.6.24.x/patches/s3c_mci-gta01.patch	2008-02-16 11:13:00 UTC (rev 4075)
@@ -31,7 +31,7 @@
 +			break;
 +		case MMC_POWER_ON:
 +			/* translate MMC_VDD_* VDD bit to mv */
-+			for (bit = 7; bit != 24; bit++)
++			for (bit = 8; bit != 24; bit++)
 +				if (vdd == (1 << bit))
 +					mv += 100 * (bit - 4);
 +			pcf50606_voltage_set(pcf50606_global,





More information about the commitlog mailing list