Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196650
b: refs/heads/master
c: 6971df4
h: refs/heads/master
v: v3
  • Loading branch information
Anton Vorontsov authored and Kumar Gala committed May 17, 2010
1 parent 4222ca6 commit c0ea099
Show file tree
Hide file tree
Showing 7 changed files with 59 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: 0aedc0085146131da5b04476aab21834b1403b31
refs/heads/master: 6971df4f5b0e5b6955c03e8d51bad5d50463f98f
14 changes: 14 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8315erdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -463,4 +463,18 @@
0 0x00800000>;
};
};

leds {
compatible = "gpio-leds";

pwr {
gpios = <&mcu_pio 0 0>;
default-state = "on";
};

hdd {
gpios = <&mcu_pio 1 0>;
linux,default-trigger = "ide-disk";
};
};
};
14 changes: 14 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8377_rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -486,4 +486,18 @@
0 0x00800000>;
};
};

leds {
compatible = "gpio-leds";

pwr {
gpios = <&mcu_pio 0 0>;
default-state = "on";
};

hdd {
gpios = <&mcu_pio 1 0>;
linux,default-trigger = "ide-disk";
};
};
};
14 changes: 14 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8378_rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -470,4 +470,18 @@
0 0x00800000>;
};
};

leds {
compatible = "gpio-leds";

pwr {
gpios = <&mcu_pio 0 0>;
default-state = "on";
};

hdd {
gpios = <&mcu_pio 1 0>;
linux,default-trigger = "ide-disk";
};
};
};
14 changes: 14 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8379_rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -436,4 +436,18 @@
compatible = "fsl,mpc8349-pci";
device_type = "pci";
};

leds {
compatible = "gpio-leds";

pwr {
gpios = <&mcu_pio 0 0>;
default-state = "on";
};

hdd {
gpios = <&mcu_pio 1 0>;
linux,default-trigger = "ide-disk";
};
};
};
1 change: 1 addition & 0 deletions trunk/arch/powerpc/platforms/83xx/mpc831x_rdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ static int __init mpc831x_rdb_probe(void)
static struct of_device_id __initdata of_bus_ids[] = {
{ .compatible = "simple-bus" },
{ .compatible = "gianfar" },
{ .compatible = "gpio-leds", },
{},
};

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/powerpc/platforms/83xx/mpc837x_rdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ static struct of_device_id mpc837x_ids[] = {
{ .compatible = "soc", },
{ .compatible = "simple-bus", },
{ .compatible = "gianfar", },
{ .compatible = "gpio-leds", },
{},
};

Expand Down

0 comments on commit c0ea099

Please sign in to comment.