diff options
author | Aryabhatta Dey <aryabhattadey35@gmail.com> | 2024-05-07 23:07:11 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-06-21 13:57:10 +0300 |
commit | dc6285088eda6ecd347f7d7fd7499008521a93a0 (patch) | |
tree | 1647bb4b5505d39b2505b53b50f7abdd20e885e9 | |
parent | c0dc9adf9474ecb7106e60e5472577375aedaed3 (diff) | |
download | linux-dc6285088eda6ecd347f7d7fd7499008521a93a0.tar.xz |
docs: leds: leds-blinkm.rst: Fix 'dasy-chain' typo
Change 'dasy-chain' to 'daisy-chain'.
Signed-off-by: Aryabhatta Dey <aryabhattadey35@gmail.com>
Link: https://lore.kernel.org/r/qpnx2m6qo5abvbs65o452gicumxa7n5vnw42e3hxnnm7sou4xn@fvu52tilzujc
Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r-- | Documentation/leds/leds-blinkm.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/leds/leds-blinkm.rst b/Documentation/leds/leds-blinkm.rst index c74b5bc877b1..2d3c226a371a 100644 --- a/Documentation/leds/leds-blinkm.rst +++ b/Documentation/leds/leds-blinkm.rst @@ -7,7 +7,7 @@ The leds-blinkm driver supports the devices of the BlinkM family. They are RGB-LED modules driven by a (AT)tiny microcontroller and communicate through I2C. The default address of these modules is 0x09 but this can be changed through a command. By this you could -dasy-chain up to 127 BlinkMs on an I2C bus. +daisy-chain up to 127 BlinkMs on an I2C bus. The device accepts RGB and HSB color values through separate commands. Also you can store blinking sequences as "scripts" in |