summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx5/mx50_rdp.c
diff options
context:
space:
mode:
authorJie Zhou <b30303@freescale.com>2010-11-24 09:14:27 +0800
committerAlan Tull <alan.tull@freescale.com>2011-02-03 16:31:51 -0600
commitd85f98d8dc6944aaa72b85e0b5eb2fd4e2155c3f (patch)
tree1344d4508cb2d081fd5d14fabbf4e7f3912c749e /arch/arm/mach-mx5/mx50_rdp.c
parentca584c8c9c4cf3a2f667d8f9984e735b3206ef62 (diff)
ENGR00133970 MX5x: Z160 GPU revision check
MX53 TO2 and MX50 uses newer Z160 GPU core Signed-off-by: Jie Zhou <b30303@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx5/mx50_rdp.c')
-rw-r--r--arch/arm/mach-mx5/mx50_rdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx5/mx50_rdp.c b/arch/arm/mach-mx5/mx50_rdp.c
index 32b69b3d5b32..17c8960d3556 100644
--- a/arch/arm/mach-mx5/mx50_rdp.c
+++ b/arch/arm/mach-mx5/mx50_rdp.c
@@ -1381,7 +1381,7 @@ static void __init mxc_board_init(void)
mxc_register_device(&mxc_rtc_device, &srtc_data);
mxc_register_device(&mxc_w1_master_device, &mxc_w1_data);
- mxc_register_device(&gpu_device, NULL);
+ mxc_register_device(&gpu_device, &z160_revision);
mxc_register_device(&mxc_pxp_device, NULL);
mxc_register_device(&mxc_pxp_client_device, NULL);
mxc_register_device(&mxc_pxp_v4l2, NULL);