[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1426022847-30912-5-git-send-email-marek@goldelico.com>
Date: Tue, 10 Mar 2015 22:27:25 +0100
From: Marek Belisko <marek@...delico.com>
To: bcousson@...libre.com, tony@...mide.com, sre@...nel.org,
dbaryshkov@...il.com, dwmw2@...radead.org
Cc: robh+dt@...nel.org, pawel.moll@....com, mark.rutland@....com,
ijc+devicetree@...lion.org.uk, galak@...eaurora.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-omap@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-pm@...r.kernel.org, hns@...delico.com,
Marek Belisko <marek@...delico.com>
Subject: [PATCH v4 4/6] ARM: dts: omap3-gta04: Add battery support
Added battery support for gta04 devices.
Signed-off-by: Marek Belisko <marek@...delico.com>
---
arch/arm/boot/dts/omap3-gta04.dtsi | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi
index fb3a696..cbf515a 100644
--- a/arch/arm/boot/dts/omap3-gta04.dtsi
+++ b/arch/arm/boot/dts/omap3-gta04.dtsi
@@ -49,6 +49,32 @@
ti,codec = <&twl_audio>;
};
+ battery {
+ compatible = "ti,twl4030-madc-battery";
+ capacity-uah = <1200000>;
+ ti,volt-to-capacity-charging-map = <4200 100>,
+ <4100 75>,
+ <4000 55>,
+ <3900 25>,
+ <3800 5>,
+ <3700 2>,
+ <3600 1>,
+ <3300 0>;
+ ti,volt-to-capacity-discharging-map = <4200 100>,
+ <4100 95>,
+ <4000 70>,
+ <3800 50>,
+ <3700 10>,
+ <3600 5>,
+ <3300 0>;
+ io-channels = <&twl_madc 1>,
+ <&twl_madc 10>,
+ <&twl_madc 12>;
+ io-channel-names = "temp",
+ "ichg",
+ "vbat";
+ };
+
spi_lcd {
compatible = "spi-gpio";
#address-cells = <0x1>;
@@ -518,3 +544,7 @@
&mcbsp2 {
status = "okay";
};
+
+&twl_madc {
+ ti,system-uses-second-madc-irq;
+};
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists