Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andreas Kemnade and committed by
Tony Lindgren
947b7802 361df779

+2 -1
+2 -1
arch/arm/boot/dts/omap3-gta04.dtsi
··· 124 124 spi-cpol; 125 125 spi-cpha; 126 126 127 + backlight= <&backlight>; 127 128 label = "lcd"; 128 129 port { 129 130 lcd_in: endpoint { ··· 134 133 }; 135 134 }; 136 135 137 - backlight { 136 + backlight: backlight { 138 137 compatible = "pwm-backlight"; 139 138 pwms = <&pwm11 0 12000000 0>; 140 139 pwm-names = "backlight";