Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 81be3e4c authored by Quentin Schulz's avatar Quentin Schulz Committed by Maxime Ripard
Browse files

ARM: dtsi: axp22x: 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: default avatarQuentin Schulz <quentin.schulz@bootlin.com>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent a86f6f67
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -57,6 +57,11 @@
		status = "disabled";
	};

	axp_adc: adc {
		compatible = "x-powers,axp221-adc";
		#io-channel-cells = <1>;
	};

	battery_power_supply: battery-power-supply {
		compatible = "x-powers,axp221-battery-power-supply";
		status = "disabled";