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=-19.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,NICE_REPLY_A, 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 86FC9C433E9 for ; Thu, 3 Sep 2020 14:34:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5D33F20665 for ; Thu, 3 Sep 2020 14:34:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="BPgR5+66" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729337AbgICOeC (ORCPT ); Thu, 3 Sep 2020 10:34:02 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:36038 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729341AbgICOd7 (ORCPT ); Thu, 3 Sep 2020 10:33:59 -0400 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 083DKlfr025250; Thu, 3 Sep 2020 08:20:47 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1599139247; bh=4GrWfo0x9VaoTlHZ4MXy0UbyWsGLrveedBvC8mQZtsM=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=BPgR5+66VnJ5ylJ5c9OnQ2nwCKazBoquhfXAYiH3QVObLetpMwNlfUstG2gfcgKUr CK4VYRimnhRQ02hEIef3WlHZAErQwFyNbWv1VKOiu73VmsgSkxwp0gJM0MgdBju8Au Ep2ZBeqXHsVt0F0/Wi+3FWYuehjQQqvYOdsY0rzk= Received: from DLEE100.ent.ti.com (dlee100.ent.ti.com [157.170.170.30]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 083DKlZM062073 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 3 Sep 2020 08:20:47 -0500 Received: from DLEE103.ent.ti.com (157.170.170.33) by DLEE100.ent.ti.com (157.170.170.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Thu, 3 Sep 2020 08:20:46 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Thu, 3 Sep 2020 08:20:46 -0500 Received: from [10.250.235.166] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 083DKg6V128723; Thu, 3 Sep 2020 08:20:43 -0500 Subject: Re: [PATCH V2 7/8] arm64: dts: ti: k3-am65-wakeup: Use generic temperature-sensor for node name To: Nishanth Menon , Rob Herring , Tero Kristo CC: , , , Suman Anna , , , References: <20200901223059.14801-1-nm@ti.com> <20200903130015.21361-8-nm@ti.com> From: Vignesh Raghavendra Message-ID: <340f59bf-f7f3-866d-ad61-74a1143c5f5b@ti.com> Date: Thu, 3 Sep 2020 18:50:42 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20200903130015.21361-8-nm@ti.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 9/3/20 6:30 PM, Nishanth Menon wrote: > Use temperature-sensor@ naming for nodes following standard conventions of device > tree (section 2.2.2 Generic Names recommendation in [1]). > > [1] https://github.com/devicetree-org/devicetree-specification/tree/v0.3 > > Suggested-by: Suman Anna > Suggested-by: Vignesh Raghavendra > Signed-off-by: Nishanth Menon > Reviewed-by: Lokesh Vutla > Reviewed-by: Suman Anna Acked-by: Vignesh Raghavendra > --- > Changes: > v2: None (picked acks/reviews) > v1: https://lore.kernel.org/linux-arm-kernel/20200901223059.14801-6-nm@ti.com/ > > arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi > index bb498be2f0a4..ed42f13e7663 100644 > --- a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi > +++ b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi > @@ -95,7 +95,7 @@ > clock-names = "gpio"; > }; > > - wkup_vtm0: thermal@42050000 { > + wkup_vtm0: temperature-sensor@42050000 { > compatible = "ti,am654-vtm"; > reg = <0x42050000 0x25c>; > power-domains = <&k3_pds 80 TI_SCI_PD_EXCLUSIVE>; >