]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: tegra: mot: change backlight LED source
authorSvyatoslav Ryhel <clamor95@gmail.com>
Thu, 29 Jan 2026 18:39:45 +0000 (20:39 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Sun, 22 Mar 2026 12:58:58 +0000 (14:58 +0200)
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>
arch/arm/dts/tegra20-motorola-mot.dtsi

index db2cce1cc0d9ab1301d252a122048803d3376a5b..5a9f58ff17f447467f9b72d533ef23338d368948 100644 (file)
                        backlight_led: led@0 {
                                reg = <0>;
 
-                               led-sources = <2>;
+                               led-sources = <0>;
                                led-max-microamp = <26600>;
 
                                ti,led-mode = <0>;