Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167804
b: refs/heads/master
c: a90c31a
h: refs/heads/master
v: v3
  • Loading branch information
Sascha Hauer committed Oct 13, 2009
1 parent 3a318ca commit 19fff81
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6153384161222c855bb95ca3eee3b3d89ae2c9dd
refs/heads/master: a90c31a3b70bcef915ffddacb8cbb4e63de33415
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-mx2/pcm970-baseboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ static int pcm970_pins[] = {
PB7_PF_SD2_D3,
PB8_PF_SD2_CMD,
PB9_PF_SD2_CLK,
GPIO_PORTC | 28 | GPIO_GPIO | GPIO_IN, /* card detect */
/* display */
PA5_PF_LSCLK,
PA6_PF_LD0,
Expand Down Expand Up @@ -228,6 +227,7 @@ void __init pcm970_baseboard_init(void)
"PCM970");

mxc_register_device(&mxc_fb_device, &pcm038_fb_data);
mxc_gpio_mode(GPIO_PORTC | 28 | GPIO_GPIO | GPIO_IN);
mxc_register_device(&mxc_sdhc_device1, &sdhc_pdata);
platform_device_register(&pcm970_sja1000);
}

0 comments on commit 19fff81

Please sign in to comment.