Commit 947b7802 authored by Andreas Kemnade's avatar Andreas Kemnade Committed by Tony Lindgren

ARM: dts: omap3-gta04: declare backlight in lcd node

The lcd display of the gta04 has a backlight but the backlight
was not referenced in the lcd node, so screen blanking did
not turn off the backlight. Fix that.
Signed-off-by: default avatarAndreas Kemnade <andreas@kemnade.info>
Tested-by: default avatarH. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 361df779
...@@ -124,6 +124,7 @@ lcd: td028ttec1@0 { ...@@ -124,6 +124,7 @@ lcd: td028ttec1@0 {
spi-cpol; spi-cpol;
spi-cpha; spi-cpha;
backlight= <&backlight>;
label = "lcd"; label = "lcd";
port { port {
lcd_in: endpoint { lcd_in: endpoint {
...@@ -133,7 +134,7 @@ lcd_in: endpoint { ...@@ -133,7 +134,7 @@ lcd_in: endpoint {
}; };
}; };
backlight { backlight: backlight {
compatible = "pwm-backlight"; compatible = "pwm-backlight";
pwms = <&pwm11 0 12000000 0>; pwms = <&pwm11 0 12000000 0>;
pwm-names = "backlight"; pwm-names = "backlight";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment