Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226455
b: refs/heads/master
c: 6fea7b0
h: refs/heads/master
i:
  226453: b0ca50a
  226451: d3b663f
  226447: 8d55bd4
v: v3
  • Loading branch information
Benoit Cousson committed Nov 17, 2010
1 parent 3bb427d commit 072f2fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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: a7722d8796c3431163943c30af7a90d87c43180a
refs/heads/master: 6fea7b0a7ad9b79aca09df4c42773927db6934ed
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ config MACH_OMAP_4430SDP
default y
depends on ARCH_OMAP4
select OMAP_PACKAGE_CBL
select OMAP_PACKAGE_CBS

config MACH_OMAP4_PANDA
bool "OMAP4 Panda Board"
Expand Down
6 changes: 5 additions & 1 deletion trunk/arch/arm/mach-omap2/board-4430sdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,12 @@ static struct omap_board_mux board_mux[] __initdata = {
static void __init omap_4430sdp_init(void)
{
int status;
int package = OMAP_PACKAGE_CBS;

if (omap_rev() == OMAP4430_REV_ES1_0)
package = OMAP_PACKAGE_CBL;
omap4_mux_init(board_mux, package);

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 072f2fa

Please sign in to comment.