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 35052C433EF for ; Mon, 11 Apr 2022 02:15:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243530AbiDKCRc (ORCPT ); Sun, 10 Apr 2022 22:17:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44194 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238514AbiDKCRc (ORCPT ); Sun, 10 Apr 2022 22:17:32 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4500760E2; Sun, 10 Apr 2022 19:15:19 -0700 (PDT) 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 BD86A61034; Mon, 11 Apr 2022 02:15:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 27AAAC385A4; Mon, 11 Apr 2022 02:15:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649643318; bh=HrfWFfTOe6j154rTRQZaqm2rUNiKm4IP07T469feT/M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nFFEDTg+4TToywMjDQAyVK4Sm6uES5N8uq0ECkFg/s59aFORXQIraYALz/8TEzIVj 2LKpDmWyJX42tlLPtiEr4I9Gt7yc8yDIt2EpwKTHQeBbNsU7KdDZeZZi1ca7j9kMub PxnufUDnVkOkQrq5Mn/IPKAHohFINKwiLsBCovPwYGff4p+9BC9gYT6aoiszmeqs5N I9UvPgOZrkmmfwUpWQ7ZY0q0j+Hqhj9j5absFY6WL+NJAE5eiDI6x1Xguwt+BLW+ev RuUGzJhoennVgSVLYmMDdytVCXjQZNkwzgRDQGK6xoe7TVO/ShrPZA9M31BFLyoxT6 b1iA6lN9O98IQ== Date: Mon, 11 Apr 2022 10:15:07 +0800 From: Shawn Guo To: Marcel Ziswiler Cc: linux-arm-kernel@lists.infradead.org, Laurent Pinchart , Marcel Ziswiler , Alex Marginean , Alexander Stein , Arnd Bergmann , Daniel Baluta , "David S. Miller" , Fabio Estevam , Frank Rowand , Heiko Schocher , Jacky Bai , Joakim Zhang , Krzysztof Kozlowski , Kuldeep Singh , Li Yang , Lucas Stach , Matthias Schiffer , NXP Linux Team , Olof Johansson , Peng Fan , Pengutronix Kernel Team , Reinhold Mueller , Rob Herring , Russell King , Sascha Hauer , Tim Harvey , Vladimir Oltean , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 0/3] arm64: prepare and add verdin imx8m plus support Message-ID: <20220411021507.GG129381@dragon> References: <20220408145725.812566-1-marcel@ziswiler.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220408145725.812566-1-marcel@ziswiler.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Apr 08, 2022 at 04:57:22PM +0200, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > > Add DMA properties to uart2 node of the base i.MX 8M Plus device tree, > add toradex,verdin-imx8mp et al. to dt-bindings and finally, add > initial support for Verdin iMX8M Plus. > > Changes in v3: > - Add missing audio codec todo on development board as well. > - Actually define scl/sda-gpios for Verdin I2C_2_DSI aka i2c2. Also > pointed out by Laurent. Thanks! > - Update PMIC LDO4 and I2C level shifter enablement comment. > - Fix USDHC2_VSELECT sleep pinctrl value and add a comment. > - Add comment about lowering frequency on Verdin I2C_2_DSI as suggested > by Laurent. > - Re-based on top of Shawn's latest for-next based on 5.18-rc1. > > Changes in v2: > - Add Laurent's reviewed-by tag. > - Add Krzysztof's reviewed-by tag. > - Fix capitalisation of verdin in comments as reported by Laurent. > - Add/modify todo comments as suggested by Laurent. > - Add Laurent's reviewed- and tested-by tags. > > Marcel Ziswiler (3): > arm64: dts: imx8mp: add uart2 dma > dt-bindings: arm: fsl: add toradex,verdin-imx8mp et al. > arm64: dts: freescale: add initial support for verdin imx8m plus Applied all, thanks!