diff mbox series

[v3,04/16] ARM: dtsi: axp209: add node for ADC

Message ID ea299dca30bb3d0413d35717522643b5a00e731c.1516012352.git-series.quentin.schulz@free-electrons.com
State New
Headers show
Series add support for AXP813 ADC and battery power supply | expand

Commit Message

Quentin Schulz Jan. 15, 2018, 10:33 a.m. UTC
This adds a DT node for the ADC of the PMIC so that there can be
consumers of its IIO channels declaring their consumptions via DT.

Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>

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

-- 
git-series 0.9.1

Comments

Chen-Yu Tsai Jan. 23, 2018, 3:33 p.m. UTC | #1
On Mon, Jan 15, 2018 at 6:33 PM, Quentin Schulz
<quentin.schulz@free-electrons.com> wrote:
> This adds a DT node for the ADC of the PMIC so that there can be

> consumers of its IIO channels declaring their consumptions via DT.

>

> Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>


Acked-by: Chen-Yu Tsai <wens@csie.org>
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/axp209.dtsi b/arch/arm/boot/dts/axp209.dtsi
index 897103e..0d9ff12 100644
--- a/arch/arm/boot/dts/axp209.dtsi
+++ b/arch/arm/boot/dts/axp209.dtsi
@@ -58,6 +58,11 @@ 
 		status = "disabled";
 	};
 
+	axp_adc: adc {
+		compatible = "x-powers,axp209-adc";
+		#io-channel-cells = <1>;
+	};
+
 	axp_gpio: gpio {
 		compatible = "x-powers,axp209-gpio";
 		gpio-controller;