ARM: dts: msm: Add high resolution PWM for PMK8550
PMK8550 has a couple of high resolution PWM channels which can support from 8-bit to 15-bit PWM. Add it. Change-Id: I277bca101546de07ffc8bb34380fc8bbdea10a92 Signed-off-by: Anjelique Melendez <quic_amelende@quicinc.com>
This commit is contained in:
@@ -112,6 +112,13 @@
|
|||||||
interrupts = <0x0 0x62 0x1 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <0x0 0x62 0x1 IRQ_TYPE_EDGE_RISING>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pmk8550-pwm {
|
||||||
|
compatible = "qcom,pmk8550-pwm";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
#pwm-cells = <2>;
|
||||||
|
};
|
||||||
|
|
||||||
pmk8550_vadc: vadc@9000 {
|
pmk8550_vadc: vadc@9000 {
|
||||||
compatible = "qcom,spmi-adc5-gen3";
|
compatible = "qcom,spmi-adc5-gen3";
|
||||||
reg = <0x9000>, <0x9100>;
|
reg = <0x9000>, <0x9100>;
|
||||||
|
Reference in New Issue
Block a user