Skip to content

Commit a8fd44c

Browse files
bagasmelag-linaro
authored andcommitted
Documentation: leds: MT6370: Use bullet lists for timing variables
The timing description contains list of timing pattern variables, but it uses code block without indentation instead. Switch to bullet list as it is better fit for this purpose. While at it, substitute "load" for "duty" because the variables control timing for current load into the device. Link: https://lore.kernel.org/oe-kbuild-all/202303182310.tB1mUzU7-lkp@intel.com/ Fixes: 4ba9df0 ("docs: leds: Add MT6370 RGB LED pattern document") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Signed-off-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/20230319074903.13075-4-bagasdotme@gmail.com
1 parent cc087c0 commit a8fd44c

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Documentation/leds/leds-mt6370-rgb.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ Pattern diagram::
4545
+----------------------------------============------------> Time
4646
< Tr1><Tr2>< Ton ><Tf1><Tf2 >< Toff >< Tr1><Tr2>
4747

48-
Timing description::
48+
Timing description:
4949

50-
Tr1: First rising time for duty 0 to 30%.
51-
Tr2: Second rising time for duty 31% to 100%.
52-
Ton: On time for duty 100%.
53-
Tf1: First falling time for duty 100% to 31%.
54-
Tf2: Second falling time for duty 30% to 0%.
55-
Toff: Off time for duty 0%.
50+
* Tr1: First rising time for 0% - 30% load.
51+
* Tr2: Second rising time for 31% - 100% load.
52+
* Ton: On time for 100% load.
53+
* Tf1: First falling time for 100% - 31% load.
54+
* Tf2: Second falling time for 30% to 0% load.
55+
* Toff: Off time for 0% load.
5656

57-
Tr1/Tr2/Tf1/Tf2/Ton: 125ms to 3125ms, 200ms per step.
58-
Toff: 250ms to 6250ms, 400ms per step.
57+
* Tr1/Tr2/Tf1/Tf2/Ton: 125ms to 3125ms, 200ms per step.
58+
* Toff: 250ms to 6250ms, 400ms per step.
5959

6060
Pattern example::
6161

0 commit comments

Comments
 (0)