Skip to content

Commit 947b780

Browse files
akemnadetmlind
authored andcommitted
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: Andreas Kemnade <andreas@kemnade.info> Tested-by: H. Nikolaus Schaller <hns@goldelico.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent 361df77 commit 947b780

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm/boot/dts/omap3-gta04.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
spi-cpol;
125125
spi-cpha;
126126

127+
backlight= <&backlight>;
127128
label = "lcd";
128129
port {
129130
lcd_in: endpoint {
@@ -133,7 +134,7 @@
133134
};
134135
};
135136

136-
backlight {
137+
backlight: backlight {
137138
compatible = "pwm-backlight";
138139
pwms = <&pwm11 0 12000000 0>;
139140
pwm-names = "backlight";

0 commit comments

Comments
 (0)