Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187589
b: refs/heads/master
c: f8594c2
h: refs/heads/master
i:
  187587: 29f0820
v: v3
  • Loading branch information
Valentin Longchamp authored and Sascha Hauer committed Feb 10, 2010
1 parent 1c3c340 commit c29e184
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: fed9b63ca5aa999e618140cc1cc6bd73f212ec9b
refs/heads/master: f8594c283e409024d817e75027074570ce27dcc5
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-mx3/mx31moboard-marxbot.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ static struct imxmmc_platform_data sdhc2_pdata = {
static void dspics_resets_init(void)
{
if (!gpio_request(TRSLAT_RST_B, "translator-rst")) {
gpio_direction_output(TRSLAT_RST_B, 1);
gpio_direction_output(TRSLAT_RST_B, 0);
gpio_export(TRSLAT_RST_B, false);
}

if (!gpio_request(DSPICS_RST_B, "dspics-rst")) {
gpio_direction_output(DSPICS_RST_B, 1);
gpio_direction_output(DSPICS_RST_B, 0);
gpio_export(DSPICS_RST_B, false);
}
}
Expand Down Expand Up @@ -200,7 +200,7 @@ static int __init marxbot_cam_init(void)
int ret = gpio_request(CAM_CHOICE, "cam-choice");
if (ret)
return ret;
gpio_direction_output(CAM_CHOICE, 1);
gpio_direction_output(CAM_CHOICE, 0);

ret = gpio_request(BASECAM_RST_B, "basecam-reset");
if (ret)
Expand Down

0 comments on commit c29e184

Please sign in to comment.