Skip to content

Commit

Permalink
ARM: dts: omap4-sdp: Add support for pwm-backlight
Browse files Browse the repository at this point in the history
Section to describe the backlight for the LCD panels.

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 28f166c commit f95c01d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arch/arm/boot/dts/omap4-sdp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,17 @@
};
};

backlight {
compatible = "pwm-backlight";
pwms = <&twl_pwm 1 7812500>;
brightness-levels = <
0 10 20 30 40
50 60 70 80 90
100 110 120 127
>;
default-brightness-level = <13>;
};

sound {
compatible = "ti,abe-twl6040";
ti,model = "SDP4430";
Expand Down

0 comments on commit f95c01d

Please sign in to comment.