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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 1B0EFC47082 for ; Thu, 3 Jun 2021 14:49:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EE8C8613E7 for ; Thu, 3 Jun 2021 14:49:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230394AbhFCOvJ (ORCPT ); Thu, 3 Jun 2021 10:51:09 -0400 Received: from mx01.ayax.eu ([188.137.98.110]:41138 "EHLO mx01.ayax.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230138AbhFCOvJ (ORCPT ); Thu, 3 Jun 2021 10:51:09 -0400 Received: from [192.168.192.146] (port=48238 helo=nx64de-df6d00) by mx01.ayax.eu with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1looeo-0005Ut-DI; Thu, 03 Jun 2021 16:49:14 +0200 Date: Thu, 3 Jun 2021 16:49:13 +0200 From: Grzegorz Szymaszek To: Ahmad Fatoum Cc: Grzegorz Szymaszek , Alexandre Torgue , Maxime Coquelin , Marcin Sloniewski , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com Subject: Re: [PATCH] ARM: dts: stm32: set stm32mp157c-odyssey DCMI pins Message-ID: Mail-Followup-To: Grzegorz Szymaszek , Ahmad Fatoum , Alexandre Torgue , Maxime Coquelin , Marcin Sloniewski , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hello Ahmad, On Thu, Jun 03, 2021 at 04:26:59PM +0200, Ahmad Fatoum wrote: > On 03.06.21 16:23, Grzegorz Szymaszek wrote: > > The Seeed Odyssey-STM32MP157C board has a 20-pin DVP camera output. > > stm32mp15-pinctrl.dtsi contains one pin state definition for the DCMI > > interface, dcmi-0, AKA phandle dcmi_pins_a. This definition is > > incompatible with the pins used on the Odyssey board, where: > > - there are 8 data pins instead of 12, > > - […] > > > > Override the dcmi_pins_a definition (as well as dcmi_sleep_pins_a) in > > the Odyssey device tree. > > Rather define a new pinctrl group (e.g. &dcmi_pins_b) and use that > instead of overriding an existing one. Can I simply use dcmi_pins_b (as the first unused identifier) or is there some way to match specific pin groups to an identifier (b, c, d, and so on)? > Current convention is also to place all STM32MP1 pinctrl nodes into > a central file, not in the individual board device trees. Sure, I will update the patch. Thanks for your comments! -- Grzegorz