]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dts: droid4: Configure LED backlight for lm3532
authorTony Lindgren <tony@atomide.com>
Wed, 19 Feb 2020 19:25:27 +0000 (11:25 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 20 Feb 2020 14:51:13 +0000 (06:51 -0800)
commit8294db4595b72e67b8e4cca1aa67ba8f48e364f2
treeaf9a9b986155375a8c4bba408400eac89d418603
parente39d9062c4f3fbb3b32b60945260ae3bd6a3a6c1
ARM: dts: droid4: Configure LED backlight for lm3532

With the LED backlight changes merged, we still need the dts configured
to have backlight working for droid4. Based on an earlier patch from
Pavel Machek <pavel@ucw.cz>, let's configure the backlight but update
the value range to be more usable.

We have a range of 256 register values split into 8 steps, so we can
generate the brightness levels backwards with:

$ for i in 0 1 2 3 4 5 6 7; do echo "255 - ${i} * (256 / 8)" | bc; done

To avoid more confusion why the LCD backlight is still not on, let's
also enable LED backlight as a loadable module for omap2plus_defconfig.

Cc: Merlijn Wajer <merlijn@wizzup.org>
Cc: Pavel Machek <pavel@ucw.cz>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/motorola-mapphone-common.dtsi
arch/arm/configs/omap2plus_defconfig