Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201563
b: refs/heads/master
c: e76a17c
h: refs/heads/master
i:
  201561: 41763fe
  201559: ac4ec54
v: v3
  • Loading branch information
Eric Bénard authored and Sascha Hauer committed Jul 26, 2010
1 parent 8afde5c commit d869014
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 16b3bf8c85a5dc821eea7f9bb48d13b32f42f7ee
refs/heads/master: e76a17c2d9c7f91d3ee6469568535189e1c201ca
6 changes: 5 additions & 1 deletion trunk/arch/arm/mach-mx2/eukrea_mbimx27-baseboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,10 @@ static struct platform_device *platform_devices[] __initdata = {
&leds_gpio,
};

static struct imxmmc_platform_data sdhc_pdata = {
.dat3_card_detect = 1,
};

/*
* system init for baseboard usage. Will be called by cpuimx27 init.
*
Expand All @@ -304,7 +308,7 @@ void __init eukrea_mbimx27_baseboard_init(void)
#endif

mxc_register_device(&mxc_fb_device, &eukrea_mbimx27_fb_data);
mxc_register_device(&mxc_sdhc_device0, NULL);
mxc_register_device(&mxc_sdhc_device0, &sdhc_pdata);

#if defined(CONFIG_TOUCHSCREEN_ADS7846) \
|| defined(CONFIG_TOUCHSCREEN_ADS7846_MODULE)
Expand Down

0 comments on commit d869014

Please sign in to comment.