diff --git a/arch/arm/mach-msm/asustek/flo/board-flo-gpu.c b/arch/arm/mach-msm/asustek/flo/board-flo-gpu.c index 6b67c9a70614..8d86c5402a37 100644 --- a/arch/arm/mach-msm/asustek/flo/board-flo-gpu.c +++ b/arch/arm/mach-msm/asustek/flo/board-flo-gpu.c @@ -182,6 +182,12 @@ static struct resource kgsl_3d0_resources[] = { { .name = KGSL_3D0_REG_MEMORY, .start = 0x04300000, /* GFX3D address */ + .end = 0x0430ffff, + .flags = IORESOURCE_MEM, + }, + { + .name = KGSL_3D0_SHADER_MEMORY, + .start = 0x04310000, /* Shader Mem Address */ .end = 0x0431ffff, .flags = IORESOURCE_MEM, },