0001 Texas Instruments TWL family (twl4030) pwrbutton module
0002
0003 This module is part of the TWL4030. For more details about the whole
0004 chip see Documentation/devicetree/bindings/mfd/twl-family.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 - "ti,twl4030-pwrbutton": For controllers compatible with twl4030
0011 - interrupts: should be one of the following
0012 - <8>: For controllers compatible with twl4030
0013
0014 Example:
0015
0016 &twl {
0017 twl_pwrbutton: pwrbutton {
0018 compatible = "ti,twl4030-pwrbutton";
0019 interrupts = <8>;
0020 };
0021 };