diff options
author | Milo Kim <woogyom.kim@gmail.com> | 2016-10-28 21:36:56 +0900 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-09 14:31:25 -0700 |
commit | 9ec0a6585f63513b7c55dedb16ee60837d9e6806 (patch) | |
tree | 9405bef1e51c7941db986c72874c0678652be787 /arch | |
parent | bd0fdb4cbdbcb96754eafadff6fd0a980e957287 (diff) | |
download | linux-9ec0a6585f63513b7c55dedb16ee60837d9e6806.tar.bz2 |
ARM: dts: tps65217: Add the charger device
Support the charger driver and disable it by default.
Signed-off-by: Milo Kim <woogyom.kim@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-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 27935f8f080a..8f77d0da05ea 100644 --- a/arch/arm/boot/dts/tps65217.dtsi +++ b/arch/arm/boot/dts/tps65217.dtsi @@ -16,6 +16,11 @@ interrupt-controller; #interrupt-cells = <1>; + charger { + compatible = "ti,tps65217-charger"; + status = "disabled"; + }; + regulators { #address-cells = <1>; #size-cells = <0>; |