mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:04:24 +00:00
Merge "ARM: dts: msm: Add ADC5 GEN3 device"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
2ba1d6a29c
@@ -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:
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user