ARM: dts: qcom: msm8974: fix tsens compatible

Bindings mandate the use of the fallback compatible qcom,tsens-v0_1 for
msm8974. Add it to fix the warning.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220925161317.76356-1-luca@z3ntu.xyz
This commit is contained in:
Luca Weiss
2022-09-25 18:13:16 +02:00
committed by Bjorn Andersson
parent 6d28bc945d
commit 23fa8ec649
2 changed files with 2 additions and 2 deletions

View File

@@ -258,7 +258,7 @@ tsens_backup: backup@440 {
};
tsens: thermal-sensor@fc4a8000 {
compatible = "qcom,msm8974-tsens";
compatible = "qcom,msm8974-tsens", "qcom,tsens-v0_1";
reg = <0xfc4a9000 0x1000>, /* TM */
<0xfc4a8000 0x1000>; /* SROT */
nvmem-cells = <&tsens_calib>, <&tsens_backup>;

View File

@@ -1116,7 +1116,7 @@ cnoc: interconnect@fc480000 {
};
tsens: thermal-sensor@fc4a9000 {
compatible = "qcom,msm8974-tsens";
compatible = "qcom,msm8974-tsens", "qcom,tsens-v0_1";
reg = <0xfc4a9000 0x1000>, /* TM */
<0xfc4a8000 0x1000>; /* SROT */
nvmem-cells = <&tsens_calib>, <&tsens_backup>;