leds-cpcap.txt 939 B

1234567891011121314151617181920212223242526272829
  1. Motorola CPCAP PMIC LEDs
  2. ------------------------
  3. This module is part of the CPCAP. For more details about the whole
  4. chip see Documentation/devicetree/bindings/mfd/motorola-cpcap.txt.
  5. Requires node properties:
  6. - compatible: should be one of
  7. * "motorola,cpcap-led-mdl" (Main Display Lighting)
  8. * "motorola,cpcap-led-kl" (Keyboard Lighting)
  9. * "motorola,cpcap-led-adl" (Aux Display Lighting)
  10. * "motorola,cpcap-led-red" (Red Triode)
  11. * "motorola,cpcap-led-green" (Green Triode)
  12. * "motorola,cpcap-led-blue" (Blue Triode)
  13. * "motorola,cpcap-led-cf" (Camera Flash)
  14. * "motorola,cpcap-led-bt" (Bluetooth)
  15. * "motorola,cpcap-led-cp" (Camera Privacy LED)
  16. - label: see Documentation/devicetree/bindings/leds/common.txt
  17. - vdd-supply: A phandle to the regulator powering the LED
  18. Example:
  19. &cpcap {
  20. cpcap_led_red: red-led {
  21. compatible = "motorola,cpcap-led-red";
  22. label = "cpcap:red";
  23. vdd-supply = <&sw5>;
  24. };
  25. };