ARM: tegra: Add charger subnode to tps65090 node
authorRhyland Klein <rklein@nvidia.com>
Wed, 10 Apr 2013 09:51:45 +0000 (09:51 +0000)
committerStephen Warren <swarren@nvidia.com>
Tue, 28 May 2013 22:13:50 +0000 (16:13 -0600)
The charger is now represented by a distinct subnode of the tps65090
device. Add this node and enable low current charging with it.

Signed-off-by: Rhyland Klein <rklein@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/boot/dts/tegra114-dalmore.dts

index b2554f7..cfeb0f5 100644 (file)
                        vsys-l1-supply = <&vdd_ac_bat_reg>;
                        vsys-l2-supply = <&vdd_ac_bat_reg>;
 
+                       charger {
+                               compatible = "ti,tps65090-charger";
+                               ti,enable-low-current-chrg;
+                       };
+
                        regulators {
                                tps65090_dcdc1_reg: dcdc1 {
                                        regulator-name = "vdd-sys-5v0";