Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362114
b: refs/heads/master
c: 0d0644e
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Hesselbarth authored and Jason Cooper committed Mar 28, 2013
1 parent 837001c commit 131cb4e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7f23f62fc31c5c97947414c0937a72e08a947a41
refs/heads/master: 0d0644ebc63bce3784ebea28d0355071b4e90525
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-kirkwood/guruplug-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ static struct mv_sata_platform_data guruplug_sata_data = {

static struct mvsdio_platform_data guruplug_mvsdio_data = {
/* unfortunately the CD signal has not been connected */
.gpio_card_detect = -1,
.gpio_write_protect = -1,
};

static struct gpio_led guruplug_led_pins[] = {
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-kirkwood/openrd-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ static struct mv_sata_platform_data openrd_sata_data = {

static struct mvsdio_platform_data openrd_mvsdio_data = {
.gpio_card_detect = 29, /* MPP29 used as SD card detect */
.gpio_write_protect = -1,
};

static unsigned int openrd_mpp_config[] __initdata = {
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-kirkwood/rd88f6281-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ static struct mv_sata_platform_data rd88f6281_sata_data = {

static struct mvsdio_platform_data rd88f6281_mvsdio_data = {
.gpio_card_detect = 28,
.gpio_write_protect = -1,
};

static unsigned int rd88f6281_mpp_config[] __initdata = {
Expand Down

0 comments on commit 131cb4e

Please sign in to comment.