]> Pileus Git - ~andy/linux/commitdiff
ARM: ux500: Remove TPS61052 High Power White LED Driver ATAG support
authorLee Jones <lee.jones@linaro.org>
Wed, 18 Sep 2013 13:30:37 +0000 (14:30 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 26 Sep 2013 09:06:51 +0000 (11:06 +0200)
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>
arch/arm/mach-ux500/board-mop500.c

index afc2cf6d65190b48ae1f235f3d3fe72b4a2766d7..32f7d533d66e9cc6fe851fd31f9d4bfae11af7c4 100644 (file)
@@ -240,15 +240,6 @@ static struct platform_device u8500_cpufreq_cooling_device = {
        .name           = "db8500-cpufreq-cooling",
 };
 
-/*
- * 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[] = {