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

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 <ezequiel@collabora.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20210506175514.168365-2-ezequiel@collabora.com

authored by

Ezequiel Garcia and committed by
Heiko Stuebner
d5c24e20 6efb943b

+1 -1
+1 -1
arch/arm/boot/dts/rk322x.dtsi
··· 517 517 pinctrl-0 = <&otp_pin>; 518 518 pinctrl-1 = <&otp_out>; 519 519 pinctrl-2 = <&otp_pin>; 520 - #thermal-sensor-cells = <0>; 520 + #thermal-sensor-cells = <1>; 521 521 rockchip,hw-tshut-temp = <95000>; 522 522 status = "disabled"; 523 523 };