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=-18.7 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,USER_AGENT_SANE_1 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 40FC9C433E6 for ; Wed, 2 Sep 2020 04:14:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1F0F22068E for ; Wed, 2 Sep 2020 04:14:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="TupaLDp2" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726301AbgIBEOS (ORCPT ); Wed, 2 Sep 2020 00:14:18 -0400 Received: from lelv0142.ext.ti.com ([198.47.23.249]:38264 "EHLO lelv0142.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725808AbgIBEOR (ORCPT ); Wed, 2 Sep 2020 00:14:17 -0400 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 0824E44s084975; Tue, 1 Sep 2020 23:14:04 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1599020044; bh=KwAISsLDVHuoZdm5xkppTmt/lsDajGkiLvyRB4f47/8=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=TupaLDp2MewCoH4g8NbEESfmrML0KPIngqoQxx8+yEgRnu0iusPtPQrsrf8VKxnYS 2VCMvwxGyW5lkLTU1s0IB+YE61Mu49oRCSgBMIlKEf6xUyC4uzYWBtYQnkv3KdvVfT frowq+q3u8VKG2x6SKDZZO4WwX5TB9FO3me2/AL0= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTP id 0824E4TF102757; Tue, 1 Sep 2020 23:14:04 -0500 Received: from DLEE110.ent.ti.com (157.170.170.21) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Tue, 1 Sep 2020 23:14:03 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE110.ent.ti.com (157.170.170.21) 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; Tue, 1 Sep 2020 23:14:03 -0500 Received: from [10.250.33.196] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 0824E3fS117806; Tue, 1 Sep 2020 23:14:03 -0500 Subject: Re: [PATCH 1/7] arm64: dts: ti: k3-am65*: Use generic gpio for node names To: Nishanth Menon , Rob Herring , Tero Kristo CC: , , , Vignesh Raghavendra , , , References: <20200901223059.14801-1-nm@ti.com> <20200901223059.14801-2-nm@ti.com> From: Suman Anna Message-ID: <77863cb8-7ea7-5975-404a-fa96459671e0@ti.com> Date: Tue, 1 Sep 2020 23:13:58 -0500 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: <20200901223059.14801-2-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: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 9/1/20 5:30 PM, Nishanth Menon wrote: > Use gpio@ 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 > Signed-off-by: Nishanth Menon Acked-by: Suman Anna > --- > arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 4 ++-- > arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi > index 76e0edc4ad5c..336d09d6fec7 100644 > --- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi > +++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi > @@ -661,7 +661,7 @@ > }; > }; > > - main_gpio0: main_gpio0@600000 { > + main_gpio0: gpio@600000 { > compatible = "ti,am654-gpio", "ti,keystone-gpio"; > reg = <0x0 0x600000 0x0 0x100>; > gpio-controller; > @@ -676,7 +676,7 @@ > clock-names = "gpio"; > }; > > - main_gpio1: main_gpio1@601000 { > + main_gpio1: gpio@601000 { > compatible = "ti,am654-gpio", "ti,keystone-gpio"; > reg = <0x0 0x601000 0x0 0x100>; > gpio-controller; > diff --git a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi > index a1ffe88d9664..0765700a8ba8 100644 > --- a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi > +++ b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi > @@ -80,7 +80,7 @@ > ti,interrupt-ranges = <0 712 16>; > }; > > - wkup_gpio0: wkup_gpio0@42110000 { > + wkup_gpio0: gpio@42110000 { > compatible = "ti,am654-gpio", "ti,keystone-gpio"; > reg = <0x42110000 0x100>; > gpio-controller; > 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=-18.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,NICE_REPLY_A,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,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 D5BDCC433E7 for ; Wed, 2 Sep 2020 04:15:46 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A1EF0206C0 for ; Wed, 2 Sep 2020 04:15:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="2E8Ghnh+"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ti.com header.i=@ti.com header.b="TupaLDp2" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A1EF0206C0 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=mKYt95xGgTgAdviYv8hW+mTrzxccU/K9Gr0+en8i44I=; b=2E8Ghnh+ck8HMaGBXsCkC8HnP PvlS57PKW+e1/W9w/sWvlD5Vo2MVkxxU/NMSx/5r6eP4DlTcGKGHcon55HChTEXk0IbXI3mOY4oyf 7skBLbJgkPShJtMjcdPmKalS+sw0OlN4yTlwtPRay5eay3xhaz1d9wJpqIzxnk6akx7dMTiAkxfYI 5Bv9JKcyVsct22j0Gpme5VkRjgSTD0+HWNLJoVu5n3l19thyNr8aMvIxa+wb4t/+XikqTeAieAdEf 92FD0rSA4jA72fWILas1Ua+AFAdQ7YRaXTnv8x7K5uzsex2VuP22h8E3B/5zAvtf1bmLwhxqmqVFI UTVvHsVAg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kDKA7-0002R0-2N; Wed, 02 Sep 2020 04:14:19 +0000 Received: from lelv0142.ext.ti.com ([198.47.23.249]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kDKA3-0002Oj-J4 for linux-arm-kernel@lists.infradead.org; Wed, 02 Sep 2020 04:14:16 +0000 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 0824E44s084975; Tue, 1 Sep 2020 23:14:04 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1599020044; bh=KwAISsLDVHuoZdm5xkppTmt/lsDajGkiLvyRB4f47/8=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=TupaLDp2MewCoH4g8NbEESfmrML0KPIngqoQxx8+yEgRnu0iusPtPQrsrf8VKxnYS 2VCMvwxGyW5lkLTU1s0IB+YE61Mu49oRCSgBMIlKEf6xUyC4uzYWBtYQnkv3KdvVfT frowq+q3u8VKG2x6SKDZZO4WwX5TB9FO3me2/AL0= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTP id 0824E4TF102757; Tue, 1 Sep 2020 23:14:04 -0500 Received: from DLEE110.ent.ti.com (157.170.170.21) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Tue, 1 Sep 2020 23:14:03 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE110.ent.ti.com (157.170.170.21) 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; Tue, 1 Sep 2020 23:14:03 -0500 Received: from [10.250.33.196] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 0824E3fS117806; Tue, 1 Sep 2020 23:14:03 -0500 Subject: Re: [PATCH 1/7] arm64: dts: ti: k3-am65*: Use generic gpio for node names To: Nishanth Menon , Rob Herring , Tero Kristo References: <20200901223059.14801-1-nm@ti.com> <20200901223059.14801-2-nm@ti.com> From: Suman Anna Message-ID: <77863cb8-7ea7-5975-404a-fa96459671e0@ti.com> Date: Tue, 1 Sep 2020 23:13:58 -0500 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: <20200901223059.14801-2-nm@ti.com> Content-Language: en-US X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200902_001415_748260_8E9D484C X-CRM114-Status: GOOD ( 15.51 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, grygorii.strashko@ti.com, Vignesh Raghavendra , lokeshvutla@ti.com, nsekhar@ti.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 9/1/20 5:30 PM, Nishanth Menon wrote: > Use gpio@ 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 > Signed-off-by: Nishanth Menon Acked-by: Suman Anna > --- > arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 4 ++-- > arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi > index 76e0edc4ad5c..336d09d6fec7 100644 > --- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi > +++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi > @@ -661,7 +661,7 @@ > }; > }; > > - main_gpio0: main_gpio0@600000 { > + main_gpio0: gpio@600000 { > compatible = "ti,am654-gpio", "ti,keystone-gpio"; > reg = <0x0 0x600000 0x0 0x100>; > gpio-controller; > @@ -676,7 +676,7 @@ > clock-names = "gpio"; > }; > > - main_gpio1: main_gpio1@601000 { > + main_gpio1: gpio@601000 { > compatible = "ti,am654-gpio", "ti,keystone-gpio"; > reg = <0x0 0x601000 0x0 0x100>; > gpio-controller; > diff --git a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi > index a1ffe88d9664..0765700a8ba8 100644 > --- a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi > +++ b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi > @@ -80,7 +80,7 @@ > ti,interrupt-ranges = <0 712 16>; > }; > > - wkup_gpio0: wkup_gpio0@42110000 { > + wkup_gpio0: gpio@42110000 { > compatible = "ti,am654-gpio", "ti,keystone-gpio"; > reg = <0x42110000 0x100>; > gpio-controller; > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel