16d999718SSebastian ReichelMotorola CPCAP on key
26d999718SSebastian Reichel
36d999718SSebastian ReichelThis module is part of the CPCAP. For more details about the whole
46d999718SSebastian Reichelchip see Documentation/devicetree/bindings/mfd/motorola-cpcap.txt.
56d999718SSebastian Reichel
66d999718SSebastian ReichelThis module provides a simple power button event via an Interrupt.
76d999718SSebastian Reichel
86d999718SSebastian ReichelRequired properties:
96d999718SSebastian Reichel- compatible: should be one of the following
106d999718SSebastian Reichel   - "motorola,cpcap-pwrbutton"
116d999718SSebastian Reichel- interrupts: irq specifier for CPCAP's ON IRQ
126d999718SSebastian Reichel
136d999718SSebastian ReichelExample:
146d999718SSebastian Reichel
156d999718SSebastian Reichel&cpcap {
166d999718SSebastian Reichel	cpcap_pwrbutton: pwrbutton {
176d999718SSebastian Reichel		compatible = "motorola,cpcap-pwrbutton";
186d999718SSebastian Reichel		interrupts = <23 IRQ_TYPE_NONE>;
196d999718SSebastian Reichel	};
206d999718SSebastian Reichel};
21