Message ID | 20230630061315.4027453-1-dmitry.baryshkov@linaro.org |
---|---|
Headers | show |
Series | arm64: dts: qcom: sm8450-hdk: improve thermal monitoring | expand |
On 30.06.2023 08:13, Dmitry Baryshkov wrote: > The name of the thermal zone in pm8350.dtsi (pm8350c-thermal) conflicts > with the thermal zone in pm8350c.dtsi. Rename the thermal zone according > to the chip name. > > Fixes: 7a79b95f4288 ("arm64: dts: qcom: pm8350: add temp sensor and thermal zone config") > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- DTC really needs some sus overwrite warnings! Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad > arch/arm64/boot/dts/qcom/pm8350.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/pm8350.dtsi b/arch/arm64/boot/dts/qcom/pm8350.dtsi > index 2dfeb99300d7..9ed9ba23e81e 100644 > --- a/arch/arm64/boot/dts/qcom/pm8350.dtsi > +++ b/arch/arm64/boot/dts/qcom/pm8350.dtsi > @@ -8,7 +8,7 @@ > > / { > thermal-zones { > - pm8350_thermal: pm8350c-thermal { > + pm8350_thermal: pm8350-thermal { > polling-delay-passive = <100>; > polling-delay = <0>; > thermal-sensors = <&pm8350_temp_alarm>;
On 30.06.2023 08:13, Dmitry Baryshkov wrote: > The name of the thermal zone in pmr735b.dtsi (pmr735a-thermal) conflicts > with the thermal zone in pmr735a.dtsi. Rename the thermal zone according > to the chip name. > > Fixes: 6f3426b3dea4 ("arm64: dts: qcom: pmr735b: add temp sensor and thermal zone config") > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad > arch/arm64/boot/dts/qcom/pmr735b.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/pmr735b.dtsi b/arch/arm64/boot/dts/qcom/pmr735b.dtsi > index ec24c4478005..f7473e247322 100644 > --- a/arch/arm64/boot/dts/qcom/pmr735b.dtsi > +++ b/arch/arm64/boot/dts/qcom/pmr735b.dtsi > @@ -8,7 +8,7 @@ > > / { > thermal-zones { > - pmr735a_thermal: pmr735a-thermal { > + pmr735b_thermal: pmr735b-thermal { > polling-delay-passive = <100>; > polling-delay = <0>; > thermal-sensors = <&pmr735b_temp_alarm>;
On 30.06.2023 08:13, Dmitry Baryshkov wrote: > The 8450-HDK doesn't use PMR735B PMIC. Drop its inclusion to remove the > warning during the HDK bootup. > > Fixes: 30464456a1ea ("arm64: dts: qcom: sm8450-hdk: add pmic files") > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- That's.. strange.. Did you confirm this with schematics, or even better, socinfo? Konrad > arch/arm64/boot/dts/qcom/sm8450-hdk.dts | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/sm8450-hdk.dts b/arch/arm64/boot/dts/qcom/sm8450-hdk.dts > index bc4c125d1832..dabb7e872f38 100644 > --- a/arch/arm64/boot/dts/qcom/sm8450-hdk.dts > +++ b/arch/arm64/boot/dts/qcom/sm8450-hdk.dts > @@ -14,7 +14,6 @@ > #include "pm8450.dtsi" > #include "pmk8350.dtsi" > #include "pmr735a.dtsi" > -#include "pmr735b.dtsi" > > / { > model = "Qualcomm Technologies, Inc. SM8450 HDK";