ARM: dts: qcom: pm8226: add IADC node

Add a node for the current ADC (IADC) found in PM8226.

Signed-off-by: Rayyan Ansari <rayyan@ansari.sh>
[bjorn: Updated node name and added specific compatible, per request from Luca Weiss]
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221223193403.781355-4-rayyan@ansari.sh
This commit is contained in:
Rayyan Ansari 2022-12-23 19:34:03 +00:00 committed by Bjorn Andersson
parent 79ca56c11e
commit 07eccde43b
1 changed files with 6 additions and 0 deletions

View File

@ -88,6 +88,12 @@
};
};
pm8226_iadc: adc@3600 {
compatible = "qcom,pm8226-iadc", "qcom,spmi-iadc";
reg = <0x3600>;
interrupts = <0x0 0x36 0x0 IRQ_TYPE_EDGE_RISING>;
};
rtc@6000 {
compatible = "qcom,pm8941-rtc";
reg = <0x6000>, <0x6100>;