summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaluk Aral <h-aral@ti.com>2011-08-25 08:00:29 +0100
committerAndy Green <andy.green@linaro.org>2011-08-25 08:00:29 +0100
commitd2a3be06da4f8f3389f49a7d35cebd5cb4190864 (patch)
tree80505ff3ed7457e3243da5c5a7744219665b8c08
parent17fb68fac809d863f6867c7a0896b7338586309b (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