Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Rayyan Ansari and committed by
Bjorn Andersson
07eccde4 79ca56c1

+6
+6
arch/arm/boot/dts/qcom-pm8226.dtsi
··· 88 88 }; 89 89 }; 90 90 91 + pm8226_iadc: adc@3600 { 92 + compatible = "qcom,pm8226-iadc", "qcom,spmi-iadc"; 93 + reg = <0x3600>; 94 + interrupts = <0x0 0x36 0x0 IRQ_TYPE_EDGE_RISING>; 95 + }; 96 + 91 97 rtc@6000 { 92 98 compatible = "qcom,pm8941-rtc"; 93 99 reg = <0x6000>, <0x6100>;