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 0BB2BC433F5 for ; Mon, 6 Dec 2021 03:41:14 +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=snVLGltL5ge59UZuph/W4zetM+7IFaA+tzAQvFGgFvw=; b=4aO95XDG0WjHl6 JYqppj1gBhy6jbhXTaoD+IlmYfpIT/KwQ/Hb5HJ1hmu61oA/PNjG5SZ8T94Nz3g+EqQ0G5jFbOCRC W7V5ycIOGrwclbBNcjaeGVWlNi1K8KUvjdmpxHmfGXGbZvF1Tsf8iOG75XYHffhI7W1aXD8uMUZmy FcCxl4y5iLoWECtGbNXNpzoX4a43k++H0TsLbqFFr2B5SCKAgdM7Euwbgdk4LWZIUnV9VuStMKkz7 JdgRnHPG3QnVLyTO2ucq0mQpS8WMPkE8Wahxn3yrkat8+q3qeSBJoa8C1yMxOc/GdLqfrOtDON7jq g6OIrlXHFz6IcV9wClrQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mu4qq-002Y26-9O; Mon, 06 Dec 2021 03:39:40 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mu4qn-002Y1m-32 for linux-arm-kernel@lists.infradead.org; Mon, 06 Dec 2021 03:39:38 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 735576118B; Mon, 6 Dec 2021 03:39:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 03079C341C2; Mon, 6 Dec 2021 03:39:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1638761975; bh=G8Er7UOQoTAf/H/O3gl71+y4wSaffr2EuuVEvSRewdI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=K0FIcZA5rfeNKZ0OzkNcymRCpG1v5ULYXD+U1qXTtjVGgAtju5XGwltIT3v8S6hJY YCi9tve1Z4kXFr6M4o5xjF4cPQhDo/4k0VTHzpFIiShkDGq+3R0PMoO5K1KMY1nutF Ilzo8rdsCqZy7wvL1LNIOvJYW3Q7Lxsbb3qw4tkVRJDdTovBdLiLh96dZ42rfsTspg YkfMWl0Rm/4jB3ORSu5vpAl5Z2cRsrMGA9k4qwwbs1vpLNEvY6/JVO9a3GVSS6b9cX ou3JTxgJGfwGzuRGBybPw5DLSsP0UFaN+Txb63UVupWSBFR7IlzUyGNoBOsnuXBXZk 1yvKIhGgysFRg== Date: Mon, 6 Dec 2021 11:39:29 +0800 From: Shawn Guo To: Alexander Stein Cc: Rob Herring , Sascha Hauer , Catalin Marinas , Will Deacon , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 0/7] Support for some TQMa8M* boards Message-ID: <20211206033921.GF4216@dragon> References: <20211201072949.53947-1-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211201072949.53947-1-alexander.stein@ew.tq-group.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211205_193937_243393_1CC6138D X-CRM114-Status: GOOD ( 26.06 ) 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 On Wed, Dec 01, 2021 at 08:29:41AM +0100, Alexander Stein wrote: > Thanks for the review on v2! > > Changes in v3: > * Rebased to next-20211129 > * Adjusted commit subjects (tree -> device tree) > * Use hyphen in node names instead of underscore > * Removed bootargs from DT > * Fixed audio-codec node name and handle name > * Property 'enet-phy-lane-no-swap' was already documented, but got accidently > removed during YAML conversion. Fix is pending at at [2] > * Use matrix instead of array for 'fsl,pins' as required by pinctrl bindings. > This reduces the lines in stderr from dtbs_check for these DT files from 475 > down to 191 > * Removed TODO regarding unsupported USB over-current polarity > > Changes in v2: > * Rebased to next-20211101 > * Added Rob's Acked-By on Patch for DT bindings > * for other changes please refer to individual patches > > Note on TQMa8Mx: > Due to CPU errata cpuidle is broken and needs to be disabled, see [1] for > pending patch. > > This patch set adds support for the following modules: > * TQMa8Mx > * TQMa8MxML > * TQMa8MxNL > > Each of the modules is available with different i.MX8M variants, the > bootloader modifies the device tree and disabled paripherals which > are not available on the actual hardware. > > All of them can be attached to the same mainboard MBa8Mx, although > TQMa8MxML & TQMa8MxNL need an adapter. For that reason there is a single > mainboard .dtsi file named mba8mx.dtsi. > > There is a .dtsi file for each module named imx8m?-tmqa8m*.dts. > > Finally there is the final .dts file which includes the mainboard and > the attached module and contains the missing connection, prominently clk > and pinctrl defines. > > [1] https://patchwork.kernel.org/project/linux-arm-kernel/patch/20211105095535.3920998-1-alexander.stein@ew.tq-group.com/ > [2] https://www.spinics.net/lists/devicetree/msg460023.html > > Alexander Stein (7): > dt-bindings: arm: fsl: add TQMa8MxML boards > arm64: dts: freescale: add initial device tree for TQMa8MQML with > i.MX8MM > arm64: defconfig: enable drivers for TQ TQMa8MxML-MBa8Mx > dt-bindings: arm: fsl: add TQMa8MxNL boards > arm64: dts: freescale: add initial device tree for TQMa8MQNL with > i.MX8MN > dt-bindings: arm: fsl: add TQMa8Mx boards > arm64: dts: freescale: add initial device tree for TQMa8Mx with i.MX8M Applied all, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel