2022-10-19 07:11:20

by Andreas Kemnade

[permalink] [raw]
Subject: [PATCH 0/2] ARM: dts: imx6sl-tolino-shine2hd: Add backlight

Add a backlight here, it is a bit special situation. The vendor system
has an option to add some extra brightness together with a big warning
that power consumption is increased. Not sure, where it should fit,
but since the backlight is probably made of leds, this might be the most
convenient place.

Andreas Kemnade (2):
ARM: dts: imx6sl-tolino-shine2hd: Add backlight
ARM: dts: imx6sl-tolino-shine2hd: Add backlight boost

arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts | 30 +++++++++++++++++++-
1 file changed, 29 insertions(+), 1 deletion(-)

--
2.30.2


2022-10-29 04:21:28

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH 0/2] ARM: dts: imx6sl-tolino-shine2hd: Add backlight

On Wed, Oct 19, 2022 at 08:51:57AM +0200, Andreas Kemnade wrote:
> Add a backlight here, it is a bit special situation. The vendor system
> has an option to add some extra brightness together with a big warning
> that power consumption is increased. Not sure, where it should fit,
> but since the backlight is probably made of leds, this might be the most
> convenient place.
>
> Andreas Kemnade (2):
> ARM: dts: imx6sl-tolino-shine2hd: Add backlight
> ARM: dts: imx6sl-tolino-shine2hd: Add backlight boost

Applied both, thanks!