Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359931
b: refs/heads/master
c: a49da46
h: refs/heads/master
i:
  359929: e06f112
  359927: 89d4325
v: v3
  • Loading branch information
Thomas Petazzoni authored and Arnd Bergmann committed Feb 28, 2013
1 parent 1c1c3e1 commit c10c033
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 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: ec05fcf679fe97994b5355ebf1d7d8cb0020eacf
refs/heads/master: a49da46c5274228334393083a6635d04eee04363
7 changes: 7 additions & 0 deletions trunk/arch/arm/boot/dts/kirkwood-dreamplug.dts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@
status = "okay";
nr-ports = <1>;
};

mvsdio@90000 {
pinctrl-0 = <&pmx_sdio>;
pinctrl-names = "default";
status = "okay";
/* No CD or WP GPIOs */
};
};

gpio-leds {
Expand Down
6 changes: 0 additions & 6 deletions trunk/arch/arm/mach-kirkwood/board-dreamplug.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <linux/init.h>
#include <linux/mv643xx_eth.h>
#include <linux/gpio.h>
#include <linux/platform_data/mmc-mvsdio.h>
#include "common.h"

static struct mv643xx_eth_platform_data dreamplug_ge00_data = {
Expand All @@ -26,16 +25,11 @@ static struct mv643xx_eth_platform_data dreamplug_ge01_data = {
.phy_addr = MV643XX_ETH_PHY_ADDR(1),
};

static struct mvsdio_platform_data dreamplug_mvsdio_data = {
/* unfortunately the CD signal has not been connected */
};

void __init dreamplug_init(void)
{
/*
* Basic setup. Needs to be called early.
*/
kirkwood_ge00_init(&dreamplug_ge00_data);
kirkwood_ge01_init(&dreamplug_ge01_data);
kirkwood_sdio_init(&dreamplug_mvsdio_data);
}

0 comments on commit c10c033

Please sign in to comment.