aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorHaluk Aral <h-aral@ti.com>2011-08-25 03:00:29 -0400
committerPaolo Pisati <paolo.pisati@canonical.com>2012-08-17 04:18:38 -0400
commitea5f5892abb9fc430683cf87f5cd39e9811e3e12 (patch)
tree89884216d45803deef15d2135296cda444064c9a /drivers/gpu
parent01fe0ed57b02e5c715c69a5d3deae74e556f64cd (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>
Diffstat (limited to 'drivers/gpu')
-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 @@
32#define VS_PRODUCT_NAME "OMAP4" 32#define VS_PRODUCT_NAME "OMAP4"
33 33
34#if defined(SGX540) && (SGX_CORE_REV == 120) 34#if defined(SGX540) && (SGX_CORE_REV == 120)
35#define SYS_SGX_CLOCK_SPEED 320000000 35#define SYS_SGX_CLOCK_SPEED 307200000
36#else 36#else
37#define SYS_SGX_CLOCK_SPEED 304742400 37#define SYS_SGX_CLOCK_SPEED 304742400
38#endif 38#endif