sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / input / twl4030-pwrbutton.txt
blobc864a46cddcf65ea573a0e7575ff30c7405b9476
1 Texas Instruments TWL family (twl4030) pwrbutton module
3 This module is part of the TWL4030. For more details about the whole
4 chip see Documentation/devicetree/bindings/mfd/twl-familly.txt.
6 This module provides a simple power button event via an Interrupt.
8 Required properties:
9 - compatible: should be one of the following
10    - "ti,twl4030-pwrbutton": For controllers compatible with twl4030
11 - interrupts: should be one of the following
12    - <8>: For controllers compatible with twl4030
14 Example:
16 &twl {
17         twl_pwrbutton: pwrbutton {
18                 compatible = "ti,twl4030-pwrbutton";
19                 interrupts = <8>;
20         };