diff options
Diffstat (limited to 'kernel/Documentation/devicetree/bindings/input/tps65218-pwrbutton.txt')
-rw-r--r-- | kernel/Documentation/devicetree/bindings/input/tps65218-pwrbutton.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kernel/Documentation/devicetree/bindings/input/tps65218-pwrbutton.txt b/kernel/Documentation/devicetree/bindings/input/tps65218-pwrbutton.txt new file mode 100644 index 000000000..e30e0b93f --- /dev/null +++ b/kernel/Documentation/devicetree/bindings/input/tps65218-pwrbutton.txt @@ -0,0 +1,17 @@ +Texas Instruments TPS65218 power button + +This driver provides a simple power button event via an Interrupt. + +Required properties: +- compatible: should be "ti,tps65218-pwrbutton" +- interrupts: should be one of the following + - <3 IRQ_TYPE_EDGE_BOTH>: For controllers compatible with tps65218 + +Example: + +&tps { + power-button { + compatible = "ti,tps65218-pwrbutton"; + interrupts = <3 IRQ_TYPE_EDGE_BOTH>; + }; +}; |