Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1230918

[PATCH v2 3/3] ARM: dts: twl4030: add iio properties for bci subnode

From Marek Belisko <marek@goldelico.com>
Newsgroups linux.kernel
Subject [PATCH v2 3/3] ARM: dts: twl4030: add iio properties for bci subnode
Date 2015-09-22 22:30 +0200
Message-ID <qbCmm-7Dv-15@gated-at.bofh.it> (permalink)
References <qbCmm-7Dv-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---
 arch/arm/boot/dts/twl4030.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/twl4030.dtsi b/arch/arm/boot/dts/twl4030.dtsi
index 36ae916..482b7aa 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>;
 	};
 
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 1/3] drivers: power: twl4030_charger: fix link problems when building as module Marek Belisko <marek@goldelico.com> - 2015-09-22 22:30 +0200
  [PATCH v2 3/3] ARM: dts: twl4030: add iio properties for bci subnode Marek Belisko <marek@goldelico.com> - 2015-09-22 22:30 +0200
  Re: [PATCH v2 1/3] drivers: power: twl4030_charger: fix link  problems when building as module Sebastian Reichel <sre@kernel.org> - 2015-09-22 23:30 +0200
    Re: [PATCH v2 1/3] drivers: power: twl4030_charger: fix link problems  when building as module Belisko Marek <marek.belisko@gmail.com> - 2015-09-24 21:10 +0200
      Re: [PATCH v2 1/3] drivers: power: twl4030_charger: fix link  problems when building as module Sebastian Reichel <sre@kernel.org> - 2015-09-24 22:40 +0200

csiph-web