mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-29 02:07:45 +00:00
The slope values used during tsens calibration differ between msm8976
and msm8956 SoCs. Use SoC-specific compat value for the msm8956 SoC.
Fixes: 0484d3ce09 ("arm64: dts: qcom: Add DTS for MSM8976 and MSM8956 SoCs")
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230101194034.831222-16-dmitry.baryshkov@linaro.org
23 lines
593 B
Plaintext
23 lines
593 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2016-2022, AngeloGioacchino Del Regno
|
|
* <angelogioacchino.delregno@collabora.com>
|
|
* Copyright (c) 2022, Konrad Dybcio <konrad.dybcio@somainline.org>
|
|
* Copyright (c) 2022, Marijn Suijten <marijn.suijten@somainline.org>
|
|
*/
|
|
|
|
#include "msm8976.dtsi"
|
|
|
|
&pmu {
|
|
interrupts = <GIC_PPI 7 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_HIGH)>;
|
|
};
|
|
|
|
&tsens {
|
|
compatible = "qcom,msm8956-tsens", "qcom,tsens-v1";
|
|
};
|
|
|
|
/*
|
|
* You might be wondering.. why is it so empty out there?
|
|
* Well, the SoCs are almost identical.
|
|
*/
|