Lines Matching +full:multi +full:- +full:functional
3 The Qualcomm PM8058 is a multi-functional device which contains
8 are more of a suggestion than a hard-wired usecase.
10 Hardware-wise the different LEDs support slightly different
17 mfd/qcom-pm8xxx.txt.
19 Each LED is represented as a sub-node of the syscon device. Each
22 LED sub-node properties:
25 - compatible: one of
26 "qcom,pm8058-led" (for the normal LEDs at 0x131, 0x132 and 0x133)
27 "qcom,pm8058-keypad-led" (for the "keypad" LED at 0x48)
28 "qcom,pm8058-flash-led" (for the "flash" LEDs at 0x49 and 0xFB)
31 - label: see Documentation/devicetree/bindings/leds/common.txt
32 - default-state: see Documentation/devicetree/bindings/leds/common.txt
33 - linux,default-trigger: see Documentation/devicetree/bindings/leds/common.txt
41 compatible = "qcom,pm8058-keypad-led";
44 default-state = "off";
47 compatible = "qcom,pm8058-led";
50 default-state = "off";
53 compatible = "qcom,pm8058-led";
56 default-state = "off";
57 linux,default-trigger = "mmc0";
60 compatible = "qcom,pm8058-led";
63 default-state = "on";
64 linux,default-trigger = "heartbeat";