linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: tegra: Add charger subnode to tps65090 node
@ 2013-04-10 19:51 Rhyland Klein
  2013-04-10 22:30 ` Stephen Warren
  2013-05-17 23:57 ` Stephen Warren
  0 siblings, 2 replies; 11+ messages in thread
From: Rhyland Klein @ 2013-04-10 19:51 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
- This patch is dependent upon the following fixup-patch.
  http://patchwork.ozlabs.org/patch/235434/

 arch/arm/boot/dts/tegra114-dalmore.dts |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts
index 72c1f27..d257441 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";
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-05-20 20:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-10 19:51 [PATCH] ARM: tegra: Add charger subnode to tps65090 node Rhyland Klein
2013-04-10 22:30 ` Stephen Warren
2013-04-11 15:38   ` Rhyland Klein
2013-04-11 16:17     ` Stephen Warren
2013-04-11 16:27       ` Rhyland Klein
2013-05-17 23:57 ` Stephen Warren
2013-05-20 15:24   ` Rhyland Klein
2013-05-20 15:28     ` Stephen Warren
2013-05-20 15:35       ` Rhyland Klein
2013-05-20 19:15         ` Stephen Warren
2013-05-20 20:45           ` Rhyland Klein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).