Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326834
b: refs/heads/master
c: a60be2f
h: refs/heads/master
v: v3
  • Loading branch information
Florian Vaussard authored and Benoit Cousson committed Sep 7, 2012
1 parent 304779a commit 1795cbf
Show file tree
Hide file tree
Showing 3 changed files with 34 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: f74ce8fb849e9f9c54a494cff5fc30d53ca4e963
refs/heads/master: a60be2fe9735894b8e0e2de80d2bdb37d87cd0c5
20 changes: 20 additions & 0 deletions trunk/arch/arm/boot/dts/omap3-beagle.dts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
device_type = "memory";
reg = <0x80000000 0x20000000>; /* 512 MB */
};

leds {
compatible = "gpio-leds";
pmu_stat {
label = "beagleboard::pmu_stat";
gpios = <&twl_gpio 19 0>; /* LEDB */
};
};
};

&i2c1 {
Expand Down Expand Up @@ -67,3 +75,15 @@
&mmc3 {
status = "disabled";
};

&twl_gpio {
ti,use-leds;
/* pullups: BIT(1) */
ti,pullups = <0x000002>;
/*
* pulldowns:
* BIT(2), BIT(6), BIT(7), BIT(8), BIT(13)
* BIT(15), BIT(16), BIT(17)
*/
ti,pulldowns = <0x03a1c4>;
};
13 changes: 13 additions & 0 deletions trunk/arch/arm/boot/dts/omap3-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
device_type = "memory";
reg = <0x80000000 0x10000000>; /* 256 MB */
};

leds {
compatible = "gpio-leds";
ledb {
label = "omap3evm::ledb";
gpios = <&twl_gpio 19 0>; /* LEDB */
linux,default-trigger = "default-on";
};
};
};

&i2c1 {
Expand Down Expand Up @@ -46,3 +55,7 @@
reg = <0x5c>;
};
};

&twl_gpio {
ti,use-leds;
};

0 comments on commit 1795cbf

Please sign in to comment.