diff options
author | Milo Kim <woogyom.kim@gmail.com> | 2016-10-28 15:36:57 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-10 00:31:32 +0300 |
commit | e598c4418097fd39198a2e1259d0074880fdf9f9 (patch) | |
tree | d5fa0685a4a861f970d0a072be2324e176e1661c | |
parent | 9ec0a6585f63513b7c55dedb16ee60837d9e6806 (diff) | |
download | linux-e598c4418097fd39198a2e1259d0074880fdf9f9.tar.xz |
ARM: dts: tps65217: Add the power button device
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>
-rw-r--r-- | arch/arm/boot/dts/tps65217.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
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>; |