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

ARM: dts: imx6sl-tolino-shine2hd: Add backlight boost

Vendor system has a separate checkbox for increasing brightness of the
backlight combined with a big warning that power consumption will
greatly increase. With that checkbox enabled there is a greater range in
which backlight brightness can be adjusted
Add a switch to achieve the same, since the backlight is actually LED,
this seems to be the most appopiate place to add it. Nothing fits
perfectly.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Andreas Kemnade and committed by
Shawn Guo
9912c251 6a8daebd

+8 -1
+8 -1
arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts
··· 80 80 gpios = <&gpio5 13 GPIO_ACTIVE_LOW>; 81 81 linux,default-trigger = "timer"; 82 82 }; 83 + 84 + led-1 { 85 + label = "tolinoshine2hd:white:backlightboost"; 86 + gpios = <&gpio1 29 GPIO_ACTIVE_HIGH>; 87 + linux,default-trigger = "off"; 88 + }; 83 89 }; 84 90 85 91 memory@80000000 { ··· 410 404 411 405 pinctrl_led: ledgrp { 412 406 fsl,pins = < 413 - MX6SL_PAD_SD1_DAT2__GPIO5_IO13 0x17059 407 + MX6SL_PAD_SD1_DAT2__GPIO5_IO13 0x17059 408 + MX6SL_PAD_EPDC_SDCE2__GPIO1_IO29 0x17059 414 409 >; 415 410 }; 416 411