~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/leds/leds-mt6360.yaml

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/devicetree/bindings/leds/leds-mt6360.yaml (Architecture sparc64) and /Documentation/devicetree/bindings/leds/leds-mt6360.yaml (Architecture ppc)


  1 # SPDX-License-Identifier: (GPL-2.0-only OR BS      1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2 %YAML 1.2                                           2 %YAML 1.2
  3 ---                                                 3 ---
  4 $id: http://devicetree.org/schemas/leds/leds-m      4 $id: http://devicetree.org/schemas/leds/leds-mt6360.yaml#
  5 $schema: http://devicetree.org/meta-schemas/co      5 $schema: http://devicetree.org/meta-schemas/core.yaml#
  6                                                     6 
  7 title: LED driver for MT6360 PMIC from MediaTe      7 title: LED driver for MT6360 PMIC from MediaTek Integrated.
  8                                                     8 
  9 maintainers:                                        9 maintainers:
 10   - Gene Chen <gene_chen@richtek.com>               10   - Gene Chen <gene_chen@richtek.com>
 11                                                    11 
 12 description: |                                     12 description: |
 13   This module is part of the MT6360 MFD device     13   This module is part of the MT6360 MFD device.
 14   see Documentation/devicetree/bindings/mfd/me     14   see Documentation/devicetree/bindings/mfd/mediatek,mt6360.yaml
 15   Add MT6360 LED driver include 2-channel Flas     15   Add MT6360 LED driver include 2-channel Flash LED with torch/strobe mode,
 16   and 4-channel RGB LED support Register/Flash     16   and 4-channel RGB LED support Register/Flash/Breath Mode
 17                                                    17 
 18 properties:                                        18 properties:
 19   compatible:                                      19   compatible:
 20     const: mediatek,mt6360-led                     20     const: mediatek,mt6360-led
 21                                                    21 
 22   "#address-cells":                                22   "#address-cells":
 23     const: 1                                       23     const: 1
 24                                                    24 
 25   "#size-cells":                                   25   "#size-cells":
 26     const: 0                                       26     const: 0
 27                                                    27 
 28 patternProperties:                                 28 patternProperties:
 29   "^multi-led@[0-5]$":                             29   "^multi-led@[0-5]$":
 30     type: object                                   30     type: object
 31     $ref: leds-class-multicolor.yaml#              31     $ref: leds-class-multicolor.yaml#
 32     unevaluatedProperties: false                   32     unevaluatedProperties: false
 33                                                    33 
 34     properties:                                    34     properties:
 35       reg:                                         35       reg:
 36         description: Index of the LED.             36         description: Index of the LED.
 37         enum:                                      37         enum:
 38           - 0 # LED output ISINK1                  38           - 0 # LED output ISINK1
 39           - 1 # LED output ISINK2                  39           - 1 # LED output ISINK2
 40           - 2 # LED output ISINK3                  40           - 2 # LED output ISINK3
 41           - 3 # LED output ISINKML                 41           - 3 # LED output ISINKML
 42           - 4 # LED output FLASH1                  42           - 4 # LED output FLASH1
 43           - 5 # LED output FLASH2                  43           - 5 # LED output FLASH2
 44                                                    44 
 45       "#address-cells":                            45       "#address-cells":
 46         const: 1                                   46         const: 1
 47                                                    47 
 48       "#size-cells":                               48       "#size-cells":
 49         const: 0                                   49         const: 0
 50                                                    50 
 51     patternProperties:                             51     patternProperties:
 52       "^led@[0-2]$":                               52       "^led@[0-2]$":
 53         type: object                               53         type: object
 54         $ref: common.yaml#                         54         $ref: common.yaml#
 55         unevaluatedProperties: false               55         unevaluatedProperties: false
 56                                                    56 
 57         properties:                                57         properties:
 58           reg:                                     58           reg:
 59             enum: [0, 1, 2]                        59             enum: [0, 1, 2]
 60                                                    60 
 61         required:                                  61         required:
 62           - reg                                    62           - reg
 63           - color                                  63           - color
 64                                                    64 
 65     required:                                      65     required:
 66       - reg                                        66       - reg
 67       - "#address-cells"                           67       - "#address-cells"
 68       - "#size-cells"                              68       - "#size-cells"
 69                                                    69 
 70   "^led@[0-5]$":                                   70   "^led@[0-5]$":
 71     type: object                                   71     type: object
 72     $ref: common.yaml#                             72     $ref: common.yaml#
 73     unevaluatedProperties: false                   73     unevaluatedProperties: false
 74     description:                                   74     description:
 75       Properties for a single LED.                 75       Properties for a single LED.
 76                                                    76 
 77     properties:                                    77     properties:
 78       reg:                                         78       reg:
 79         enum: [0, 1, 2, 3, 4, 5]                   79         enum: [0, 1, 2, 3, 4, 5]
 80                                                    80 
 81 required:                                          81 required:
 82   - compatible                                     82   - compatible
 83   - "#address-cells"                               83   - "#address-cells"
 84   - "#size-cells"                                  84   - "#size-cells"
 85                                                    85 
 86 additionalProperties: false                        86 additionalProperties: false
 87                                                    87 
 88 examples:                                          88 examples:
 89   - |                                              89   - |
 90    #include <dt-bindings/leds/common.h>            90    #include <dt-bindings/leds/common.h>
 91    led-controller {                                91    led-controller {
 92      compatible = "mediatek,mt6360-led";           92      compatible = "mediatek,mt6360-led";
 93      #address-cells = <1>;                         93      #address-cells = <1>;
 94      #size-cells = <0>;                            94      #size-cells = <0>;
 95                                                    95 
 96      multi-led@0 {                                 96      multi-led@0 {
 97        reg = <0>;                                  97        reg = <0>;
 98        function = LED_FUNCTION_INDICATOR;          98        function = LED_FUNCTION_INDICATOR;
 99        color = <LED_COLOR_ID_RGB>;                 99        color = <LED_COLOR_ID_RGB>;
100        led-max-microamp = <24000>;                100        led-max-microamp = <24000>;
101        #address-cells = <1>;                      101        #address-cells = <1>;
102        #size-cells = <0>;                         102        #size-cells = <0>;
103        led@0 {                                    103        led@0 {
104          reg = <0>;                               104          reg = <0>;
105          color = <LED_COLOR_ID_RED>;              105          color = <LED_COLOR_ID_RED>;
106        };                                         106        };
107        led@1 {                                    107        led@1 {
108          reg = <1>;                               108          reg = <1>;
109          color = <LED_COLOR_ID_GREEN>;            109          color = <LED_COLOR_ID_GREEN>;
110        };                                         110        };
111        led@2 {                                    111        led@2 {
112          reg = <2>;                               112          reg = <2>;
113          color = <LED_COLOR_ID_BLUE>;             113          color = <LED_COLOR_ID_BLUE>;
114        };                                         114        };
115      };                                           115      };
116      led@3 {                                      116      led@3 {
117        reg = <3>;                                 117        reg = <3>;
118        function = LED_FUNCTION_INDICATOR;         118        function = LED_FUNCTION_INDICATOR;
119        color = <LED_COLOR_ID_WHITE>;              119        color = <LED_COLOR_ID_WHITE>;
120        led-max-microamp = <150000>;               120        led-max-microamp = <150000>;
121      };                                           121      };
122      led@4 {                                      122      led@4 {
123        reg = <4>;                                 123        reg = <4>;
124        function = LED_FUNCTION_FLASH;             124        function = LED_FUNCTION_FLASH;
125        color = <LED_COLOR_ID_WHITE>;              125        color = <LED_COLOR_ID_WHITE>;
126        function-enumerator = <1>;                 126        function-enumerator = <1>;
127        led-max-microamp = <200000>;               127        led-max-microamp = <200000>;
128        flash-max-microamp = <500000>;             128        flash-max-microamp = <500000>;
129        flash-max-timeout-us = <1024000>;          129        flash-max-timeout-us = <1024000>;
130      };                                           130      };
131      led@5 {                                      131      led@5 {
132        reg = <5>;                                 132        reg = <5>;
133        function = LED_FUNCTION_FLASH;             133        function = LED_FUNCTION_FLASH;
134        color = <LED_COLOR_ID_WHITE>;              134        color = <LED_COLOR_ID_WHITE>;
135        function-enumerator = <2>;                 135        function-enumerator = <2>;
136        led-max-microamp = <200000>;               136        led-max-microamp = <200000>;
137        flash-max-microamp = <500000>;             137        flash-max-microamp = <500000>;
138        flash-max-timeout-us = <1024000>;          138        flash-max-timeout-us = <1024000>;
139      };                                           139      };
140    };                                             140    };
141                                                   141 
142   - |                                             142   - |
143                                                   143 
144    led-controller {                               144    led-controller {
145      compatible = "mediatek,mt6360-led";          145      compatible = "mediatek,mt6360-led";
146      #address-cells = <1>;                        146      #address-cells = <1>;
147      #size-cells = <0>;                           147      #size-cells = <0>;
148                                                   148 
149      led@0 {                                      149      led@0 {
150        reg = <0>;                                 150        reg = <0>;
151        function = LED_FUNCTION_INDICATOR;         151        function = LED_FUNCTION_INDICATOR;
152        color = <LED_COLOR_ID_RED>;                152        color = <LED_COLOR_ID_RED>;
153        led-max-microamp = <24000>;                153        led-max-microamp = <24000>;
154      };                                           154      };
155      led@1 {                                      155      led@1 {
156        reg = <1>;                                 156        reg = <1>;
157        function = LED_FUNCTION_INDICATOR;         157        function = LED_FUNCTION_INDICATOR;
158        color = <LED_COLOR_ID_GREEN>;              158        color = <LED_COLOR_ID_GREEN>;
159        led-max-microamp = <24000>;                159        led-max-microamp = <24000>;
160      };                                           160      };
161      led@2 {                                      161      led@2 {
162        reg = <2>;                                 162        reg = <2>;
163        function = LED_FUNCTION_INDICATOR;         163        function = LED_FUNCTION_INDICATOR;
164        color = <LED_COLOR_ID_BLUE>;               164        color = <LED_COLOR_ID_BLUE>;
165        led-max-microamp = <24000>;                165        led-max-microamp = <24000>;
166      };                                           166      };
167      led@3 {                                      167      led@3 {
168        reg = <3>;                                 168        reg = <3>;
169        function = LED_FUNCTION_INDICATOR;         169        function = LED_FUNCTION_INDICATOR;
170        color = <LED_COLOR_ID_WHITE>;              170        color = <LED_COLOR_ID_WHITE>;
171        led-max-microamp = <150000>;               171        led-max-microamp = <150000>;
172      };                                           172      };
173      led@4 {                                      173      led@4 {
174        reg = <4>;                                 174        reg = <4>;
175        function = LED_FUNCTION_FLASH;             175        function = LED_FUNCTION_FLASH;
176        color = <LED_COLOR_ID_WHITE>;              176        color = <LED_COLOR_ID_WHITE>;
177        function-enumerator = <1>;                 177        function-enumerator = <1>;
178        led-max-microamp = <200000>;               178        led-max-microamp = <200000>;
179        flash-max-microamp = <500000>;             179        flash-max-microamp = <500000>;
180        flash-max-timeout-us = <1024000>;          180        flash-max-timeout-us = <1024000>;
181      };                                           181      };
182      led@5 {                                      182      led@5 {
183        reg = <5>;                                 183        reg = <5>;
184        function = LED_FUNCTION_FLASH;             184        function = LED_FUNCTION_FLASH;
185        color = <LED_COLOR_ID_WHITE>;              185        color = <LED_COLOR_ID_WHITE>;
186        function-enumerator = <2>;                 186        function-enumerator = <2>;
187        led-max-microamp = <200000>;               187        led-max-microamp = <200000>;
188        flash-max-microamp = <500000>;             188        flash-max-microamp = <500000>;
189        flash-max-timeout-us = <1024000>;          189        flash-max-timeout-us = <1024000>;
190      };                                           190      };
191    };                                             191    };
192 ...                                               192 ...
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php