hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/Documentation/devicetree/bindings/leds/leds-is31fl319x.txt
....@@ -16,6 +16,7 @@
1616 - audio-gain-db : audio gain selection for external analog modulation input.
1717 Valid values: 0 - 21, step by 3 (rounded down)
1818 Default: 0
19
+- shutdown-gpios : Specifier of the GPIO connected to SDB pin of the chip.
1920
2021 Each led is represented as a sub-node of the issi,is31fl319x device.
2122 There can be less leds subnodes than the chip can support but not more.
....@@ -44,6 +45,7 @@
4445 #address-cells = <1>;
4546 #size-cells = <0>;
4647 reg = <0x65>;
48
+ shutdown-gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
4749
4850 red_aux: led@1 {
4951 label = "red:aux";