Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: qcom: pm8841: add required thermal-sensor-cells

The PM8841 temperature sensor has to define thermal-sensor-cells.

Fixes: dab8134ca072 ("ARM: dts: qcom: Add PM8841 functions device nodes")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220608112702.80873-2-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
e2759fa0 7a16ea7f

+1
+1
arch/arm/boot/dts/qcom-pm8841.dtsi
··· 24 24 compatible = "qcom,spmi-temp-alarm"; 25 25 reg = <0x2400>; 26 26 interrupts = <4 0x24 0 IRQ_TYPE_EDGE_RISING>; 27 + #thermal-sensor-cells = <0>; 27 28 }; 28 29 }; 29 30