aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/devices/platform-imx-fb.c
diff options
context:
space:
mode:
authorGwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>2011-03-02 08:11:05 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2011-03-07 19:29:36 +0100
commit9685a3609d7f15297987c511c323b43693317960 (patch)
treea7c31c7ea628ca31df9d5952a6b08a2168b35bb2 /arch/arm/plat-mxc/devices/platform-imx-fb.c
parent54c4bd658ee7cfdaec57d5fb8677e9bf8a380df5 (diff)
downloadkernel_samsung_smdk4412-9685a3609d7f15297987c511c323b43693317960.zip
kernel_samsung_smdk4412-9685a3609d7f15297987c511c323b43693317960.tar.gz
kernel_samsung_smdk4412-9685a3609d7f15297987c511c323b43693317960.tar.bz2
MX1: Add structure, registration functions for framebuffer and rename LCDC INT
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/devices/platform-imx-fb.c')
-rw-r--r--arch/arm/plat-mxc/devices/platform-imx-fb.c5
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 6100a7d..79a1cb1 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 @@
.irq = soc ## _INT_LCDC, \
}
+#ifdef CONFIG_SOC_IMX1
+const struct imx_imx_fb_data imx1_imx_fb_data __initconst =
+ imx_imx_fb_data_entry_single(MX1, SZ_4K);
+#endif /* ifdef CONFIG_SOC_IMX1 */
+
#ifdef CONFIG_SOC_IMX21
const struct imx_imx_fb_data imx21_imx_fb_data __initconst =
imx_imx_fb_data_entry_single(MX21, SZ_4K);