From b3ec6c1e145347ad88b14fcab39080c5af9410ef Mon Sep 17 00:00:00 2001 From: Philipp Rossak Date: Fri, 26 Jan 2018 01:42:16 +0100 Subject: [PATCH 031/146] arm64: dts: allwinner: h5: add termal zone to H5 This patch adds the termal zones to the H5. Sensor 0 is located in the cpu. Sensor 1 is located in the gpu. Signed-off-by: Philipp Rossak --- arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi index ee12490203b8..849c3d8a50bb 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi @@ -81,6 +81,22 @@ method = "smc"; }; + thermal-zones { + cpu-thermal { + /* milliseconds */ + polling-delay-passive = <250>; + polling-delay = <1000>; + thermal-sensors = <&ths 0>; + }; + + gpu-thermal { + /* milliseconds */ + polling-delay-passive = <250>; + polling-delay = <1000>; + thermal-sensors = <&ths 1>; + }; + }; + timer { compatible = "arm,armv8-timer"; interrupts =