]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-bsp/u-boot/u-boot/0035-OMAP3-Beagle-set-mpurate-to-1000-for-xM.patch
c4ed87c00d1449322834219b513ea424a3d632ee
[glsdk/meta-ti-glsdk.git] / recipes-bsp / u-boot / u-boot / 0035-OMAP3-Beagle-set-mpurate-to-1000-for-xM.patch
1 From 442e5d80723e2772f38fe473d32287200d802907 Mon Sep 17 00:00:00 2001
2 From: Koen Kooi <koen@dominion.thruhere.net>
3 Date: Fri, 30 Apr 2010 13:25:41 +0200
4 Subject: [PATCH 35/51] OMAP3: Beagle: set mpurate to 1000 for xM
6 ---
7  board/ti/beagle/beagle.c |    1 +
8  1 files changed, 1 insertions(+), 0 deletions(-)
10 diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c
11 index 39c53f2..9300984 100644
12 --- a/board/ti/beagle/beagle.c
13 +++ b/board/ti/beagle/beagle.c
14 @@ -238,6 +238,7 @@ int misc_init_r(void)
15                                         TWL4030_PM_RECEIVER_VAUX2_VSEL_18,
16                                         TWL4030_PM_RECEIVER_VAUX2_DEV_GRP,
17                                         TWL4030_PM_RECEIVER_DEV_GRP_P1);
18 +               setenv("mpurate", "1000");
19                 break;
20         default:
21                 printf("Beagle unknown 0x%02x\n", beagle_revision);
22 -- 
23 1.6.6.1