mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
ARM: tegra: mot: change backlight LED source
Mot based devices use LM3532 LED controller with 3 sources. Panel backlight uses LED 0 while keypad uses LED 1 and 2. Adjust device tree accordingly. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
This commit is contained in:
parent
a6a057ab17
commit
da468e2da2
@ -330,7 +330,7 @@
|
||||
backlight_led: led@0 {
|
||||
reg = <0>;
|
||||
|
||||
led-sources = <2>;
|
||||
led-sources = <0>;
|
||||
led-max-microamp = <26600>;
|
||||
|
||||
ti,led-mode = <0>;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user