From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5D9CCC433B4 for ; Thu, 20 May 2021 06:24:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4129660249 for ; Thu, 20 May 2021 06:24:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229923AbhETG0M (ORCPT ); Thu, 20 May 2021 02:26:12 -0400 Received: from so254-9.mailgun.net ([198.61.254.9]:41441 "EHLO so254-9.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230359AbhETG0K (ORCPT ); Thu, 20 May 2021 02:26:10 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1621491889; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=lPEWZInXYCrR26bwC8R9J1S2kRCL+vZQmdRPKezCvRM=; b=YGiUVxFIw7nJjWmO8277vgrzFalQrPXKwx4x1VdHJO/12ttbtZ78ya23R3OntAejTDebbxdZ aXmaYF8ymw3n7a9u/HpZ7A4jknKxfvrgFp8AfUW+b0BZDFFEE9weKcMrHecJQqpOFWv266y6 Ucfj8DW6rBCXTo2X1/u84N//BSc= X-Mailgun-Sending-Ip: 198.61.254.9 X-Mailgun-Sid: WyI0MWYwYSIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n02.prod.us-west-2.postgun.com with SMTP id 60a600987b9a7a2b6c3fd276 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Thu, 20 May 2021 06:24:24 GMT Sender: skakit=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id D1379C433F1; Thu, 20 May 2021 06:24:23 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: skakit) by smtp.codeaurora.org (Postfix) with ESMTPSA id 2E9D5C433D3; Thu, 20 May 2021 06:24:23 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 20 May 2021 11:54:23 +0530 From: skakit@codeaurora.org To: Vinod Koul Cc: Andy Gross , Bjorn Andersson , Rob Herring , mka@chromium.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, kgunda@codeaurora.org Subject: Re: [RESEND PATCH V4 1/8] arm64: dts: qcom: sm8350: Add label for thermal-zones node In-Reply-To: References: <1621318822-29332-1-git-send-email-skakit@codeaurora.org> <1621318822-29332-2-git-send-email-skakit@codeaurora.org> Message-ID: X-Sender: skakit@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021-05-18 17:13, Vinod Koul wrote: > On 18-05-21, 11:50, satya priya wrote: >> Add label "thermal_zones" for thermal-zones node. >> >> Signed-off-by: satya priya >> Reviewed-by: Matthias Kaehlcke >> --- >> Changes in RESEND V4: >> - No Changes. >> >> arch/arm64/boot/dts/qcom/sm8350.dtsi | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi >> b/arch/arm64/boot/dts/qcom/sm8350.dtsi >> index ed0b51b..47c6c0b 100644 >> --- a/arch/arm64/boot/dts/qcom/sm8350.dtsi >> +++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi >> @@ -1317,7 +1317,7 @@ >> }; >> }; >> >> - thermal-zones { >> + thermal_zones: thermal-zones { > > is this label used anywhere in this series? If not lets drop it > yes, it is used in pm8350c.dtsi, pmk8350.dtsi and pmr735a.dtsi files which are included in sm8350 board dts. >> cpu0-thermal { >> polling-delay-passive = <250>; >> polling-delay = <1000>; >> -- >> QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a >> member >> of Code Aurora Forum, hosted by The Linux Foundation