arm64: dts: qcom: sm6125-sprout: align ADC channel node names with bindings
Bindings expect ADC channel node names to follow specific pattern: sm6125-xiaomi-laurel-sprout.dtb: adc@3100: 'adc-chan@4d', 'adc-chan@4e', 'adc-chan@52', 'adc-chan@54' do not match any of the regexes: ... Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230416123730.300863-6-krzysztof.kozlowski@linaro.org
This commit is contained in:
committed by
Bjorn Andersson
parent
ec888e6cff
commit
a2d8dcd48e
@@ -138,7 +138,7 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&camera_flash_therm &emmc_ufs_therm>;
|
||||
|
||||
adc-chan@4d {
|
||||
channel@4d {
|
||||
reg = <ADC5_AMUX_THM1_100K_PU>;
|
||||
qcom,ratiometric;
|
||||
qcom,hw-settle-time = <200>;
|
||||
@@ -146,7 +146,7 @@
|
||||
label = "rf_pa0_therm";
|
||||
};
|
||||
|
||||
adc-chan@4e {
|
||||
channel@4e {
|
||||
reg = <ADC5_AMUX_THM2_100K_PU>;
|
||||
qcom,ratiometric;
|
||||
qcom,hw-settle-time = <200>;
|
||||
@@ -154,7 +154,7 @@
|
||||
label = "quiet_therm";
|
||||
};
|
||||
|
||||
adc-chan@52 {
|
||||
channel@52 {
|
||||
reg = <ADC5_GPIO1_100K_PU>;
|
||||
qcom,ratiometric;
|
||||
qcom,hw-settle-time = <200>;
|
||||
@@ -162,7 +162,7 @@
|
||||
label = "camera_flash_therm";
|
||||
};
|
||||
|
||||
adc-chan@54 {
|
||||
channel@54 {
|
||||
reg = <ADC5_GPIO3_100K_PU>;
|
||||
qcom,ratiometric;
|
||||
qcom,hw-settle-time = <200>;
|
||||
|
||||
Reference in New Issue
Block a user