summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/board-mop500.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r--arch/arm/mach-ux500/board-mop500.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index a0efc82eb34..8ce94900a17 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -950,8 +950,10 @@ static struct platform_device *mop500_platform_devs[] __initdata = {
#ifdef CONFIG_FB_MCDE
&u8500_mcde_device,
#endif
+#ifdef CONFIG_FB_B2R2
&u8500_b2r2_device,
&u8500_b2r2_blt_device,
+#endif
&u8500_thsens_device,
#ifdef CONFIG_LEDS_PWM
&ux500_leds_device,
@@ -1192,8 +1194,10 @@ static struct platform_device *snowball_platform_devs[] __initdata = {
#ifdef CONFIG_FB_MCDE
&u8500_mcde_device,
#endif
+#ifdef CONFIG_FB_B2R2
&u8500_b2r2_device,
&u8500_b2r2_blt_device,
+#endif
};
static void fixup_ab8505_gpio(void)