1 Motorola CPCAP on key 1 Motorola CPCAP on key 2 2 3 This module is part of the CPCAP. For more det 3 This module is part of the CPCAP. For more details about the whole 4 chip see Documentation/devicetree/bindings/mfd 4 chip see Documentation/devicetree/bindings/mfd/motorola-cpcap.txt. 5 5 6 This module provides a simple power button eve 6 This module provides a simple power button event via an Interrupt. 7 7 8 Required properties: 8 Required properties: 9 - compatible: should be one of the following 9 - compatible: should be one of the following 10 - "motorola,cpcap-pwrbutton" 10 - "motorola,cpcap-pwrbutton" 11 - interrupts: irq specifier for CPCAP's ON IRQ 11 - interrupts: irq specifier for CPCAP's ON IRQ 12 12 13 Example: 13 Example: 14 14 15 &cpcap { 15 &cpcap { 16 cpcap_pwrbutton: pwrbutton { 16 cpcap_pwrbutton: pwrbutton { 17 compatible = "motorola,cpcap-p 17 compatible = "motorola,cpcap-pwrbutton"; 18 interrupts = <23 IRQ_TYPE_NONE 18 interrupts = <23 IRQ_TYPE_NONE>; 19 }; 19 }; 20 }; 20 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.