diff options
| author | Svyatoslav Ryhel <[email protected]> | 2026-01-29 20:39:45 +0200 |
|---|---|---|
| committer | Svyatoslav Ryhel <[email protected]> | 2026-03-22 14:58:58 +0200 |
| commit | da468e2da2c0a6c4a78eba5a71d7e26817bbacc0 (patch) | |
| tree | 9275fc4460c1ce0a182363fef4764cddd20e4d78 /arch | |
| parent | a6a057ab17fb475056be62baf49b7e8520b641a3 (diff) | |
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 <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/tegra20-motorola-mot.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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>; |
