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=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 3D67DC433DF for ; Thu, 18 Jun 2020 17:03:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2652520706 for ; Thu, 18 Jun 2020 17:03:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731909AbgFRRDt (ORCPT ); Thu, 18 Jun 2020 13:03:49 -0400 Received: from muru.com ([72.249.23.125]:58310 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728080AbgFRRDt (ORCPT ); Thu, 18 Jun 2020 13:03:49 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id CBD9480A9; Thu, 18 Jun 2020 17:04:40 +0000 (UTC) Date: Thu, 18 Jun 2020 10:03:45 -0700 From: Tony Lindgren To: Drew Fustini Cc: Rob Herring , Linus Walleij , Grygorii Strashko , =?utf-8?Q?Beno=C3=AEt?= Cousson , Linux-OMAP , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Jason Kridner , Robert Nelson Subject: Re: [PATCH] arm: dts: am335x-pocketbeagle: add gpio-line-names Message-ID: <20200618170345.GI37466@atomide.com> References: <20200609142504.GA2955236@x1> <20200617170915.GA4185472@x1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200617170915.GA4185472@x1> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Drew Fustini [200617 17:10]: > Tony - does this look ok for 5.9? Yes looks OK to me. Just wondering, are the line with "NA" not used internally either? If the "NA" lines are used internally, we should probably use "Reserved" or "Internal" or something like that to avoid later on having to patch them with internal device names.. > If so, I might start making other variants like BeagleBone Blue and > BeagleBone {Green,Black} Wireless and submit those when ready. OK yeah makes sense. Regards, Tony