aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/pvr/omap4/sysconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/pvr/omap4/sysconfig.h')
-rw-r--r--drivers/gpu/pvr/omap4/sysconfig.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/drivers/gpu/pvr/omap4/sysconfig.h b/drivers/gpu/pvr/omap4/sysconfig.h
index 46930b54da9..8e84def99c0 100644
--- a/drivers/gpu/pvr/omap4/sysconfig.h
+++ b/drivers/gpu/pvr/omap4/sysconfig.h
@@ -27,8 +27,6 @@
27#if !defined(__SOCCONFIG_H__) 27#if !defined(__SOCCONFIG_H__)
28#define __SOCCONFIG_H__ 28#define __SOCCONFIG_H__
29 29
30#include "syscommon.h"
31
32#define VS_PRODUCT_NAME "OMAP4" 30#define VS_PRODUCT_NAME "OMAP4"
33 31
34#if defined(SGX540) && (SGX_CORE_REV == 120) 32#if defined(SGX540) && (SGX_CORE_REV == 120)
@@ -51,9 +49,13 @@
51 49
52#define SYS_OMAP4430_SGX_IRQ 53 50#define SYS_OMAP4430_SGX_IRQ 53
53 51
54#define SYS_OMAP4430_GP11TIMER_ENABLE_SYS_PHYS_BASE 0x48088038 52#define SYS_OMAP4430_GP11TIMER_ENABLE_SYS_PHYS_BASE 0x48088038
55#define SYS_OMAP4430_GP11TIMER_REGS_SYS_PHYS_BASE 0x4808803C 53#define SYS_OMAP4430_GP11TIMER_REGS_SYS_PHYS_BASE 0x4808803C
56#define SYS_OMAP4430_GP11TIMER_TSICR_SYS_PHYS_BASE 0x48088054 54#define SYS_OMAP4430_GP11TIMER_TSICR_SYS_PHYS_BASE 0x48088054
55
56#if defined(__linux__)
57#define SYS_SGX_DEV_NAME "omap_gpu"
58#endif
57 59
58 60
59#endif 61#endif