|
@@ -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));
|