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 AADCEC001DE for ; Wed, 2 Aug 2023 07:45:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233319AbjHBHps (ORCPT ); Wed, 2 Aug 2023 03:45:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44702 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233378AbjHBHpF (ORCPT ); Wed, 2 Aug 2023 03:45:05 -0400 Received: from mail11.truemail.it (mail11.truemail.it [IPv6:2001:4b7e:0:8::81]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A4E1E2710; Wed, 2 Aug 2023 00:42:44 -0700 (PDT) Received: from francesco-nb.int.toradex.com (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id C6487213FA; Wed, 2 Aug 2023 09:42:42 +0200 (CEST) Date: Wed, 2 Aug 2023 09:42:39 +0200 From: Francesco Dolcini To: Nishanth Menon Cc: Francesco Dolcini , Vignesh Raghavendra , Tero Kristo , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Hiago De Franco , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Francesco Dolcini Subject: Re: [PATCH v1 2/2] arm64: dts: ti: k3-am625-verdin: enable CAN_2 Message-ID: References: <20230724133612.37366-1-francesco@dolcini.it> <20230724133612.37366-3-francesco@dolcini.it> <20230802034325.puqhry4xocaceldl@clothes> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230802034325.puqhry4xocaceldl@clothes> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Aug 01, 2023 at 10:43:25PM -0500, Nishanth Menon wrote: > On 15:36-20230724, Francesco Dolcini wrote: > [...] > > > + /* Verdin CAN_2 */ > > + pinctrl_mcu_mcan0: mcu-mcan0-default-pins { > > + pinctrl-single,pins = < > > + AM62X_MCU_IOPAD(0x0038, PIN_INPUT, 0) /* (B3) MCU_MCAN0_RX */ /* SODIMM 26 */ > > + AM62X_MCU_IOPAD(0x0034, PIN_OUTPUT, 0) /* (D6) MCU_MCAN0_TX */ /* SODIMM 24 */ > > This is minor - I realize we already accepted this, but: > /* (B3) MCU_MCAN0_RX */ /* SODIMM 26 */ > Vs > /* (B3) MCU_MCAN0_RX - SODIMM 26 */ > > I wonder if you'd like the second style. For sure I do not like to have the file with 2 different styles, and to me this is just a taste thingy that would not justify updating the whole file. I'll keep it as it is. Francesco