[PATCH v2 1/4] ARM: dts: rockchip: Fix thermal sensor cells
Ezequiel Garcia
ezequiel at collabora.com
Thu May 6 10:55:11 PDT 2021
The number of cells to be used with a thermal sensor specifier
must be "1". Fix this.
Signed-off-by: Ezequiel Garcia <ezequiel at collabora.com>
---
arch/arm/boot/dts/rk322x.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi
index 208f21245095..9f02ba7a0cc2 100644
--- a/arch/arm/boot/dts/rk322x.dtsi
+++ b/arch/arm/boot/dts/rk322x.dtsi
@@ -517,7 +517,7 @@ tsadc: tsadc at 11150000 {
pinctrl-0 = <&otp_pin>;
pinctrl-1 = <&otp_out>;
pinctrl-2 = <&otp_pin>;
- #thermal-sensor-cells = <0>;
+ #thermal-sensor-cells = <1>;
rockchip,hw-tshut-temp = <95000>;
status = "disabled";
};
--
2.30.0
More information about the Linux-rockchip
mailing list