diff options
author | Sundar Iyer <sundar.iyer@stericsson.com> | 2010-12-13 09:33:15 +0530 |
---|---|---|
committer | Linus Walleij <linus.walleij@stericsson.com> | 2010-12-19 19:27:49 +0100 |
commit | 611b7590afa6e6c6b0942b1d3efef17fbb348ef5 (patch) | |
tree | 4fc9c73ea4d1f9a9f80c55fa97dafc95f61bd265 /arch/arm/mach-ux500/board-mop500.c | |
parent | 20406ebff4a298e6e3abbc1717a90bb3e55dc820 (diff) | |
download | op-kernel-dev-611b7590afa6e6c6b0942b1d3efef17fbb348ef5.zip op-kernel-dev-611b7590afa6e6c6b0942b1d3efef17fbb348ef5.tar.gz |
mfd/tc3589x: add block identifier for multiple child devices
Add block identifier to be able to add multiple mfd clients
to the mfd core
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Sundar Iyer <sundar.iyer@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index 5c95026..060b23a 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c @@ -122,6 +122,7 @@ static struct tc3589x_gpio_platform_data mop500_tc35892_gpio_data = { }; static struct tc3589x_platform_data mop500_tc35892_data = { + .block = TC3589x_BLOCK_GPIO, .gpio = &mop500_tc35892_gpio_data, .irq_base = MOP500_EGPIO_IRQ_BASE, }; |