ARM: dts: rockchip: Fix thermal sensor cells o rk322x
[ Upstream commit d5c24e20daf09587cbc221d40be1ba92673e8d94 ] 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 Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
c8f0cef75d
commit
e2d1e44161
@@ -524,7 +524,7 @@
|
|||||||
pinctrl-0 = <&otp_pin>;
|
pinctrl-0 = <&otp_pin>;
|
||||||
pinctrl-1 = <&otp_out>;
|
pinctrl-1 = <&otp_out>;
|
||||||
pinctrl-2 = <&otp_pin>;
|
pinctrl-2 = <&otp_pin>;
|
||||||
#thermal-sensor-cells = <0>;
|
#thermal-sensor-cells = <1>;
|
||||||
rockchip,hw-tshut-temp = <95000>;
|
rockchip,hw-tshut-temp = <95000>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user