Merge tag 'ntb-5.11' of git://github.com/jonmason/ntb
[linux-2.6-microblaze.git] / Documentation / ABI / testing / sysfs-class-led-multicolor
1
2 What:           /sys/class/leds/<led>/multi_index
3 Date:           March 2020
4 KernelVersion:  5.9
5 Contact:        Dan Murphy <dmurphy@ti.com>
6 Description:    read
7                 The multi_index array, when read, will output the LED colors
8                 as an array of strings as they are indexed in the
9                 multi_intensity file.
10
11                 For additional details please refer to
12                 Documentation/leds/leds-class-multicolor.rst.
13
14 What:           /sys/class/leds/<led>/multi_intensity
15 Date:           March 2020
16 KernelVersion:  5.9
17 Contact:        Dan Murphy <dmurphy@ti.com>
18 Description:    read/write
19                 This file contains array of integers. Order of components is
20                 described by the multi_index array. The maximum intensity should
21                 not exceed /sys/class/leds/<led>/max_brightness.
22
23                 For additional details please refer to
24                 Documentation/leds/leds-class-multicolor.rst.