omap: mux: Select POP package for 2430SDP
Select POP package for 2430SDP Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
bd8f0fc979
commit
369ed78fc9
2 changed files with 12 additions and 0 deletions
|
@ -61,6 +61,7 @@ config MACH_OMAP_APOLLON
|
||||||
config MACH_OMAP_2430SDP
|
config MACH_OMAP_2430SDP
|
||||||
bool "OMAP 2430 SDP board"
|
bool "OMAP 2430 SDP board"
|
||||||
depends on ARCH_OMAP2
|
depends on ARCH_OMAP2
|
||||||
|
select OMAP_PACKAGE_ZAC
|
||||||
|
|
||||||
config MACH_OMAP3_BEAGLE
|
config MACH_OMAP3_BEAGLE
|
||||||
bool "OMAP3 BEAGLE board"
|
bool "OMAP3 BEAGLE board"
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
#include <plat/usb.h>
|
#include <plat/usb.h>
|
||||||
#include <plat/gpmc-smc91x.h>
|
#include <plat/gpmc-smc91x.h>
|
||||||
|
|
||||||
|
#include "mux.h"
|
||||||
#include "hsmmc.h"
|
#include "hsmmc.h"
|
||||||
|
|
||||||
#define SDP2430_CS0_BASE 0x04000000
|
#define SDP2430_CS0_BASE 0x04000000
|
||||||
|
@ -217,10 +218,20 @@ static struct omap_usb_config sdp2430_usb_config __initdata = {
|
||||||
.pins[0] = 3,
|
.pins[0] = 3,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#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_2430sdp_init(void)
|
static void __init omap_2430sdp_init(void)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
|
omap2430_mux_init(board_mux, OMAP_PACKAGE_ZAC);
|
||||||
|
|
||||||
omap2430_i2c_init();
|
omap2430_i2c_init();
|
||||||
|
|
||||||
platform_add_devices(sdp2430_devices, ARRAY_SIZE(sdp2430_devices));
|
platform_add_devices(sdp2430_devices, ARRAY_SIZE(sdp2430_devices));
|
||||||
|
|
Loading…
Add table
Reference in a new issue