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 D23C7CD342F for ; Tue, 3 Sep 2024 07:02:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=EMLbiGBpUuXGNz3rk2Y/NL4U1KPEBS6Vzb4O8xiWm20=; b=bHcPnlz9rUlTNmDvpvLY2ysaw0 oRrH+qjKA67IsCV6bGgPmk1eHWWl3l/VVxX/8aO+pi2ae/GxZuVjYLLUAFC2Uf3lio/j4kDSAxxDk 1DGI3oLg3F3k64D5jbFM0nFd0r/wdZiqhGbVm/shQEOLi/SiuX7bIh3hjgM2805qmBinboHRq0wq8 BI3Cd/Wqia9HN/DWlwtf/1vaeFJYVO+1TXqCrSaAHC8E9vOYkdtHNvIYRTBVv44UKZ1Pmsumxz6E8 61x37d1R0XAycKD5Tsa60brrSm0oUCAXzqR31BSYiiGngt8fhvbN/2kYK/v4daFZ91Q5yGTPj4zKm yntECsRQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1slNYk-0000000Ga6G-3ZcY; Tue, 03 Sep 2024 07:02:38 +0000 Received: from mail-m16.yeah.net ([220.197.32.18]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1slNXp-0000000GZms-42Io for linux-arm-kernel@lists.infradead.org; Tue, 03 Sep 2024 07:01:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=EMLbiGBpUuXGNz3rk2Y/NL4U1KPEBS6Vzb4O8xiWm20=; b=bsPXzS05MZXmnKZRLHt1am/Tf1Lt6S6u6Fi3HVbacCc1CtVVZG0b7jGvmLxQEx gLHCmDb2YLLh3qsne2bnYaPRmmXOxsjjlCSOe7Odm5CfcrdNpJpWzaJegTWCXUg7 Cgy4DGS77ndqsSx4IE0c+TCrfLHij0yiW46qrWXQAMxEc= Received: from dragon (unknown [114.216.210.89]) by gzsmtp3 (Coremail) with SMTP id M88vCgD3X_8ctNZmsEBaAA--.108S3; Tue, 03 Sep 2024 15:00:46 +0800 (CST) Date: Tue, 3 Sep 2024 15:00:44 +0800 From: Shawn Guo To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/4] ARM: dts: nxp: imx: mnor pinctrl node improvements Message-ID: References: <20240902-dts-nxp-imx6-pinctrl-v2-0-ab8196baa07a@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240902-dts-nxp-imx6-pinctrl-v2-0-ab8196baa07a@linaro.org> X-CM-TRANSID: M88vCgD3X_8ctNZmsEBaAA--.108S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUU8529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxU-M5dDUUUU X-Originating-IP: [114.216.210.89] X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiCRpPZWbWeZS49wABsq X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240903_000142_462466_468C71AF X-CRM114-Status: UNSURE ( 9.31 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Sep 02, 2024 at 01:40:36PM +0200, Krzysztof Kozlowski wrote: > Changes in v2: > - Fix "grpgrp" -> "grp" > - Link to v1: https://lore.kernel.org/r/20240831-dts-nxp-imx6-pinctrl-v1-0-f5811032bd40@linaro.org > > Align the pinctrl node names with the bindings. > > Best regards, > Krzysztof > > --- > Krzysztof Kozlowski (4): > ARM: dts: imx6ul-tx6ul: drop empty pinctrl placeholder > ARM: dts: imx6ul: align pin config nodes with bindings > ARM: dts: imx6sl: align pin config nodes with bindings > ARM: dts: imx6qdl: align pin config nodes with bindings Applied all, thanks!