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=-2.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 0A797C433E0 for ; Thu, 21 May 2020 17:27:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D025320884 for ; Thu, 21 May 2020 17:27:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="Q88Uz8n8" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729011AbgEUR1F (ORCPT ); Thu, 21 May 2020 13:27:05 -0400 Received: from lelv0142.ext.ti.com ([198.47.23.249]:54824 "EHLO lelv0142.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728864AbgEUR1E (ORCPT ); Thu, 21 May 2020 13:27:04 -0400 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 04LHQlch012436; Thu, 21 May 2020 12:26:47 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1590082007; bh=5sbZFMXFyR6R0M8wgkVp71flez8Gasc4Z5KA2W8N+4U=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=Q88Uz8n8XFOimF1DN2mSKKhcwrafBNj5pONsJ20IssohVHQp/5QhGUuJifhF124qU F2raO0vuZAtZjMQWr3GIVnobvapohPdCbcgObPy051uA7r2/XnsZELrD+bh4Rj9DUe 3o/AO66KI0VZ3ANwh60Xyh4Zc11aJAy+5N0IsLZg= Received: from DFLE114.ent.ti.com (dfle114.ent.ti.com [10.64.6.35]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 04LHQlTj058716 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 21 May 2020 12:26:47 -0500 Received: from DFLE104.ent.ti.com (10.64.6.25) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Thu, 21 May 2020 12:26:46 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) 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.1979.3 via Frontend Transport; Thu, 21 May 2020 12:26:46 -0500 Received: from [10.250.100.73] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 04LHQheW043615; Thu, 21 May 2020 12:26:44 -0500 Subject: Re: [PATCH v2] arm: dts: am33xx-bone-common: add gpio-line-names To: Robert Nelson CC: Drew Fustini , Linus Walleij , =?UTF-8?Q?Beno=c3=aet_Cousson?= , Tony Lindgren , Rob Herring , Linux-OMAP , devicetree , linux kernel , Jason Kridner References: <20200520214757.GA362547@x1> <71dbf4e6-e65b-f001-319c-0b354f675568@ti.com> From: Grygorii Strashko Message-ID: Date: Thu, 21 May 2020 20:26:42 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.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-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org On 21/05/2020 17:41, Robert Nelson wrote: >> Not sure if it should be in am335x-bone-common.dtsi. >> >> For example: >> am335x-boneblack.dts >> #include "am335x-bone-common.dtsi" >> #include "am335x-boneblack-common.dtsi" <-- hdmi defined only here > > Ah crap, yeah that's a good point.. So if we stick it in... > am335x-boneblack-common.dtsi > > Then the Black-Wireless now has Ethernet... > > am335x-boneblack-wireless.dts > #include "am335x-bone-common.dtsi" > #include "am335x-boneblack-common.dtsi" > > It's going to be ugly, copy and paste mess, but i guess we might as > well stick it in the device " am335x-boneblack.dts"? Seems like. Unfortunately, there is no way to partially overwrite "gpio-line-names" property. -- Best regards, grygorii