ARM: ux500: Remove unused i2c platform_data initialisation code
authorLee Jones <lee.jones@linaro.org>
Tue, 17 Apr 2012 14:52:26 +0000 (15:52 +0100)
committerLee Jones <lee.jones@linaro.org>
Fri, 13 Jul 2012 07:55:44 +0000 (09:55 +0200)
commit98582d9562b4bea6b0eb6e2bfafcd3fab3b60ccb
treeda81433a32f4d2a68945f1c458eb31b75ae00a92
parent5e1ac7db04f963e230ffa0a39c5df376733f8c0b
ARM: ux500: Remove unused i2c platform_data initialisation code

Now that u5500 is obsolete, u8500 is the only user of the Nomadik
i2c driver. As such there is no requirement to differentiate between
initialisation values. By the time a new SoC is released, almost all
of the ux500 platform will be DT:ed, so we can make decisions based
on the compatible property instead.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
arch/arm/mach-ux500/board-mop500.c
drivers/i2c/busses/i2c-nomadik.c