0001 Motorola CPCAP on key
0002
0003 This module is part of the CPCAP. For more details about the whole
0004 chip see Documentation/devicetree/bindings/mfd/motorola-cpcap.txt.
0005
0006 This module provides a simple power button event via an Interrupt.
0007
0008 Required properties:
0009 - compatible: should be one of the following
0010 - "motorola,cpcap-pwrbutton"
0011 - interrupts: irq specifier for CPCAP's ON IRQ
0012
0013 Example:
0014
0015 &cpcap {
0016 cpcap_pwrbutton: pwrbutton {
0017 compatible = "motorola,cpcap-pwrbutton";
0018 interrupts = <23 IRQ_TYPE_NONE>;
0019 };
0020 };