Merge "ARM: dts: msm: Add ADC5 GEN3 device"

This commit is contained in:
qctecmdr
2022-01-11 18:46:39 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 18 additions and 0 deletions

View File

@@ -52,6 +52,12 @@ VADC node:
Value type: <prop-encoded-array>
Definition: End of conversion interrupt.
- interrupt-names:
Usage: optional
Value type: <string-array>
Definition: Specifies the interrupt names for ADC SDAMs. Names should
be defined as "adc-sdam<N>" where <N> represents the SDAM index.
Channel node properties:
- reg:

View File

@@ -69,5 +69,17 @@
reg-names = "rtc", "alarm";
interrupts = <0x0 0x62 0x1 IRQ_TYPE_EDGE_RISING>;
};
pmk8550_vadc: vadc@9000 {
compatible = "qcom,spmi-adc5-gen3";
reg = <0x9000>, <0x9100>;
#address-cells = <1>;
#size-cells = <0>;
interrupt-names = "adc-sdam0" , "adc-sdam1";
interrupts = <0x0 0x90 0x1 IRQ_TYPE_EDGE_RISING>,
<0x0 0x91 0x1 IRQ_TYPE_EDGE_RISING>;
#io-channel-cells = <1>;
io-channel-ranges;
};
};
};