Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342333
b: refs/heads/master
c: 2c0e7ee
h: refs/heads/master
i:
  342331: a79d15d
v: v3
  • Loading branch information
Andrew Lunn authored and Jason Cooper committed Nov 24, 2012
1 parent 1515379 commit 603228a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 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: 96ff0f5c7efd4a2205c48a76a6a1fcd2731e6128
refs/heads/master: 2c0e7ee61b335dea4bd2678591923c02703f4eeb
5 changes: 5 additions & 0 deletions trunk/arch/arm/boot/dts/kirkwood-dnskw.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
6000 2>;
};

gpio_poweroff {
compatible = "gpio-poweroff";
gpios = <&gpio1 4 0>;
};

ocp@f1000000 {
sata@80000 {
status = "okay";
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-kirkwood/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ config MACH_GURUPLUG

config ARCH_KIRKWOOD_DT
bool "Marvell Kirkwood Flattened Device Tree"
select POWER_SUPPLY
select POWER_RESET
select POWER_RESET_GPIO
select USE_OF
help
Say 'Y' here if you want your kernel to support the
Expand Down
12 changes: 0 additions & 12 deletions trunk/arch/arm/mach-kirkwood/board-dnskw.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ static unsigned int dnskw_mpp_config[] __initdata = {
0
};

static void dnskw_power_off(void)
{
gpio_set_value(36, 1);
}

/* Register any GPIO for output and set the value */
static void __init dnskw_gpio_register(unsigned gpio, char *name, int def)
{
Expand All @@ -80,13 +75,6 @@ void __init dnskw_init(void)

kirkwood_ge00_init(&dnskw_ge00_data);

/* Register power-off GPIO. */
if (gpio_request(36, "dnskw:power:off") == 0
&& gpio_direction_output(36, 0) == 0)
pm_power_off = dnskw_power_off;
else
pr_err("dnskw: failed to configure power-off GPIO\n");

/* Ensure power is supplied to both HDDs */
dnskw_gpio_register(39, "dnskw:power:sata0", 1);
dnskw_gpio_register(40, "dnskw:power:sata1", 1);
Expand Down

0 comments on commit 603228a

Please sign in to comment.