On Mon, Apr 04, 2016 at 07:11:05PM +0200, Marcin Niestroj wrote: > This driver enables us to use tps65217's power button as KEY_POWER on > am335x boards (directly connected button in chiliboard, accessible pin > via expansion header in beaglebone). This patch has been tested with > chiliboard. > > Signed-off-by: Marcin Niestroj <m.niestroj@xxxxxxxxxxxxxxxx> > --- > .../bindings/input/tps65217-pwrbutton.txt | 14 +++ > drivers/input/misc/Kconfig | 10 ++ > drivers/input/misc/Makefile | 1 + > drivers/input/misc/tps65217-pwrbutton.c | 131 +++++++++++++++++++++ > 4 files changed, 156 insertions(+) > create mode 100644 Documentation/devicetree/bindings/input/tps65217-pwrbutton.txt > create mode 100644 drivers/input/misc/tps65217-pwrbutton.c > > diff --git a/Documentation/devicetree/bindings/input/tps65217-pwrbutton.txt b/Documentation/devicetree/bindings/input/tps65217-pwrbutton.txt > new file mode 100644 > index 0000000..6cba51d > --- /dev/null > +++ b/Documentation/devicetree/bindings/input/tps65217-pwrbutton.txt > @@ -0,0 +1,14 @@ > +Texas Instruments TPS65217 power button > + > +This driver provides a simple power button event via an Interrupt. Please specify what exactly this is a sub-node of. > + > +Required properties: > +- compatible: should be "ti,tps65217-pwrbutton" > + > +Example: > + > +&tps { > + tps65217-pwrbutton { > + compatible = "ti,tps65217-pwrbutton"; > + }; > +}; -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html