@@ -51,20 +51,6 @@ static struct of_device_id omap_dt_gic_match[] __initdata = {
{}
};
-/*
- * XXX: Still needed to boot until the i2c & twl driver is adapted to
- * device-tree
- */
-static struct twl4030_platform_data sdp4430_twldata = {
- .irq_base = TWL6030_IRQ_BASE,
- .irq_end = TWL6030_IRQ_END,
-};
-
-static void __init omap4_i2c_init(void)
-{
- omap4_pmic_init("twl6030", &sdp4430_twldata);
-}
-
static void __init omap4_init_machine(void)
{
int package = OMAP_PACKAGE_CBS;
@@ -78,7 +64,6 @@ static void __init omap4_init_machine(void)
package = OMAP_PACKAGE_CBL;
omap4_mux_init(NULL, NULL, package);
- omap4_i2c_init();
/*
* XXX: Still needed to boot until the omap-serial driver is adapted
* to device-tree
Since the minimal DT support is there to initialize properly the twl6030, remove the static init from the board file. Signed-off-by: Benoit Cousson <b-cousson@ti.com> Cc: Tony Lindgren <tony@atomide.com> --- arch/arm/mach-omap2/board-omap4-dt.c | 15 --------------- 1 files changed, 0 insertions(+), 15 deletions(-)