From: Mohana Datta Yelugoti Date: Wed, 25 Dec 2019 20:59:39 +0000 (+0530) Subject: Documentation: spi-ir-led: fix spelling mistake "balue"->"value" X-Git-Tag: v5.6-rc1~116^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d7558bf2603159a51188842a0e221f2eaff5d72;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Rob Herring --- diff --git a/Documentation/devicetree/bindings/leds/irled/spi-ir-led.txt b/Documentation/devicetree/bindings/leds/irled/spi-ir-led.txt index 21882c8d4b0c9..83ff1b4d70a65 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.