diff options
author | Ezequiel Garcia <[email protected]> | 2021-05-06 14:55:11 -0300 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2021-05-10 01:51:56 +0200 |
commit | d5c24e20daf09587cbc221d40be1ba92673e8d94 (patch) | |
tree | 1e03bb688d7ccf79550a5ff2aed730398daa766e | |
parent | 6efb943b8616ec53a5e444193dccf1af9ad627b5 (diff) |
ARM: dts: rockchip: Fix thermal sensor cells o rk322x
The number of cells to be used with a thermal sensor specifier
must be "1". Fix this.
Signed-off-by: Ezequiel Garcia <[email protected]>
Signed-off-by: Heiko Stuebner <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/rk322x.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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"; }; |