diff options
author | David Heidelberg <david@ixit.cz> | 2021-10-20 23:37:22 +0300 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-10-25 02:45:29 +0300 |
commit | 036e6c9f0336f50532ad6bedfaebf01856168a1d (patch) | |
tree | bf91fbb54a572a5c64c9b139d69d38120d76174c /arch/arm | |
parent | 88542b1d37dc8e6f1432bd854f0489413b13d8b4 (diff) | |
download | linux-036e6c9f0336f50532ad6bedfaebf01856168a1d.tar.xz |
ARM: dts: qcom: fix typo in IPQ8064 thermal-sensor node
I added the missing dash inside the thermal-sensor-cells.
Signed-off-by: David Heidelberg <david@ixit.cz>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211020203723.233578-1-david@ixit.cz
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/qcom-ipq8064.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom-ipq8064.dtsi index 7f67b282da10..11481313bdb6 100644 --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi @@ -751,7 +751,7 @@ interrupt-names = "uplow"; #qcom,sensors = <11>; - #thermal-sensorcells = <1>; + #thermal-sensor-cells = <1>; }; }; |