summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/tegra114-dalmore.dts
diff options
context:
space:
mode:
authorRhyland Klein <rklein@nvidia.com>2013-04-10 09:51:45 +0000
committerStephen Warren <swarren@nvidia.com>2013-05-28 16:13:50 -0600
commit1a99ece9d0f8588b59a6142d518bd77e27c66932 (patch)
tree062ffc8a6aa829b589c4041687c42d50be54f4d7 /arch/arm/boot/dts/tegra114-dalmore.dts
parent6cecf916b986ade8e1065606d32021011de66871 (diff)
ARM: tegra: Add charger subnode to tps65090 node
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>
Diffstat (limited to 'arch/arm/boot/dts/tegra114-dalmore.dts')
-rw-r--r--arch/arm/boot/dts/tegra114-dalmore.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts
index b2554f766b3b..cfeb0f59c14b 100644
--- a/arch/arm/boot/dts/tegra114-dalmore.dts
+++ b/arch/arm/boot/dts/tegra114-dalmore.dts
@@ -763,6 +763,11 @@
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";