summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/board-mop500.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-09-18 14:30:37 +0100
committerLinus Walleij <linus.walleij@linaro.org>2013-09-26 11:06:51 +0200
commit3e8af2e1cd214363f7de38544adea75c8f5e920c (patch)
tree2615ebf49053a797b6dd216c8e250d90f543a761 /arch/arm/mach-ux500/board-mop500.c
parent5a7c2f22bdc4bfe74b30b7ac3cee061dfe85ad9a (diff)
ARM: ux500: Remove TPS61052 High Power White LED Driver ATAG support
It's time to remove all ATAG support from ux500 and rely solely on Device Tree booting. This patch is part of that endeavour. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-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 = {
};
/*
- * TPS61052
- */
-
-static struct tps6105x_platform_data mop500_tps61052_data = {
- .mode = TPS6105X_MODE_VOLTAGE,
- .regulator_data = &tps61052_regulator,
-};
-
-/*
* TC35892
*/
@@ -331,10 +322,6 @@ static struct i2c_board_info __initdata mop500_i2c0_devices[] = {
.irq = NOMADIK_GPIO_TO_IRQ(217),
.platform_data = &mop500_tc35892_data,
},
- {
- I2C_BOARD_INFO("tps61052", 0x33),
- .platform_data = &mop500_tps61052_data,
- },
};
static struct i2c_board_info __initdata mop500_i2c2_devices[] = {