From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 22 Oct 2024 10:36:11 +0000 Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM --- 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