[PATCH] ARM: dts: qcom: fix typo in IPQ8064 thermal-sensor node

From: David Heidelberg
Date: Wed Oct 20 2021 - 16:37:37 EST


I added the missing dash inside the thermal-sensor-cells.

Signed-off-by: David Heidelberg <david@xxxxxxx>
---
arch/arm/boot/dts/qcom-ipq8064.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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 @@ tsens: thermal-sensor@900000 {
interrupt-names = "uplow";

#qcom,sensors = <11>;
- #thermal-sensorcells = <1>;
+ #thermal-sensor-cells = <1>;
};
};

--
2.33.0