From 5d4b349b4d0cde5c88736d14a1c35b767a194d54 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Thu, 7 Oct 2010 12:48:20 -0700 Subject: [PATCH] Revert "Panda: Use proper VCORE3 settings for ES2.1" This reverts commit b718a9a320138daf9d799f91c2d0d7a440b6c6c4. Mistakenly applied. --- board/omap4430panda/omap4430panda.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/board/omap4430panda/omap4430panda.c b/board/omap4430panda/omap4430panda.c index d63face..a7c9fda 100644 --- a/board/omap4430panda/omap4430panda.c +++ b/board/omap4430panda/omap4430panda.c @@ -580,10 +580,8 @@ static scale_vcores(void) /* PRM_VC_VAL_BYPASS */ if(rev == OMAP4430_ES1_0) *(volatile int*)(0x4A307BA0) = 0x316112; - else if(rev == OMAP4430_ES2_0) + else *(volatile int*)(0x4A307BA0) = 0x296112; - else if (rev == OMAP4430_ES2_1) - *(volatile int*)(0x4A307BA0) = 0x2A6112; *(volatile int*)(0x4A307BA0) |= 0x1000000; while((*(volatile int*)(0x4A307BA0)) & 0x1000000); -- 2.39.5