Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342363
b: refs/heads/master
c: 155acbe
h: refs/heads/master
i:
  342361: d5d3f24
  342359: fd3c7e8
v: v3
  • Loading branch information
Nobuhiro Iwamatsu authored and Jason Cooper committed Nov 24, 2012
1 parent f12efde commit 48706be
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 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: 5cd0e6e79bc1064f26a137a33217a7dfbd541a50
refs/heads/master: 155acbe7f7bf7563239ff4d188634930512d0c02
19 changes: 19 additions & 0 deletions trunk/arch/arm/boot/dts/kirkwood-openblocks_a6.dts
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,23 @@
};
};
};

gpio-leds {
compatible = "gpio-leds";

led-red {
label = "obsa6:red:stat";
gpios = <&gpio1 9 1>;
};

led-green {
label = "obsa6:green:stat";
gpios = <&gpio1 10 1>;
};

led-yellow {
label = "obsa6:yellow:stat";
gpios = <&gpio1 11 1>;
};
};
};
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-kirkwood/board-openblocks_a6.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ static unsigned int openblocks_a6_mpp_config[] __initdata = {
MPP38_GPIO, /* INIT */
MPP39_GPIO, /* USB OC */
MPP41_GPIO, /* LED: Red */
MPP42_GPIO, /* LED: Yellow */
MPP43_GPIO, /* LED: Green */
MPP42_GPIO, /* LED: Green */
MPP43_GPIO, /* LED: Yellow */
0,
};

Expand Down

0 comments on commit 48706be

Please sign in to comment.