From: Milo Kim Date: Fri, 28 Oct 2016 12:36:57 +0000 (+0900) Subject: ARM: dts: tps65217: Add the power button device X-Git-Tag: v5.15~12239^2~2^2~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e598c4418097fd39198a2e1259d0074880fdf9f9;p=platform%2Fkernel%2Flinux-starfive.git 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 --- diff --git a/arch/arm/boot/dts/tps65217.dtsi b/arch/arm/boot/dts/tps65217.dtsi index 8f77d0d..02de56b 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>;