Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp151050pxf; Tue, 30 Mar 2021 22:58:20 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz6g3r8xQJWMkp4tw8b+zR9CeBYy4vLtpY/s2xGjCxLShrn8DMQZ07tYqWsC94PLyQv3ssG X-Received: by 2002:a05:6402:350f:: with SMTP id b15mr1650803edd.6.1617170300053; Tue, 30 Mar 2021 22:58:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617170300; cv=none; d=google.com; s=arc-20160816; b=hezXGbLExwHTHN5d6rRekYtI0bL0SqVa4ZfXhnDfRC0Vv46n+uriCa1XAis5Km8Z10 FbOVPG26Mg1lri83Ih+1IoPYomFOHEI+fERZZOvEK2qpm4gSdU4MewdmN+gOhnz1D5vi OUy3BaCQIZlNWEzXWLW6MQwMb9wKdiGO7f5apjP02vNNsJq4LTZ6ZWgaw2WR/ZIWIWUN //V22ltelf2kYt4tn/dyn9LLoKXpVbtHIHnInwkKpxYGHNjen5WShkdGznKUCogOUMcs h+or0KzXvH+gIQVZQQI6B+PnliOpFaXadPN2F3pvyU91K/62EifeQkrfXVROf7CFNIm8 JqCQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=TrrqhBoJnhTvj98liI7EGcuf5NXMHBXbsVTOMA2SfWs=; b=nYvAu7aOmSWG70C1PwQ6zdaJMMNtKXB1PrBcQ/cIksyM51HF9l5Le1ZqqL6+J9UxaE olmHVvu7IcrTsjilTF4QlBwaNe+D/75oqco0sNHEBYCbs+KWrCmHPXMLafi0FG4Rpk6y BQiA2rIREeN7FMdYhYWu4Q1UKRrh2mLkGsjS7vpEHLRnbmp/3fhdFt/iTtdRZiUaeQO7 dK1sSfla/PPKCz1f26OCoJ+0XdLCF1b/PS8GRWaGSTxZg5M6LaBOdxI703xH0G9UsNqM Lj2tker59t4pUxG3QRyls9tNSEwMUkcVw1o9m+1vUiWzNfcYsGSwHty8nc4fw36F48y7 XRdQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w10si990044edc.194.2021.03.30.22.57.57; Tue, 30 Mar 2021 22:58:20 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233653AbhCaF4f (ORCPT + 99 others); Wed, 31 Mar 2021 01:56:35 -0400 Received: from muru.com ([72.249.23.125]:49068 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233473AbhCaF4S (ORCPT ); Wed, 31 Mar 2021 01:56:18 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 6F13D80C3; Wed, 31 Mar 2021 05:57:19 +0000 (UTC) Date: Wed, 31 Mar 2021 08:56:13 +0300 From: Tony Lindgren To: Drew Fustini Cc: bcousson@baylibre.com, Rob Herring , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Jason Kridner , Robert Nelson , Bjorn Andersson , Linus Walleij , Bartosz Golaszewski , linux-gpio@vger.kernel.org Subject: Re: [PATCH] ARM: dts: am335x-boneblack.dts: unique gpio-line-names Message-ID: References: <20210324222201.674905-1-drew@beagleboard.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210324222201.674905-1-drew@beagleboard.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Drew Fustini [210325 00:25]: > Based on linux-gpio discussion [1], it is best practice to make the > gpio-line-names unique. Generic names like "[ethernet]" are replaced > with the name of the unique signal on the AM3358 SoC ball corresponding > to the gpio line. "[NC]" is also renamed to the standard "NC" name to > represent "not connected". Thanks applying into omap-for-v5.13/dt-v2. Tony