tps65218-pwrbutton.txt 413 B

1234567891011121314151617
  1. Texas Instruments TPS65218 power button
  2. This driver provides a simple power button event via an Interrupt.
  3. Required properties:
  4. - compatible: should be "ti,tps65218-pwrbutton"
  5. - interrupts: should be one of the following
  6. - <3 IRQ_TYPE_EDGE_BOTH>: For controllers compatible with tps65218
  7. Example:
  8. &tps {
  9. power-button {
  10. compatible = "ti,tps65218-pwrbutton";
  11. interrupts = <3 IRQ_TYPE_EDGE_BOTH>;
  12. };
  13. };