summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaluk Aral <h-aral@ti.com>2011-05-31 09:25:14 +0100
committerAndy Green <andy.green@linaro.org>2011-05-31 11:06:45 +0100
commit17effe1d1825cba10f0c6187d5503bf6a10dd856 (patch)
tree6e4c74771d00e1cba74ce44d882ae7a594bd0e45
parent685decb9501a6dce6ed9cf05b135ed11d9881231 (diff)
OMAP4: SGX-KM: Set Functional Clock to 307.2MHZ
This patch sets the SGX functional clock to the maximum recommended value of 307.2MHz Change-Id: Ice25aa9270c979ac2f04dae3b8ee705d93f99a67 Signed-off-by: Haluk Aral <h-aral@ti.com> Signed-off-by: Rodrigo Obregon <robregon@ti.com>
-rw-r--r--drivers/gpu/pvr/omap4/sysconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/pvr/omap4/sysconfig.h b/drivers/gpu/pvr/omap4/sysconfig.h
index 62fbae7a181..46930b54da9 100644
--- a/drivers/gpu/pvr/omap4/sysconfig.h
+++ b/drivers/gpu/pvr/omap4/sysconfig.h
@@ -32,7 +32,7 @@
#define VS_PRODUCT_NAME "OMAP4"
#if defined(SGX540) && (SGX_CORE_REV == 120)
-#define SYS_SGX_CLOCK_SPEED 320000000
+#define SYS_SGX_CLOCK_SPEED 307200000
#else
#define SYS_SGX_CLOCK_SPEED 304742400
#endif