From 1543e317f1da31b75942316931e8f491a8920811 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 04 Jan 2024 10:08:02 +0000 Subject: [PATCH] disable FB --- kernel/Documentation/devicetree/bindings/leds/leds-is31fl319x.txt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kernel/Documentation/devicetree/bindings/leds/leds-is31fl319x.txt b/kernel/Documentation/devicetree/bindings/leds/leds-is31fl319x.txt index fc26034..676d43e 100644 --- a/kernel/Documentation/devicetree/bindings/leds/leds-is31fl319x.txt +++ b/kernel/Documentation/devicetree/bindings/leds/leds-is31fl319x.txt @@ -16,6 +16,7 @@ - audio-gain-db : audio gain selection for external analog modulation input. Valid values: 0 - 21, step by 3 (rounded down) Default: 0 +- shutdown-gpios : Specifier of the GPIO connected to SDB pin of the chip. Each led is represented as a sub-node of the issi,is31fl319x device. There can be less leds subnodes than the chip can support but not more. @@ -44,6 +45,7 @@ #address-cells = <1>; #size-cells = <0>; reg = <0x65>; + shutdown-gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>; red_aux: led@1 { label = "red:aux"; -- Gitblit v1.6.2