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 коммит произвёл Maxime Ripard
Родитель 81be3e4c51
Коммит ca6ca2cd21
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: D2B4C094214DAF74
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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;