aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-ux500/board-mop500.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index afc2cf6d6519..32f7d533d66e 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -241,15 +241,6 @@ static struct platform_device u8500_cpufreq_cooling_device = {
241}; 241};
242 242
243/* 243/*
244 * TPS61052
245 */
246
247static struct tps6105x_platform_data mop500_tps61052_data = {
248 .mode = TPS6105X_MODE_VOLTAGE,
249 .regulator_data = &tps61052_regulator,
250};
251
252/*
253 * TC35892 244 * TC35892
254 */ 245 */
255 246
@@ -331,10 +322,6 @@ static struct i2c_board_info __initdata mop500_i2c0_devices[] = {
331 .irq = NOMADIK_GPIO_TO_IRQ(217), 322 .irq = NOMADIK_GPIO_TO_IRQ(217),
332 .platform_data = &mop500_tc35892_data, 323 .platform_data = &mop500_tc35892_data,
333 }, 324 },
334 {
335 I2C_BOARD_INFO("tps61052", 0x33),
336 .platform_data = &mop500_tps61052_data,
337 },
338}; 325};
339 326
340static struct i2c_board_info __initdata mop500_i2c2_devices[] = { 327static struct i2c_board_info __initdata mop500_i2c2_devices[] = {