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>
This commit is contained in:
parent
6cecf916b9
commit
1a99ece9d0
|
@ -763,6 +763,11 @@ tps65090 {
|
|||
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";
|
||||
|
|
Loading…
Reference in New Issue