Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226453
b: refs/heads/master
c: fb6bf63
h: refs/heads/master
i:
  226451: d3b663f
v: v3
  • Loading branch information
Benoit Cousson committed Nov 17, 2010
1 parent 7ffb9ec commit b0ca50a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a041a52c4d2b82e25de2267bce5f4dc3d2179b2a
refs/heads/master: fb6bf6320e33af5bd6ac788f27245f9162bc5215
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ config MACH_OMAP_4430SDP
bool "OMAP 4430 SDP board"
default y
depends on ARCH_OMAP4
select OMAP_PACKAGE_CBL

config MACH_OMAP4_PANDA
bool "OMAP4 Panda Board"
Expand Down
10 changes: 10 additions & 0 deletions trunk/arch/arm/mach-omap2/board-4430sdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <plat/usb.h>
#include <plat/mmc.h>

#include "mux.h"
#include "hsmmc.h"
#include "timer-gp.h"
#include "control.h"
Expand Down Expand Up @@ -505,10 +506,19 @@ static void __init omap_sfh7741prox_init(void)
}
}

#ifdef CONFIG_OMAP_MUX
static struct omap_board_mux board_mux[] __initdata = {
{ .reg_offset = OMAP_MUX_TERMINATOR },
};
#else
#define board_mux NULL
#endif

static void __init omap_4430sdp_init(void)
{
int status;

omap4_mux_init(board_mux, OMAP_PACKAGE_CBL);
omap4_i2c_init();
omap_sfh7741prox_init();
platform_add_devices(sdp4430_devices, ARRAY_SIZE(sdp4430_devices));
Expand Down

0 comments on commit b0ca50a

Please sign in to comment.