ARM: dtsi: axp81x: add node for ADC

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@bootlin.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
Quentin Schulz 2018-02-19 13:47:27 +01:00 committed by Maxime Ripard
parent 81be3e4c51
commit ca6ca2cd21
No known key found for this signature in database
GPG Key ID: D2B4C094214DAF74
1 changed files with 5 additions and 0 deletions

View File

@ -48,6 +48,11 @@
interrupt-controller;
#interrupt-cells = <1>;
axp_adc: adc {
compatible = "x-powers,axp813-adc";
#io-channel-cells = <1>;
};
axp_gpio: axp-gpio {
compatible = "x-powers,axp813-gpio";
gpio-controller;