diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-07-26 18:42:01 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2012-09-20 12:32:39 +0200 |
commit | ae6d35b9486b61c50294f88c1eb5dc1c7b74e65b (patch) | |
tree | 1c89f648a4e9ed41f46d3535affc0bff5da49fcc /arch/arm/mach-ux500/board-mop500.h | |
parent | ARM: ux500: Add AB8500 CODEC node to DB8500 Device Tree (diff) | |
download | linux-ae6d35b9486b61c50294f88c1eb5dc1c7b74e65b.tar.xz linux-ae6d35b9486b61c50294f88c1eb5dc1c7b74e65b.zip |
ARM: ux500: Fork MSP platform registration for step-by-step DT enablement
We've done this before and it worked well last time. Here we're
duplicating a complex registration function to ease the process
of enabling it for Device Tree. As there are quite a few steps
taken during the registration process, it makes sense to break
them up into more manageable chunks. This patch will aid us.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.h')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.h b/arch/arm/mach-ux500/board-mop500.h index bdae9b03a33b..c6daea208870 100644 --- a/arch/arm/mach-ux500/board-mop500.h +++ b/arch/arm/mach-ux500/board-mop500.h @@ -95,6 +95,8 @@ void __init mop500_pinmaps_init(void); void __init snowball_pinmaps_init(void); void __init hrefv60_pinmaps_init(void); void mop500_msp_init(struct device *parent); +/* Due for removal once the MSP driver has been fully DT:ed. */ +void mop500_of_msp_init(struct device *parent); int __init mop500_uib_init(void); void mop500_uib_i2c_add(int busnum, struct i2c_board_info *info, |