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 e2c631ebcf
commit 119430dc18

View file

@ -28,6 +28,14 @@
status = "disabled"; status = "disabled";
}; };
pmi8998_rradc: rradc@4500 {
compatible = "qcom,pmi8998-rradc";
reg = <0x4500>;
#io-channel-cells = <1>;
status = "disabled";
};
}; };
pmi8998_lsid1: pmic@3 { pmi8998_lsid1: pmic@3 {