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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C27EEC77B7D for ; Fri, 5 May 2023 22:50:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233466AbjEEWuC (ORCPT ); Fri, 5 May 2023 18:50:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52654 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233583AbjEEWtm (ORCPT ); Fri, 5 May 2023 18:49:42 -0400 Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C7D74618B; Fri, 5 May 2023 15:49:39 -0700 (PDT) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 345MlMLk118078; Fri, 5 May 2023 17:47:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1683326842; bh=41FHwA970saBnfGhfTFXEckY0k4sWo8zzdq3XNPViMI=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=o8ua85dXMpnBXio2K+qU9DDSr1cVLC9kMNM+it/lTPCBesOMZOAh5e9n0edQzuuqO cH9f27uQ+yxUSIgPZ7ktHtD1/k3ZLbPixXyMkcjJFlevmdTq+HbbjiXOFSwZwe6rWA nMhvG3suyErm0Evggi/W8bLCsqlYq5NoLfP+spqw= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 345MlMon053796 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 5 May 2023 17:47:22 -0500 Received: from DFLE113.ent.ti.com (10.64.6.34) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Fri, 5 May 2023 17:47:22 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Fri, 5 May 2023 17:47:22 -0500 Received: from localhost (ileaxei01-snat.itg.ti.com [10.180.69.5]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 345MlMi1082330; Fri, 5 May 2023 17:47:22 -0500 Date: Fri, 5 May 2023 17:47:22 -0500 From: Nishanth Menon To: Rob Herring , Tony Lindgren CC: , Christian Marangi , Krzysztof Kozlowski , Russell King , Masahiro Yamada , Andreas =?utf-8?Q?F=C3=A4rber?= , Manivannan Sadhasivam , Shawn Guo , Sascha Hauer , Fabio Estevam , Antoine Tenart , Neil Armstrong , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , Linus Walleij , Sudeep Holla , Joel Stanley , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Lars Persson , Scott Branden , Florian Fainelli , Andre Przywara , Baruch Siach , Wei Xu , Jean-Marie Verdun , Nick Hawkins , Maxime Coquelin , Alexandre Torgue , Vladimir Zapolskiy , Andrew Lunn , Gregory Clement , Lubomir Rintel , Matthias Brugger , Peter Rosin , Nancy Yuen , Benjamin Fair , Jonathan =?utf-8?Q?Neusch=C3=A4fer?= , Thierry Reding , Bjorn Andersson , Geert Uytterhoeven , Heiko Stuebner , Daniel Palmer , Romain Perier , Kunihiko Hayashi , Masami Hiramatsu , Viresh Kumar , Shiraz Hashim , Patrice Chotard , Marek Vasut , Qin Jian , Jisheng Zhang , Tony Lindgren , Paul Barker , Bartosz Golaszewski , Santosh Shilimkar , Enric Balletbo i Serra , Javier Martinez Canillas , Michal Simek , , , , Subject: Re: [PATCH 0/4] ARM: Move dts files to vendor sub-directories Message-ID: <20230505224722.r73sbti6ugf76c66@mardi> References: <20230504-arm-dts-mv-v1-0-2c8e51a2b6c4@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20230504-arm-dts-mv-v1-0-2c8e51a2b6c4@kernel.org> X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Tony, On 22:29-20230504, Rob Herring wrote: > As discussed and attempted several times before[1][2], the flat arm32 > directory of 1553 platforms has grown unwieldy. Past attempts stalled > out due to plans to move .dts files out of the kernel tree. Doing that > is no longer planned (any time soon at least), so let's go ahead and > group .dts files by vendors. This move aligns arm with arm64 .dts file > structure. [...] Wondering if it makes to have any sense of grouping per TI SoC arch? at least will be clear as to what is going on? ti/omap2 or ti/omap ? > 'am3' : 'ti', ^^ group as ti/omap ? > 'am4' : 'ti', ^^ group as ti/omap ? > 'am5' : 'ti', ^^ group as ti/omap ? > 'dra' : 'ti', ^^ group as ti/omap ? > 'keystone' : 'ti', ^^ group as ti/keystone ? > 'omap' : 'ti', ^^ group as ti/omap ? > 'compulab' : 'ti', ^^ group as ti/omap ? > 'logicpd' : 'ti', ^^ group as ti/omap ? > 'elpida' : 'ti', ^^ group as ti/omap ? > 'motorola' : 'ti', ^^ group as ti/omap ? > 'twl' : 'ti', ^^ group as ti/omap ? > 'da' : 'ti', ^^ group as ti/davinci ? > 'dm' : 'ti', ^^ group as ti/davinci ? For me at least, this cleanly seperates things up. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D