Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326849
b: refs/heads/master
c: a135f2f
h: refs/heads/master
i:
  326847: 9f7007e
v: v3
  • Loading branch information
Florian Vaussard authored and Benoit Cousson committed Sep 10, 2012
1 parent 9d62582 commit e939c11
Show file tree
Hide file tree
Showing 2 changed files with 16 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: 807e1b426db755a605f0aa03604c1cd00630e727
refs/heads/master: a135f2f82c64fa779adbc19b41e21039a258a6a4
15 changes: 15 additions & 0 deletions trunk/arch/arm/boot/dts/omap3-overo.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@

/include/ "omap3.dtsi"

/ {
leds {
compatible = "gpio-leds";
overo {
label = "overo:blue:COM";
gpios = <&twl_gpio 19 0>;
linux,default-trigger = "mmc0";
};
};
};

&i2c1 {
clock-frequency = <2600000>;

Expand Down Expand Up @@ -40,3 +51,7 @@
&mmc2 {
bus-width = <4>;
};

&twl_gpio {
ti,use-leds;
};

0 comments on commit e939c11

Please sign in to comment.