diff mbox series

[v2,09/16] ARM: dtsi: axp81x: add node for ADC

Message ID d2103b3aff2ba61ceeee3413be8218c36686fd28.1515486346.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. 9, 2018, 9: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/axp81x.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

-- 
git-series 0.9.1
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/axp81x.dtsi b/arch/arm/boot/dts/axp81x.dtsi
index fd55b89..dd25bfe 100644
--- a/arch/arm/boot/dts/axp81x.dtsi
+++ b/arch/arm/boot/dts/axp81x.dtsi
@@ -48,6 +48,11 @@ 
 	interrupt-controller;
 	#interrupt-cells = <1>;
 
+	axp_adc: axp-adc {
+		compatible = "x-powers,axp813-adc";
+		#io-channel-cells = <1>;
+	};
+
 	axp_gpio: axp-gpio {
 		compatible = "x-powers,axp813-gpio";
 		gpio-controller;