mfd: twl-core: Fix passing of platform data in the device tree case
authorTony Lindgren <tony@atomide.com>
Sat, 16 Nov 2013 00:36:03 +0000 (16:36 -0800)
committerLee Jones <lee.jones@linaro.org>
Tue, 21 Jan 2014 08:13:38 +0000 (08:13 +0000)
commit80ec831e8069c3da06bd96db196422d736d364bc
treeb71c4933beeded85782719c8d77af5976540067a
parent2b6bfd4d4af86310903804b35183e3b50b469591
mfd: twl-core: Fix passing of platform data in the device tree case

Since we still need to rely on a mix of device tree initialized
drivers and legacy platform data initialize drivers, let's fix
the passing of platform data to twl4030-gpio.

As the twl4030 GPIO is initialized by twl-core.c, we need to register
the auxdata for twl4030 GPIO in twl-core.c.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/twl-core.c