Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342165
b: refs/heads/master
c: 0ddf855
h: refs/heads/master
i:
  342163: 66e687a
v: v3
  • Loading branch information
Lee Jones committed Nov 1, 2012
1 parent ad45f88 commit 89c4601
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 809efa565a83dee14ae44726a7a2766960a11b62
refs/heads/master: 0ddf855af6162df41345ea6afabd0190d751bfb9
10 changes: 1 addition & 9 deletions trunk/arch/arm/mach-ux500/board-mop500.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,8 +618,6 @@ static void __init mop500_init_machine(void)

/* This board has full regulator constraints */
regulator_has_full_constraints();

mop500_uib_init();
}

static void __init snowball_init_machine(void)
Expand Down Expand Up @@ -684,8 +682,6 @@ static void __init hrefv60_init_machine(void)

/* This board has full regulator constraints */
regulator_has_full_constraints();

mop500_uib_init();
}

MACHINE_START(U8500, "ST-Ericsson MOP500 platform")
Expand Down Expand Up @@ -721,7 +717,7 @@ MACHINE_START(SNOWBALL, "Calao Systems Snowball platform")
.timer = &ux500_timer,
.handle_irq = gic_handle_irq,
.init_machine = snowball_init_machine,
.init_late = ux500_init_late,
.init_late = NULL,
MACHINE_END

#ifdef CONFIG_MACH_UX500_DT
Expand Down Expand Up @@ -811,8 +807,6 @@ static void __init u8500_init_machine(void)
i2c_register_board_info(2, mop500_i2c2_devices,
ARRAY_SIZE(mop500_i2c2_devices));

mop500_uib_init();

} else if (of_machine_is_compatible("calaosystems,snowball-a9500")) {
mop500_of_audio_init(parent);
} else if (of_machine_is_compatible("st-ericsson,hrefv60+")) {
Expand All @@ -824,8 +818,6 @@ static void __init u8500_init_machine(void)
mop500_gpio_keys[0].gpio = HREFV60_PROX_SENSE_GPIO;
platform_add_devices(mop500_platform_devs,
ARRAY_SIZE(mop500_platform_devs));

mop500_uib_init();
}

/* This board has full regulator constraints */
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-ux500/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
#include <mach/setup.h>
#include <mach/devices.h>

#include "board-mop500.h"

void __iomem *_PRCMU_BASE;

/*
Expand Down Expand Up @@ -82,6 +84,7 @@ void __init ux500_init_irq(void)

void __init ux500_init_late(void)
{
mop500_uib_init();
}

static const char * __init ux500_get_machine(void)
Expand Down

0 comments on commit 89c4601

Please sign in to comment.