From patchwork Fri Mar 29 10:12:18 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Kucheria X-Patchwork-Id: 10876761 X-Patchwork-Delegate: agross@codeaurora.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id AA1711874 for ; Fri, 29 Mar 2019 10:13:45 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 989F528BE2 for ; Fri, 29 Mar 2019 10:13:45 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8CCCA290D0; Fri, 29 Mar 2019 10:13:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3484428BE2 for ; Fri, 29 Mar 2019 10:13:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729316AbfC2KNo (ORCPT ); Fri, 29 Mar 2019 06:13:44 -0400 Received: from mail-wm1-f68.google.com ([209.85.128.68]:55328 "EHLO mail-wm1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729314AbfC2KNo (ORCPT ); Fri, 29 Mar 2019 06:13:44 -0400 Received: by mail-wm1-f68.google.com with SMTP id o25so1891511wmf.5 for ; Fri, 29 Mar 2019 03:13:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=WwtyREvJ+UtkrXa1gre5M7056T+QmrB65TrvTpb7eZU=; b=gy0e/+kAyAeoBpJjObYYpyULNweOvtWOxFHJJ09TxHS66FQh0TLnslQAhXzAEyDAnF 38lwaBzZPSTRzkN+dplRa3t1JHqJi5MAwTRP4SchhTVXhGiwwIhgLgNzZARe4xWcrhKz qn35XRc8hVaTXhWb/0BL4CCyRpPmDQpIq8WgshN4cwzaAAtYJEN90PAwHpO4soo7Suq8 2dihz+d/duI35s9NixSWajP4EU5utM4iD8NMZ67dc2DbYfQFoxVuTIh83a+zByKp5xgT Nz2lHwlJ/P8uJ/nt6+Oz3RcGmARXxQQAO+9gow/zVUAokEiHTYp23bLEI+/+85lYjWoi 6erQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=WwtyREvJ+UtkrXa1gre5M7056T+QmrB65TrvTpb7eZU=; b=jAziJOjJbwiV8qN+kEdAlGGo5ieqVCOyWOdzEMIWOYqFyzzt9SZguuNvxDdmomTAj7 pzkDzH86NANjUVVrtEC7U4+WeWvo/qOTSnru9beva6qI7lAZdkAbE6LUjeMxh4dLtwte T+i4KejT0j1NBRD0hqZ9jfdAIvGKV3qtCU2aaLM4/rqf7aXQc2F/V2jbz7mb8/HLZf4c L+wUENZxu/CoV1VT8RtIUHAfzeOCkEX/bRW8sCwEO7bKvjbFY8x/iM3dQs1foOe4WGOp wIRcFjDpGqW3gzA9QOba0bqmgAZuIZnmL7Sjg9hps8HQFHQy0ZznaldLiOpiGgqEYtQm EhSA== X-Gm-Message-State: APjAAAVccFp3Ja9xOoJ2apURPmaduwhc8stD0nwB8iMSvfyL9XRCcF91 G4q8azmwmD3jyLU3GGQU4CfBC6Tq3ZM= X-Google-Smtp-Source: APXvYqz3ZVEx3eCq5XN4xn7apppn8Tb1HTJtoUYJ/u6JQJcBvscHtXK/snO/IvJcnZ1OZjLqpjKTCg== X-Received: by 2002:a1c:c013:: with SMTP id q19mr3006025wmf.148.1553854422346; Fri, 29 Mar 2019 03:13:42 -0700 (PDT) Received: from localhost ([49.248.196.175]) by smtp.gmail.com with ESMTPSA id n1sm1404943wmc.19.2019.03.29.03.13.40 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 29 Mar 2019 03:13:41 -0700 (PDT) From: Amit Kucheria To: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, bjorn.andersson@linaro.org, edubezval@gmail.com, andy.gross@linaro.org, David Brown Cc: devicetree@vger.kernel.org Subject: [PATCH v2 12/13] arm64: dts: msm8996: thermal: Make trip names consistent Date: Fri, 29 Mar 2019 15:42:18 +0530 Message-Id: <659854a32b8a92ae564e0f2b08d962d9002a033a.1553853990.git.amit.kucheria@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: References: In-Reply-To: References: Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Maintain naming consistency with what was landed for sdm845. Simplifies parsing for test tools. Signed-off-by: Amit Kucheria --- arch/arm64/boot/dts/qcom/msm8996.dtsi | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi index e2408ee91184..edcddc74a4fc 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -154,20 +154,20 @@ }; thermal-zones { - cpu-thermal0 { + cpu0-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsens0 3>; trips { - cpu_alert0: trip0 { + cpu0_alert0: trip-point@0 { temperature = <75000>; hysteresis = <2000>; type = "passive"; }; - cpu_crit0: trip1 { + cpu0_crit: cpu_crit { temperature = <110000>; hysteresis = <2000>; type = "critical"; @@ -175,20 +175,20 @@ }; }; - cpu-thermal1 { + cpu1-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsens0 5>; trips { - cpu_alert1: trip0 { + cpu1_alert0: trip-point@0 { temperature = <75000>; hysteresis = <2000>; type = "passive"; }; - cpu_crit1: trip1 { + cpu1_crit: cpu_crit { temperature = <110000>; hysteresis = <2000>; type = "critical"; @@ -196,20 +196,20 @@ }; }; - cpu-thermal2 { + cpu2-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsens0 8>; trips { - cpu_alert2: trip0 { + cpu2_alert0: trip-point@0 { temperature = <75000>; hysteresis = <2000>; type = "passive"; }; - cpu_crit2: trip1 { + cpu2_crit: cpu_crit { temperature = <110000>; hysteresis = <2000>; type = "critical"; @@ -217,20 +217,20 @@ }; }; - cpu-thermal3 { + cpu3-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsens0 10>; trips { - cpu_alert3: trip0 { + cpu3_alert0: trip-point@0 { temperature = <75000>; hysteresis = <2000>; type = "passive"; }; - cpu_crit3: trip1 { + cpu3_crit: cpu_crit { temperature = <110000>; hysteresis = <2000>; type = "critical";