From da468e2da2c0a6c4a78eba5a71d7e26817bbacc0 Mon Sep 17 00:00:00 2001 From: Svyatoslav Ryhel Date: Thu, 29 Jan 2026 20:39:45 +0200 Subject: [PATCH] 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 --- arch/arm/dts/tegra20-motorola-mot.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/tegra20-motorola-mot.dtsi b/arch/arm/dts/tegra20-motorola-mot.dtsi index db2cce1cc0d..5a9f58ff17f 100644 --- a/arch/arm/dts/tegra20-motorola-mot.dtsi +++ b/arch/arm/dts/tegra20-motorola-mot.dtsi @@ -330,7 +330,7 @@ backlight_led: led@0 { reg = <0>; - led-sources = <2>; + led-sources = <0>; led-max-microamp = <26600>; ti,led-mode = <0>;