Skip to content

Commit

Permalink
ARM: dts: omap3-beagle-xm: Use pwm-leds for pmu_stat LED
Browse files Browse the repository at this point in the history
We have proper driver stack to handle the pmu_stat LED which is connected
PWMB of twl4030.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
  • Loading branch information
Peter Ujfalusi authored and Benoit Cousson committed Apr 8, 2013
1 parent 50ff6b1 commit 2c09c60
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions arch/arm/boot/dts/omap3-beagle-xm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@

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

heartbeat {
label = "beagleboard::usr0";
Expand All @@ -38,6 +34,16 @@
};
};

pwmleds {
compatible = "pwm-leds";

pmu_stat {
label = "beagleboard::pmu_stat";
pwms = <&twl_pwmled 1 7812500>;
max-brightness = <127>;
};
};

sound {
compatible = "ti,omap-twl4030";
ti,model = "omap3beagle";
Expand Down

0 comments on commit 2c09c60

Please sign in to comment.