From cac616b624be8a70bfb60169dd35049dd97fa5e6 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Thu, 1 Dec 2016 18:27:26 -0800 Subject: [PATCH] UPSTREAM: arm64: dts: rockchip: add rk3399 thermal_zones phandle We're going to need to amend this table in board files. Signed-off-by: Brian Norris Signed-off-by: Heiko Stuebner (cherry picked from commit 647cea2e68420fa73efb97c908cdf0c852c22cec) Change-Id: Ife7affa44554622b1b35ad6756cef78d22c69a3a Signed-off-by: Huang, Tao --- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index 1b61b3372d14..403104b1c07f 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi @@ -739,7 +739,7 @@ status = "disabled"; }; - thermal-zones { + thermal_zones: thermal-zones { soc_thermal: soc-thermal { polling-delay-passive = <20>; /* milliseconds */ polling-delay = <1000>; /* milliseconds */ -- 2.34.1