twl4030-pwrbutton.txt 601 B

12345678910111213141516171819202122
  1. Texas Instruments TWL family (twl4030) pwrbutton module
  2. This module is part of the TWL4030. For more details about the whole
  3. chip see Documentation/devicetree/bindings/mfd/twl-familly.txt.
  4. This module provides a simple power button event via an Interrupt.
  5. Required properties:
  6. - compatible: should be one of the following
  7. - "ti,twl4030-pwrbutton": For controllers compatible with twl4030
  8. - interrupts: should be one of the following
  9. - <8>: For controllers compatible with twl4030
  10. Example:
  11. &twl {
  12. twl_pwrbutton: pwrbutton {
  13. compatible = "ti,twl4030-pwrbutton";
  14. interrupts = <8>;
  15. };
  16. };