Merge tag 'backlight-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / Documentation / devicetree / bindings / input / tps65218-pwrbutton.txt
1 Texas Instruments TPS65218 power button
2
3 This driver provides a simple power button event via an Interrupt.
4
5 Required properties:
6 - compatible: should be "ti,tps65218-pwrbutton"
7 - interrupts: should be one of the following
8 - <3 IRQ_TYPE_EDGE_BOTH>: For controllers compatible with tps65218
9
10 Example:
11
12 &tps {
13 power-button {
14 compatible = "ti,tps65218-pwrbutton";
15 interrupts = <3 IRQ_TYPE_EDGE_BOTH>;
16 };
17 };
This page took 0.045574 seconds and 5 git commands to generate.