Commit 435a73d7 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson

arm64: dts: qcom: pmk8350: fix ADC-TM compatible string

The commit b2de4313 ("arm64: dts: qcom: pmk8350: Add peripherals for
pmk8350") for the ADC TM (thermal monitoring device) have used the
compatible string from the vendor kernel ("qcom,adc-tm7"). Use the
proper compatible string that is defined in the upstream kernel
("qcom,spmi-adc-tm5-gen2").

Fixes: b2de4313 ("arm64: dts: qcom: pmk8350: Add peripherals for pmk8350")
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230707123027.1510723-6-dmitry.baryshkov@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 99f8cf49
...@@ -59,7 +59,7 @@ pmk8350_vadc: adc@3100 { ...@@ -59,7 +59,7 @@ pmk8350_vadc: adc@3100 {
}; };
pmk8350_adc_tm: adc-tm@3400 { pmk8350_adc_tm: adc-tm@3400 {
compatible = "qcom,adc-tm7"; compatible = "qcom,spmi-adc-tm5-gen2";
reg = <0x3400>; reg = <0x3400>;
interrupts = <PMK8350_SID 0x34 0x0 IRQ_TYPE_EDGE_RISING>; interrupts = <PMK8350_SID 0x34 0x0 IRQ_TYPE_EDGE_RISING>;
#address-cells = <1>; #address-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment