diff options
author | Rayyan Ansari <[email protected]> | 2022-12-23 19:34:03 +0000 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-12-28 21:34:49 -0600 |
commit | 07eccde43b030bf8129fea1a81c00946c9edf1fe (patch) | |
tree | f56121bbdd443744e9df6ccbbdcb31c93c0ba072 | |
parent | 79ca56c11e9004ba1b012822a68eb4d57826a721 (diff) |
ARM: dts: qcom: pm8226: add IADC node
Add a node for the current ADC (IADC) found in PM8226.
Signed-off-by: Rayyan Ansari <[email protected]>
[bjorn: Updated node name and added specific compatible, per request from Luca Weiss]
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-pm8226.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-pm8226.dtsi b/arch/arm/boot/dts/qcom-pm8226.dtsi index 6af259218f63..46ba84f86c9f 100644 --- a/arch/arm/boot/dts/qcom-pm8226.dtsi +++ b/arch/arm/boot/dts/qcom-pm8226.dtsi @@ -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>; |