diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-07-26 17:42:01 +0100 |
---|---|---|
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.c | |
parent | 9c06af30207276a0a4bcaf8aa57521095f440383 (diff) | |
download | linux-ae6d35b9486b61c50294f88c1eb5dc1c7b74e65b.tar.gz linux-ae6d35b9486b61c50294f88c1eb5dc1c7b74e65b.tar.bz2 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.c')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index a7994776ef30..e7593b0a4f42 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c @@ -804,7 +804,7 @@ static void __init u8500_init_machine(void) mop500_uib_init(); } else if (of_machine_is_compatible("calaosystems,snowball-a9500")) { - mop500_msp_init(parent); + mop500_of_msp_init(parent); } else if (of_machine_is_compatible("st-ericsson,hrefv60+")) { /* * The HREFv60 board removed a GPIO expander and routed |