aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMohana Datta Yelugoti <ymdatta.work@gmail.com>2019-12-26 02:29:39 +0530
committerRob Herring <robh@kernel.org>2020-01-08 10:41:59 -0600
commit3d7558bf2603159a51188842a0e221f2eaff5d72 (patch)
treeb12b61746c62727ccde03857db630e6255156949 /Documentation
parentdt-bindings: arm: Convert arm,idle-state binding to DT schema (diff)
downloadlinux-dev-3d7558bf2603159a51188842a0e221f2eaff5d72.tar.xz
linux-dev-3d7558bf2603159a51188842a0e221f2eaff5d72.zip
Documentation: spi-ir-led: fix spelling mistake "balue"->"value"
There is a spelling mistake in: Documentation/bindings/leds/irled/spi-ir-led.txt. Fix it. Signed-off-by: Mohana Datta Yelugoti <ymdatta.work@gmail.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/leds/irled/spi-ir-led.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/leds/irled/spi-ir-led.txt b/Documentation/devicetree/bindings/leds/irled/spi-ir-led.txt
index 21882c8d4b0c..83ff1b4d70a6 100644
--- a/Documentation/devicetree/bindings/leds/irled/spi-ir-led.txt
+++ b/Documentation/devicetree/bindings/leds/irled/spi-ir-led.txt
@@ -8,7 +8,7 @@ Required properties:
- compatible: should be "ir-spi-led".
Optional properties:
- - duty-cycle: 8 bit balue that represents the percentage of one period
+ - duty-cycle: 8 bit value that represents the percentage of one period
in which the signal is active. It can be 50, 60, 70, 75, 80 or 90.
- led-active-low: boolean value that specifies whether the output is
negated with a NOT gate.