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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AC7ACC6FD1F for ; Wed, 3 Apr 2024 07:07:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=gQGfQzZg9OS2jVe7Dy2a/ArSXQ8niAodpyLUiJ7l5WM=; b=splfnFNIxiV+Gs KI1Grd1Yk2B8pXw4j93eaYodw9K65RBH8G/mGoX8yh3N91dZizTzXRgTYtvobEDUBiegyOj986uOa F5HdhJfe7Xls3CZIJUA5zFHaR1qguyAISCZwQivI6EIA6II66VWWi3ORDh5MtFrM2fMaWlskf9HFf dzY5ptehJWB5YgDvvcIpmTgWuabAbZduMq+XM1FC8HZg3m++Qqaj0Gsjmlf9mlZ+CVpo3aKK9gZ4N L8vWRaxzMBqzV1OTHWa4zfB6aAYsQQ4BYoLzDgoP9VejCEQWl7tpvy/I25YWuDFJ2PaYB976gtxqi +zY48jeQObuJdVSW5eFQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rrui8-0000000EOBz-2KbY; Wed, 03 Apr 2024 07:07:04 +0000 Received: from mail11.truemail.it ([217.194.8.81]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rrui4-0000000EO9Y-1mFm for linux-arm-kernel@lists.infradead.org; Wed, 03 Apr 2024 07:07:02 +0000 Received: from francesco-nb (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id 349501F9B3; Wed, 3 Apr 2024 09:06:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1712128013; bh=b/iyQ0g7EhgQ4rUty3uF5SLfMr97q4ikk+EFJcnzj3c=; h=From:To:Subject; b=hq3xOYk1jDcOsS1lYrZCd6Vj55jVi0+0S6yj+4UaSuQE3xv/q0S5h7UJousEqAKHE /t+Mu7HbHdfZwUNo+nTP/ABi4zccdWBk+ecigRiwtnz+3BTGZtOS9i9fcgIyf8QOnq lYSIc5e3Qp70DCks5MI8d/MTsnCmYwQmgsyeTB8P9vcHxAB87Ro3tTNEn7HR/FW2jz 9uRH70jQOi53Mh5RyS0+IkMUIGQWhresUrXoRefm9nPLnAIGwzatIz6u8MJsmGfS9z ngUTmwo848uEYcij6dJPrF0CYhtBFQGKMPObwS2NHZLmasjB14tieQIIX5plNnLf8Y vnJPrllZGtpjA== Date: Wed, 3 Apr 2024 09:06:51 +0200 From: Francesco Dolcini To: Laurent Pinchart , Shawn Guo Cc: devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, Trevor Zaharichuk , Greg Lytle , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Rob Herring , Krzysztof Kozlowski , Conor Dooley Subject: Re: [PATCH 5/5] arm64: dts: Add device tree source for the Au-Zone Maivin Starter Kit Message-ID: <20240403070651.GB5070@francesco-nb> References: <20240325203245.31660-1-laurent.pinchart@ideasonboard.com> <20240325203245.31660-6-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240403_000700_671613_F0BFB767 X-CRM114-Status: GOOD ( 13.02 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello Laurent, On Wed, Apr 03, 2024 at 08:30:11AM +0800, Shawn Guo wrote: > On Mon, Mar 25, 2024 at 10:32:45PM +0200, Laurent Pinchart wrote: > > diff --git a/arch/arm64/boot/dts/freescale/imx8mp-maivin.dts b/arch/arm64/boot/dts/freescale/imx8mp-maivin.dts > > new file mode 100644 > > index 000000000000..2d1c8e782465 > > --- /dev/null > > +++ b/arch/arm64/boot/dts/freescale/imx8mp-maivin.dts > > @@ -0,0 +1,236 @@ [...] > > +/* Verdin I2C_2_DSI */ > > +&i2c2 { > > + status = "okay"; > > + > > + clock-frequency = <400000>; > > + scl-gpios = <&gpio5 16 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>; > > + sda-gpios = <&gpio5 17 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>; > > We usually end property list with 'status'. This is now a written and explicit guideline, no longer tribal knowledge, see https://docs.kernel.org/devicetree/bindings/dts-coding-style.html#order-of-properties-in-device-node Francesco _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel