diff options
Diffstat (limited to 'arch/arm/plat-mxc/devices/platform-imx-fb.c')
-rw-r--r-- | arch/arm/plat-mxc/devices/platform-imx-fb.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/devices/platform-imx-fb.c b/arch/arm/plat-mxc/devices/platform-imx-fb.c index 6100a7d824dd..79a1cb18a5b0 100644 --- a/arch/arm/plat-mxc/devices/platform-imx-fb.c +++ b/arch/arm/plat-mxc/devices/platform-imx-fb.c | |||
@@ -16,6 +16,11 @@ | |||
16 | .irq = soc ## _INT_LCDC, \ | 16 | .irq = soc ## _INT_LCDC, \ |
17 | } | 17 | } |
18 | 18 | ||
19 | #ifdef CONFIG_SOC_IMX1 | ||
20 | const struct imx_imx_fb_data imx1_imx_fb_data __initconst = | ||
21 | imx_imx_fb_data_entry_single(MX1, SZ_4K); | ||
22 | #endif /* ifdef CONFIG_SOC_IMX1 */ | ||
23 | |||
19 | #ifdef CONFIG_SOC_IMX21 | 24 | #ifdef CONFIG_SOC_IMX21 |
20 | const struct imx_imx_fb_data imx21_imx_fb_data __initconst = | 25 | const struct imx_imx_fb_data imx21_imx_fb_data __initconst = |
21 | imx_imx_fb_data_entry_single(MX21, SZ_4K); | 26 | imx_imx_fb_data_entry_single(MX21, SZ_4K); |