Lines Matching +full:cs +full:- +full:out
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/leds/backlight/qcom-wled.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bjorn Andersson <bjorn.andersson@linaro.org>
11 - Kiran Gunda <kgunda@codeaurora.org>
21 - qcom,pm8941-wled
22 - qcom,pmi8998-wled
23 - qcom,pm660l-wled
24 - qcom,pm8150l-wled
29 default-brightness:
35 max-brightness:
39 qcom,cs-out:
50 qcom,ext-gen:
56 qcom,current-limit:
58 mA; per-string current limit.
65 qcom,current-limit-microamp:
67 uA; per-string current limit.
73 qcom,current-boost-limit:
78 qcom,switching-freq:
87 V; Over-voltage protection limit.
93 qcom,ovp-millivolt:
95 Over-voltage protection limit. This property is for WLED4 only.
100 qcom,num-strings:
105 qcom,enabled-strings:
111 $ref: /schemas/types.yaml#/definitions/uint32-array
115 qcom,external-pfet:
122 qcom,auto-string-detection:
124 Enables auto-detection of the WLED string configuration.
131 - description: over voltage protection interrupt.
132 - description: short circuit interrupt.
134 interrupt-names:
137 - const: ovp
138 - const: short
140 qcom,modulator-sel:
144 0 - Modulator A
145 1 - Modulator B
151 qcom,cabc-sel:
155 0 - CABC disabled
156 1 - CABC 1
157 2 - CABC 2
158 3 - External signal (e.g. LPG) is used for dimming
164 - if:
168 const: qcom,pm8941-wled
172 qcom,current-boost-limit:
176 qcom,switching-freq:
179 qcom,num-strings:
185 interrupt-names:
190 qcom,current-boost-limit:
194 qcom,switching-freq:
197 qcom,num-strings:
203 interrupt-names:
205 - if:
210 - qcom,pm8150l-wled
214 default-brightness:
218 max-brightness:
224 default-brightness:
228 max-brightness:
233 - compatible
234 - reg
235 - label
240 - |
242 compatible = "qcom,pm8941-wled";
246 qcom,cs-out;
247 qcom,current-limit = <20>;
248 qcom,current-boost-limit = <805>;
249 qcom,switching-freq = <1600>;
251 qcom,num-strings = <2>;
252 qcom,enabled-strings = <0 1>;