Commit 209a0488 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: sdm845-mtp: correct ADC settle time

The PMIC's VADC property for settle time is qcom,hw-settle-time, not
qcom,hw-settle-time-us.  The latter is used in PMIC's TM ADC.

  qcom/sdm845-mtp.dtb: pmic@0: adc@3100:adc-chan@4c: 'qcom,hw-settle-time-us' does not match any of the regexes: 'pinctrl-[0-9]+'

Fixes: d5e12f38 ("arm64: dts: qcom: sdm845: mtp: Add vadc channels and thermal zones")
Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarStephen Boyd <sboyd@kernel.org>
Reviewed-by: default avatarVinod Koul <vkoul@kernel.org>
Reviewed-by: default avatarDavid Heidelberg <david@ixit.cz>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220828084341.112146-13-krzysztof.kozlowski@linaro.org
parent 5589ffb2
...@@ -536,42 +536,42 @@ adc-chan@4c { ...@@ -536,42 +536,42 @@ adc-chan@4c {
reg = <ADC5_XO_THERM_100K_PU>; reg = <ADC5_XO_THERM_100K_PU>;
label = "xo_therm"; label = "xo_therm";
qcom,ratiometric; qcom,ratiometric;
qcom,hw-settle-time-us = <200>; qcom,hw-settle-time = <200>;
}; };
adc-chan@4d { adc-chan@4d {
reg = <ADC5_AMUX_THM1_100K_PU>; reg = <ADC5_AMUX_THM1_100K_PU>;
label = "msm_therm"; label = "msm_therm";
qcom,ratiometric; qcom,ratiometric;
qcom,hw-settle-time-us = <200>; qcom,hw-settle-time = <200>;
}; };
adc-chan@4f { adc-chan@4f {
reg = <ADC5_AMUX_THM3_100K_PU>; reg = <ADC5_AMUX_THM3_100K_PU>;
label = "pa_therm1"; label = "pa_therm1";
qcom,ratiometric; qcom,ratiometric;
qcom,hw-settle-time-us = <200>; qcom,hw-settle-time = <200>;
}; };
adc-chan@51 { adc-chan@51 {
reg = <ADC5_AMUX_THM5_100K_PU>; reg = <ADC5_AMUX_THM5_100K_PU>;
label = "quiet_therm"; label = "quiet_therm";
qcom,ratiometric; qcom,ratiometric;
qcom,hw-settle-time-us = <200>; qcom,hw-settle-time = <200>;
}; };
adc-chan@83 { adc-chan@83 {
reg = <ADC5_VPH_PWR>; reg = <ADC5_VPH_PWR>;
label = "vph_pwr"; label = "vph_pwr";
qcom,ratiometric; qcom,ratiometric;
qcom,hw-settle-time-us = <200>; qcom,hw-settle-time = <200>;
}; };
adc-chan@85 { adc-chan@85 {
reg = <ADC5_VCOIN>; reg = <ADC5_VCOIN>;
label = "vcoin"; label = "vcoin";
qcom,ratiometric; qcom,ratiometric;
qcom,hw-settle-time-us = <200>; qcom,hw-settle-time = <200>;
}; };
}; };
......
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