ARM: dts: tps65217: Add the power button device
authorMilo Kim <woogyom.kim@gmail.com>
Fri, 28 Oct 2016 12:36:57 +0000 (21:36 +0900)
committerTony Lindgren <tony@atomide.com>
Wed, 9 Nov 2016 21:31:32 +0000 (14:31 -0700)
Support the power button driver and disable it by default.

Signed-off-by: Milo Kim <woogyom.kim@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/tps65217.dtsi

index 8f77d0d..02de56b 100644 (file)
                status = "disabled";
        };
 
+       pwrbutton {
+               compatible = "ti,tps65217-pwrbutton";
+               status = "disabled";
+       };
+
        regulators {
                #address-cells = <1>;
                #size-cells = <0>;