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 C8408C43334 for ; Tue, 19 Jul 2022 10:31:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237158AbiGSKb0 (ORCPT ); Tue, 19 Jul 2022 06:31:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54274 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236864AbiGSKbZ (ORCPT ); Tue, 19 Jul 2022 06:31:25 -0400 X-Greylist: delayed 600 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 19 Jul 2022 03:31:23 PDT Received: from smtp-out-06.comm2000.it (smtp-out-06.comm2000.it [212.97.32.74]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C2D13FA21; Tue, 19 Jul 2022 03:31:23 -0700 (PDT) Received: from gaggiata.pivistrello.it (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: francesco@dolcini.it) by smtp-out-06.comm2000.it (Postfix) with ESMTPSA id 35AE156129F; Tue, 19 Jul 2022 12:15:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailserver.it; s=mailsrv; t=1658225747; bh=GhcCPb2jQrUtMMbBjqAyvfS7kPvpUNdi6KFbBvqTx94=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=lkrOwjs5BHSTNoqlvVHR3XqIR0QeWw2+CRi2TbtiwxuGz/JChH2s56znQiOXowTO1 Pj6Um7SH1JXwXfrax1P0i/eC3cPj4I2lEUA5+mqjKqTpP/jOzoo+urN1nbKGDojzV8 ZZqN3cuEOAzTjkueg62rq9B9KkLDkeyEbxtr/I0xRvKwb45HMvmWXpHEg/vaq+01po 388nPX5PXP1hp6FI80Xis2OYwGtLkR9ygQRfhPL51lDDRTBI4aantMYMr0Cqyuq3dL DVFIn1cZ+CrEpkG+cB3ACP7QOgIYO+VS2NYn6L8XCHed2wi0jxlyyidqutIWPPR7gy bUHC4w4HgsPKA== Received: by gaggiata.pivistrello.it (Postfix, from userid 1000) id E0A3E7F888; Tue, 19 Jul 2022 12:15:46 +0200 (CEST) Date: Tue, 19 Jul 2022 12:15:46 +0200 From: Francesco Dolcini To: Krzysztof Kozlowski Cc: Martyn Welch , Rob Herring , Krzysztof Kozlowski , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@collabora.com Subject: Re: [PATCH] arm64: dts: Add device trees for MSC SM2S-IMX8PLUS SoM and carrier board Message-ID: References: <20220718152310.1937899-1-martyn.welch@collabora.com> <4473378f-1c14-3ec7-5380-12f49f3b1e3b@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4473378f-1c14-3ec7-5380-12f49f3b1e3b@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hello Krzysztof, On Tue, Jul 19, 2022 at 12:01:34PM +0200, Krzysztof Kozlowski wrote: > On 18/07/2022 17:23, Martyn Welch wrote: > > + tca6424: gpio@22 { > > + compatible = "ti,tca6424"; > > + pinctrl-names = "default"; > > + pinctrl-0 = <&pinctrl_tca6424>; > > + reg = <0x22>; > > compatible, then reg, then all other properties. This applies everywhere. Is this documented somewhere? It would be easier to enable new people to contribute, if it was. Anyway, I would add to this list status as last, when present, and I do try to order alphabetically all the other properties. Francesco