summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Belisko <marek@goldelico.com>2015-09-25 22:20:47 +0200
committerSebastian Reichel <sre@kernel.org>2015-09-26 19:09:27 +0200
commitaf19161aaed7ff8d1a52b2e517460f2fa0774e32 (patch)
treee019cdf65793ed95cc304018bc17b1aad5f21e6f
parent90adf98d9530054b8e665ba5a928de4307231d84 (diff)
ARM: dts: twl4030: Add iio properties for bci subnode
Added new iio properties which are required for twl4030-charger driver and allow to use twl4030-madc indirectly. Signed-off-by: Marek Belisko <marek@goldelico.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
-rw-r--r--arch/arm/boot/dts/twl4030.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/twl4030.dtsi b/arch/arm/boot/dts/twl4030.dtsi
index 36ae9160b558..482b7aa37808 100644
--- a/arch/arm/boot/dts/twl4030.dtsi
+++ b/arch/arm/boot/dts/twl4030.dtsi
@@ -22,6 +22,8 @@
charger: bci {
compatible = "ti,twl4030-bci";
interrupts = <9>, <2>;
+ io-channels = <&twl4030_madc 11>;
+ io-channel-name = "vac";
bci3v1-supply = <&vusb3v1>;
};