Skip to content

Commit c9c8754

Browse files
leds: ltc3220: Documentation for Custom ABI
Add documentation for different Custom ABI added for LTC3220. Signed-off-by: Edelweise Escala <[email protected]>
1 parent 1ec620d commit c9c8754

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
What: /sys/class/leds/<led>/gradation_period_ms
2+
Date: November 2025
3+
KernelVersion: 6.19
4+
Contact: Edelweise Escala <[email protected]>
5+
Description: LTC3220 gradation period where:
6+
0 - disabled
7+
313 - Ramp time of 0.24s and Period of 0.313s
8+
625 - Ramp time of 0.48s and Period of 0.625s
9+
1250 - Ramp time of 0.96s and Period of 1.25s
10+
11+
What: /sys/class/leds/<led>/gradation_mode
12+
Date: November 2025
13+
KernelVersion: 6.19
14+
Contact: Edelweise Escala <[email protected]>
15+
Description: LTC3220 gradation mode command. This sets if gradation
16+
will ramp up or down. Possible values are:
17+
"ramp_up"
18+
"ramp_down"
19+
20+
What: /sys/class/leds/<led>/gradation_mode_available
21+
Date: November 2025
22+
KernelVersion: 6.19
23+
Contact: Edelweise Escala <[email protected]>
24+
Description: LTC3220 read only command to show possible gradiation mode such as:
25+
"ramp_up"
26+
"ramp_down"

0 commit comments

Comments
 (0)