From e598c4418097fd39198a2e1259d0074880fdf9f9 Mon Sep 17 00:00:00 2001 From: Milo Kim Date: Fri, 28 Oct 2016 21:36:57 +0900 Subject: [PATCH] ARM: dts: tps65217: Add the power button device Support the power button driver and disable it by default. Signed-off-by: Milo Kim Signed-off-by: Tony Lindgren --- arch/arm/boot/dts/tps65217.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/tps65217.dtsi b/arch/arm/boot/dts/tps65217.dtsi index 8f77d0da05ea..02de56b55823 100644 --- a/arch/arm/boot/dts/tps65217.dtsi +++ b/arch/arm/boot/dts/tps65217.dtsi @@ -21,6 +21,11 @@ status = "disabled"; }; + pwrbutton { + compatible = "ti,tps65217-pwrbutton"; + status = "disabled"; + }; + regulators { #address-cells = <1>; #size-cells = <0>;