Commit 1a99ece9 authored by Rhyland Klein's avatar Rhyland Klein Committed by Stephen Warren
Browse files

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: default avatarRhyland Klein <rklein@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 6cecf916
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";