1 Binding for Qualcomm PM8941 WLED driver
4 - compatible: should be "qcom,pm8941-wled"
8 - default-brightness: brightness value on boot, value from: 0-4095
10 - label: The name of the backlight device
11 - qcom,cs-out: bool; enable current sink output
12 - qcom,cabc: bool; enable content adaptive backlight control
13 - qcom,ext-gen: bool; use externally generated modulator signal to dim
14 - qcom,current-limit: mA; per-string current limit; value from 0 to 25
16 - qcom,current-boost-limit: mA; boost current limit; one of:
17 105, 385, 525, 805, 980, 1260, 1400, 1680
19 - qcom,switching-freq: kHz; switching frequency; one of:
20 600, 640, 685, 738, 800, 872, 960, 1066, 1200, 1371,
21 1600, 1920, 2400, 3200, 4800, 9600,
23 - qcom,ovp: V; Over-voltage protection limit; one of:
26 - qcom,num-strings: #; number of led strings attached; value from 1 to 3
32 compatible = "qcom,pm8941-wled";
37 qcom,current-limit = <20>;
38 qcom,current-boost-limit = <805>;
39 qcom,switching-freq = <1600>;
41 qcom,num-strings = <2>;