mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03: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:
@@ -330,7 +330,7 @@
|
||||
backlight_led: led@0 {
|
||||
reg = <0>;
|
||||
|
||||
led-sources = <2>;
|
||||
led-sources = <0>;
|
||||
led-max-microamp = <26600>;
|
||||
|
||||
ti,led-mode = <0>;
|
||||
|
||||
Reference in New Issue
Block a user