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=-8.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham 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 0370AC2BA1B for ; Tue, 7 Apr 2020 01:36:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C86F32078A for ; Tue, 7 Apr 2020 01:36:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="vdzx1TJo" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726510AbgDGBgS (ORCPT ); Mon, 6 Apr 2020 21:36:18 -0400 Received: from lelv0143.ext.ti.com ([198.47.23.248]:34180 "EHLO lelv0143.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726512AbgDGBgR (ORCPT ); Mon, 6 Apr 2020 21:36:17 -0400 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 0371a2mr099188; Mon, 6 Apr 2020 20:36:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1586223363; bh=RMkSGchD+bJ2vzbZvvD9aI/oPbB/u3xEJqJPtplbABo=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=vdzx1TJopX7tEmUBLcATi2AnLZDXYKJDwWTTtMjPyQo3RatKRwH1PxxF/rNZ+V+E9 maCMowMwjjGqVlupHEYWldLzbKwQBXx3KA8IAsGPSXMbh/vY7hFsRJWdLWxx/n2zd4 Q9jV0r3PRu+gNeQj9MsrTUOFt4kUDpZ89FOJKMMc= Received: from DFLE104.ent.ti.com (dfle104.ent.ti.com [10.64.6.25]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 0371a2d7109754 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 6 Apr 2020 20:36:02 -0500 Received: from DFLE113.ent.ti.com (10.64.6.34) by DFLE104.ent.ti.com (10.64.6.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3; Mon, 6 Apr 2020 20:36:02 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3 via Frontend Transport; Mon, 6 Apr 2020 20:36:02 -0500 Received: from [10.250.133.125] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 0371Zwol116791; Mon, 6 Apr 2020 20:35:59 -0500 Subject: Re: [PATCH v5 4/4] arm64: dts: ti: am6: Add VTM node To: Amit Kucheria CC: Zhang Rui , Rob Herring , Daniel Lezcano , , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , LKML , lakml , Linux PM list , Mark Rutland References: <20200331075356.19171-1-j-keerthy@ti.com> <20200331075356.19171-5-j-keerthy@ti.com> From: "J, KEERTHY" Message-ID: Date: Tue, 7 Apr 2020 07:05:58 +0530 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 4/7/2020 12:35 AM, Amit Kucheria wrote: > On Tue, Mar 31, 2020 at 1:24 PM Keerthy wrote: >> >> VTM stands for voltage and thermal management. Add the vtm node and >> the associated thermal zones on the SoC. >> >> Signed-off-by: Keerthy >> --- >> arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi | 11 +++++++++++ >> 1 file changed, 11 insertions(+) >> >> diff --git a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi >> index f4227e2743f2..54a133fa1bf2 100644 >> --- a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi >> +++ b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi >> @@ -89,4 +89,15 @@ >> clocks = <&k3_clks 59 0>; >> clock-names = "gpio"; >> }; >> + >> + wkup_vtm0: thermal@42050000 { >> + compatible = "ti,am654-vtm"; >> + reg = <0x42050000 0x25c>; >> + power-domains = <&k3_pds 80 TI_SCI_PD_EXCLUSIVE>; >> + #thermal-sensor-cells = <1>; >> + }; >> + > > Make this patch 3 > >> + thermal_zones: thermal-zones { >> + #include "k3-am654-industrial-thermal.dtsi" >> + }; >> }; > > Move this with what is currently patch 3. Agreed on all the comments on patch 3 & 4. I will incorporate them. - Keerthy > >> -- >> 2.17.1 >>