diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-09-28 14:20:03 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2012-11-01 13:02:15 +0100 |
commit | 74a1c9ab87a98f3e2e5e62cfaf949eab012477af (patch) | |
tree | 90f380bf7147bcf67abafe982ed5222085ac62bc /arch/arm/mach-ux500 | |
parent | 6934e00465b3ec1cdfe0078fd3c42d41d6b2b531 (diff) |
ARM: ux500: Stop calling the UIB init function when using Device Tree
As there will be a Device Tree created for the UIBs, there is no
need to call the UIB initiation functions. Each device will be
detailed and registered from the Device Tree instead.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r-- | arch/arm/mach-ux500/cpu-db8500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index 25e1e32dbc08..ca792d0643cd 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/arch/arm/mach-ux500/cpu-db8500.c @@ -345,7 +345,7 @@ DT_MACHINE_START(U8500_DT, "ST-Ericsson U8500 platform (Device Tree Support)") .timer = &ux500_timer, .handle_irq = gic_handle_irq, .init_machine = u8500_init_machine, - .init_late = ux500_init_late, + .init_late = NULL, .dt_compat = u8500_dt_board_compat, MACHINE_END |