From 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 13 May 2024 10:30:14 +0000 Subject: [PATCH] modify sin led gpio --- kernel/Documentation/devicetree/bindings/leds/irled/spi-ir-led.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/Documentation/devicetree/bindings/leds/irled/spi-ir-led.txt b/kernel/Documentation/devicetree/bindings/leds/irled/spi-ir-led.txt index 896b699..83ff1b4 100644 --- a/kernel/Documentation/devicetree/bindings/leds/irled/spi-ir-led.txt +++ b/kernel/Documentation/devicetree/bindings/leds/irled/spi-ir-led.txt @@ -8,14 +8,14 @@ - 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. - power-supply: specifies the power source. It can either be a regulator or a gpio which enables a regulator, i.e. a regulator-fixed as described in - Documentation/devicetree/bindings/regulator/fixed-regulator.txt + Documentation/devicetree/bindings/regulator/fixed-regulator.yaml Example: -- Gitblit v1.6.2