From 9548b41a995363cae9bbb550c3f3b39bcc3b277c Mon Sep 17 00:00:00 2001 From: Sunil Khatri Date: Fri, 7 Oct 2016 15:08:05 +0530 Subject: [PATCH] ARM: dts: msm: Specify the temperature sensor name for msm8996 Specify the name of GPU temperature sensor in the device tree. This name is used to get the sensor's temperature by querying the thermal driver API. CRs-Fixed: 1064728 Change-Id: Ia93d93a442aa848cbd42a5fb8ecad5ef875f9abf Signed-off-by: Harshdeep Dhatt Signed-off-by: Sunil Khatri Signed-off-by: Archana Sriram --- arch/arm/boot/dts/qcom/msm8996-gpu.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/qcom/msm8996-gpu.dtsi b/arch/arm/boot/dts/qcom/msm8996-gpu.dtsi index 27f692bb14af..c93aef383c53 100644 --- a/arch/arm/boot/dts/qcom/msm8996-gpu.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996-gpu.dtsi @@ -1,4 +1,4 @@ -/* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved. +/* Copyright (c) 2015-2017,2019 The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -81,6 +81,7 @@ qcom,gpu-qdss-stm = <0x081c0000 0x40000>; // base addr, size + qcom,tsens-name = "tsens_tz_sensor14"; /* Trace bus */ coresight-id = <300>; coresight-name = "coresight-gfx";