cpcap-pwrbutton.txt 506 B

1234567891011121314151617181920
  1. Motorola CPCAP on key
  2. This module is part of the CPCAP. For more details about the whole
  3. chip see Documentation/devicetree/bindings/mfd/motorola-cpcap.txt.
  4. This module provides a simple power button event via an Interrupt.
  5. Required properties:
  6. - compatible: should be one of the following
  7. - "motorola,cpcap-pwrbutton"
  8. - interrupts: irq specifier for CPCAP's ON IRQ
  9. Example:
  10. &cpcap {
  11. cpcap_pwrbutton: pwrbutton {
  12. compatible = "motorola,cpcap-pwrbutton";
  13. interrupts = <23 IRQ_TYPE_NONE>;
  14. };
  15. };