On 25.09.2022 18:13, Luca Weiss wrote: > 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@xxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx> Konrad > arch/arm/boot/dts/qcom-apq8084.dtsi | 2 +- > arch/arm/boot/dts/qcom-msm8974.dtsi | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/qcom-apq8084.dtsi b/arch/arm/boot/dts/qcom-apq8084.dtsi > index f2fb7c975af8..defc0602d750 100644 > --- a/arch/arm/boot/dts/qcom-apq8084.dtsi > +++ b/arch/arm/boot/dts/qcom-apq8084.dtsi > @@ -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>; > diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi > index 7a9be0acf3f5..cf8af99a4864 100644 > --- a/arch/arm/boot/dts/qcom-msm8974.dtsi > +++ b/arch/arm/boot/dts/qcom-msm8974.dtsi > @@ -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>;