summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/board-mop500.c
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2011-10-19 12:42:26 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:02:18 +0200
commitb1d2647f16b9b85e4cfee0a4048a9164b4a6ec00 (patch)
tree44893ef6b1153190ad7452891047588a22f70d90 /arch/arm/mach-ux500/board-mop500.c
parent7fb71fd201a7860886326e93d99f4c60c4b45a24 (diff)
mach-ux500: video: machine video part adding
Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r--arch/arm/mach-ux500/board-mop500.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index c6275e41554..c0d8144fc0c 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -61,6 +61,7 @@
#include <mach/sim_detect.h>
#endif
#include <mach/crypto-ux500.h>
+#include <video/av8100.h>
#ifdef CONFIG_KEYBOARD_NOMADIK_SKE
#include <plat/ske.h>
@@ -575,6 +576,10 @@ static struct i2c_board_info __initdata mop500_i2c0_devices[] = {
.irq = NOMADIK_GPIO_TO_IRQ(217),
.platform_data = &mop500_tc35892_data,
},
+ {
+ I2C_BOARD_INFO("av8100", 0x70),
+ .platform_data = &av8100_plat_data,
+ },
/* I2C0 devices only available prior to HREFv60 */
};