arm64: dts: qcom: pmi8998: add rradc node

Add a DT node for the Round Robin ADC found in the PMI8998 PMIC.

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
This commit is contained in:
Caleb Connolly 2022-03-23 16:28:17 +00:00 committed by Jami Kettunen
parent 9be0b9b432
commit 1e8ea2a6f8

View file

@ -33,6 +33,14 @@
qcom,min-voltage-uv = <3700000>;
qcom,battery-capacity-ua = <4000000>;
};
pmi8998_rradc: rradc@4500 {
compatible = "qcom,pmi8998-rradc";
reg = <0x4500>;
#io-channel-cells = <1>;
status = "disabled";
};
};
pmi8998_lsid1: pmic@3 {