ARM: dts: tps65217: Add the charger device
authorMilo Kim <woogyom.kim@gmail.com>
Fri, 28 Oct 2016 12:36:56 +0000 (21:36 +0900)
committerTony Lindgren <tony@atomide.com>
Wed, 9 Nov 2016 21:31:25 +0000 (14:31 -0700)
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>
arch/arm/boot/dts/tps65217.dtsi

index 27935f8..8f77d0d 100644 (file)
        interrupt-controller;
        #interrupt-cells = <1>;
 
+       charger {
+               compatible = "ti,tps65217-charger";
+               status = "disabled";
+       };
+
        regulators {
                #address-cells = <1>;
                #size-cells = <0>;