mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
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:
parent
6d28bc945d
commit
23fa8ec649
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user