From patchwork Mon Jan 30 02:39:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 1733693 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=ZbRweOMc; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=pY2OWRVi; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4P4t3b6FfJz23gY for ; Mon, 30 Jan 2023 13:51:07 +1100 (AEDT) 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:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject:Cc:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=/ys1zlYpC876Yf+tXD3v40mr3z9iTjgnrOhfOoU7v2w=; b=ZbRweOMcYXOeZ1 sYeDc63DbTvQI5EQ5G7XGaLpDn7NcSrPvN+ZZzm/drdXvp8XfzQ3Lp2op80Fo18x3dKgWVJ3U8qZ6 v7tyxFrIdKJeX0zQ8MYeDKO0ctQRmVPzLXqFiRFeL3F7eS33SeUFV3IdXv21j728Ly7CFy6Xy3Xp3 VVk5CC3N/8XsjwsQ+v8oghCmJeUAhWqX54osu7worARx+fDmksmy0w/jh8rs9ax5le3a1T2muJ3e2 cjoT2LIDtsftyh4ChjkOz3VdFU8E51A0+9PXO+kD3nTH+mWZnCjdGpIKRUaZzWxebem+SUodjxPnC wIcUETB6+G1oaAAPpsBg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pMKFG-002Cm7-NU; Mon, 30 Jan 2023 02:50:10 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pMKDn-002Cfr-Op for linux-arm-kernel@lists.infradead.org; Mon, 30 Jan 2023 02:48:41 +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 ams.source.kernel.org (Postfix) with ESMTPS id 915EDB80E0E; Mon, 30 Jan 2023 02:40:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3EC03C433D2; Mon, 30 Jan 2023 02:40:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675046410; bh=DtL47TFC4GrouvciV0tg7x9E1DuxAhjooC+Q/exTScI=; h=From:List-Id:To:Cc:Subject:Date:From; b=pY2OWRVicli4qWANVvTojRohuMbbOGTRj+aL9Sz4l31N/1erWKqIz74ZXB16rqHVj ulseTwVJxKSGIepKI0TjAV2xPN0Nvn7lhqqBhkmiP29q7kbwhPjRAAb4XbUsNn8Don /ojrQ1eu/ygFhQ74wsHZbXbzCvO9LeBHIrBDjpZzRu0fsM4kL+TyEW3f7hAWQDhwmp 7AyXmBgq2vaNRYj9WBcc+s5Cex7B5JyQIl7M9GAF/o0ccGDEIZUosjnCsEAQK3kXfp UOhua1r1ZzqnD8COulrmAGx4aslvgt08qpX62gwNcIthDNeO8RmDzS3Hr2EKLtaZr1 bZ9Wk/Av86bOQ== From: Shawn Guo To: soc@kernel.org, arm@kernel.org Cc: Shawn Guo , Fabio Estevam , Stefan Agner , Li Yang , kernel@pengutronix.de, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 1/6] i.MX drivers change for 6.3 Date: Mon, 30 Jan 2023 10:39:42 +0800 Message-Id: <20230130023947.11780-1-shawnguo@kernel.org> X-Mailer: git-send-email 2.17.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230129_184839_977275_5A0841EF X-CRM114-Status: UNSURE ( 9.40 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: Content analysis details: (-2.7 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [2604:1380:4601:e00:0:0:0:1 listed in] [list.dnswl.org] -0.2 DKIMWL_WL_HIGH DKIMwl.org - High trust sender 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: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-6.3 for you to fetch changes up to 9ec590a8a1bbf6610f72124ad79231f2c5875fc9: soc: imx: imx8mp-blk-ctrl: set HDMI LCDIF panic read hurry level (2023-01-30 08:48:19 +0800) ---------------------------------------------------------------- i.MX drivers change for 6.3: - A couple of cleanups to drop device_driver owner setting from i.MX93 PD and SRC driver. - A series from Lucas Stach to add high performance PLL clock support for imx8mp-blk-ctrl driver. - A couple of changes to set LCDIF panic read hurry level for i.MX8M blk-ctrl drivers. - Use devm_platform_get_and_ioremap_resource() for imx-weim bus driver. ---------------------------------------------------------------- Deepak R Varma (2): soc: imx: imx93-pd: No need to set device_driver owner soc: imx: imx93-src: No need to set device_driver owner Lucas Stach (5): soc: imx: add Kconfig symbols for blk-ctrl drivers soc: imx: imx8mp-blk-ctrl: add instance specific probe function soc: imx: imx8mp-blk-ctrl: expose high performance PLL clock soc: imx: imx8m-blk-ctrl: set LCDIF panic read hurry level soc: imx: imx8mp-blk-ctrl: set HDMI LCDIF panic read hurry level Minghao Chi (1): bus: imx-weim: use devm_platform_get_and_ioremap_resource() drivers/bus/imx-weim.c | 4 +- drivers/soc/imx/Kconfig | 11 ++++ drivers/soc/imx/Makefile | 6 +-- drivers/soc/imx/imx8m-blk-ctrl.c | 27 +++++++--- drivers/soc/imx/imx8mp-blk-ctrl.c | 108 ++++++++++++++++++++++++++++++++++++++ drivers/soc/imx/imx93-pd.c | 1 - drivers/soc/imx/imx93-src.c | 1 - 7 files changed, 144 insertions(+), 14 deletions(-) From patchwork Mon Jan 30 02:39:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 1733692 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=jGVzYAKN; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=tLan0wwW; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4P4t2m5QbYz23gY for ; Mon, 30 Jan 2023 13:50:24 +1100 (AEDT) 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:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=unXzt6UQlsgTM3l5oQ4Fer5iNHiL4kkz0gb04e5oM6o=; b=jGVzYAKN+6x8H4 aj3/zcvA1+z6gJxadoNUe99yAGZqSRu4cDlsRrtO0nwLtByFNmuXPhXt2AR8P+mpt0OQuc3cKUxoQ GjKl8c6+asUMQc5vIL56w8zSWx93+v3I9kUrYvSSfwmf1HdWQ3sT95zGiYxU1qhTi4CrtqAfsXSng SeWCsm5I5Wqz0BfK29Cl/Rw2Co5vutoO3EZhkTGebb7UPjh9nKk+N7LCoH1T6ApqTcekXEr6Mwtaq dWYChLn2vCgPYkJ0FGkFVuKx622WezbSpC1WJa2Mp0C3hH1Qi7IUeT2+0Hqju4KN02yRdOQrEF0zo hyInyhSfa6YPpP50xQTA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pMKEY-002ChJ-Fv; Mon, 30 Jan 2023 02:49:26 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pMKDn-002Cfs-On for linux-arm-kernel@lists.infradead.org; Mon, 30 Jan 2023 02:48:41 +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 ams.source.kernel.org (Postfix) with ESMTPS id 0161DB80E18; Mon, 30 Jan 2023 02:40:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4C170C4339C; Mon, 30 Jan 2023 02:40:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675046415; bh=XEWhy9UHPiXwaGEtx0YMIzKjHj52+QubZbcNnufEiD8=; h=From:List-Id:To:Cc:Subject:Date:In-Reply-To:References:From; b=tLan0wwWr/uP9XbjSAoyktv99zf+fwCQyFR5wVrcgJ2NwS0tZ+imw+LwJrasQbxmz 1Ub1qmQCr5+wImvdpsXVEAEda0p34EpY3wtbC1eTeCJToBrdMjoHkhQpBQ80w4gDUK L2VuJyVi3hQ16BYaBRGb2ebxSC4OfpT+QDG/1JQXaSV9/QFd8wfm/4V7ZtgQHjBhII iKgHD42MJq5e5r14GLVYAZdfBoErwTTjtvKjr4+CPU9PaMJwF3v6HUiJPhGPjv8NOY OlNM1noZLStYDxbjPbF9L6obglL83yzjUnTxgrYrpHePSzqGcW78sRQiKuuXKXhVxL i7lpUApiBwPmg== From: Shawn Guo To: soc@kernel.org, arm@kernel.org Cc: Shawn Guo , Fabio Estevam , Stefan Agner , Li Yang , kernel@pengutronix.de, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 2/6] i.MX SoC update for 6.3 Date: Mon, 30 Jan 2023 10:39:43 +0800 Message-Id: <20230130023947.11780-2-shawnguo@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230130023947.11780-1-shawnguo@kernel.org> References: <20230130023947.11780-1-shawnguo@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230129_184839_974058_7A3F698F X-CRM114-Status: UNSURE ( 8.88 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: Content analysis details: (-2.7 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [2604:1380:4601:e00:0:0:0:1 listed in] [list.dnswl.org] -0.2 DKIMWL_WL_HIGH DKIMwl.org - High trust sender 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: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-6.3 for you to fetch changes up to 7c355b572ecdc17a426cf90511aaa143b293fa8b: ARM: imx: mach-imx6ul: add imx6ulz support (2023-01-26 19:25:34 +0800) ---------------------------------------------------------------- i.MX SoC update for 6.3: - Call ida_simple_remove() to free up ID allocated by ida_simple_get() for MMDC driver. - Add i.MX6ULZ compatible string to match table. ---------------------------------------------------------------- Angus Chen (1): ARM: imx: Call ida_simple_remove() for ida_simple_get Pierluigi Passaro (1): ARM: imx: mach-imx6ul: add imx6ulz support arch/arm/mach-imx/mach-imx6ul.c | 1 + arch/arm/mach-imx/mmdc.c | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 12 deletions(-) From patchwork Mon Jan 30 02:39:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 1733689 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=CYaG1r6M; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=m5BPbFsq; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4P4ssN4N5kz23hg for ; Mon, 30 Jan 2023 13:42:16 +1100 (AEDT) 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:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=qfs8+ToVG7rzg4EarQfTZvsRanVZ4Z94SuPoKrGNVyU=; b=CYaG1r6MFQqi5z 9cdDf9irFBuNk9HsOcATVrztV2pDg6ej7r18YIl253/k6bOQS5XwGkW0t3HqVFYUKiGZKe5I/SBwV mzy5HdGQ5O5X5piIF5WhvlaLAnCa/RfLRHF2nrYn6qQdGhoCdl2okhFKozSe8dXHukaDWBjrzavPE 8UxOddqfux0G75vS9SZxZurAzW61lh32Ggbal0+IbrCRbz0izNpXSXNoHYmJTF0dDHhmX8rGoFx1M ns6lyv6Ughi7uZmjZTZ+jljlXG+rYbBi77sGXOnoGcWdp/ElnXAxNj8lZNQYmPFpv0AWfOCNP5dKK xw+L37vUanMNC1oqNPFQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pMK6W-002BZY-EI; Mon, 30 Jan 2023 02:41:08 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pMK5l-002BZ8-Ob for linux-arm-kernel@lists.infradead.org; Mon, 30 Jan 2023 02:40:23 +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 BBEEA60E07; Mon, 30 Jan 2023 02:40:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B4CE2C4339E; Mon, 30 Jan 2023 02:40:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675046419; bh=5ZwNFH7Q3RiPy6ErppZvKvzGy/Z+ss80NZ75OEIsKLE=; h=From:List-Id:To:Cc:Subject:Date:In-Reply-To:References:From; b=m5BPbFsqpPV8m6agOraJcYbj/SSnJnKTZHuKP8fmL7GC04rh7VXOukKVKbW61mImT MbirYo0map9zNbr4LY7dEgmC4D2YS298wYOZKH4xgYEF7ufh4VJQZcDycsqjbmuq3t iio/Ndldlv5MxaYKZPryLD145qKgzYHVUmyQmEFcVm1MMXZWsRHgRFVESOkpAh5Ydi 6gf49QNFnrQfFb6rLGEOzWjg/6rrJou8qeXE2hihXHgmq9mxJ0eR5o/NP/ydDM8sK1 Y5wPjpWOUTL+hFEQL5u8dWWFzkrJHGBYtdnFusgFRYdwH6leHjiCS97pskwaBSkRuw a1prLDyfuc0ZQ== From: Shawn Guo To: soc@kernel.org, arm@kernel.org Cc: Shawn Guo , Fabio Estevam , Stefan Agner , Li Yang , kernel@pengutronix.de, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 3/6] i.MX DT bindings update for 6.3 Date: Mon, 30 Jan 2023 10:39:44 +0800 Message-Id: <20230130023947.11780-3-shawnguo@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230130023947.11780-1-shawnguo@kernel.org> References: <20230130023947.11780-1-shawnguo@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230129_184021_919446_54DF3096 X-CRM114-Status: GOOD ( 10.87 ) X-Spam-Score: -2.7 (--) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: Content analysis details: (-2.7 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [2604:1380:4641:c500:0:0:0:1 listed in] [list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain -0.2 DKIMWL_WL_HIGH DKIMwl.org - High trust sender 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: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-bindings-6.3 for you to fetch changes up to 551460d15a05c2f4dfbb80deedcb1acb7437e165: dt-bindings: arm: fsl: Add verdin yavia carrier-board (2023-01-26 19:47:30 +0800) ---------------------------------------------------------------- i.MX DT bindings for 6.3: - New board compatibles: Beacon EmbeddedWorks i.MX8M Plus kit, DHCOM PDK2, PicoITX and DRC02, Enumerate Debix, Starterkit SK-iMX53, verdin yavia carrier-board. - Add vendor prefix for Polyhex Technology Co. - A series from Krzysztof Kozlowski to fix up fsl,imx-gpc bindings. - Add clock cells for imx8mp-hsio-blk-ctrl bindings. - A series from Marek Vasut to shuffle i.MX8MM board entries. - A couple changes from Stefan Wahren to update compatibles for i.MX28 based boards. ---------------------------------------------------------------- Adam Ford (1): dt-bindings: arm: Add Beacon EmbeddedWorks i.MX8M Plus kit Christoph Niedermaier (1): dt-bindings: arm: fsl: Add PDK2, PicoITX and DRC02 boards for the DHCOM i.MX6ULL SoM Daniel Scally (2): dt-bindings: vendor-prefixes: Add Polyhex Technology Co. dt-bindings: arm: fsl: Enumerate Debix Model A Board Dmitry Baryshkov (2): dt-bindings: vendor-prefixes: add Startkit dt-bindings: arm: fsl: Add the Starterkit SK-iMX53 board Krzysztof Kozlowski (3): dt-bindings: power: fsl,imx-gpc: document fsl,imx6ul-gpc compatible dt-bindings: power: fsl,imx-gpc: correct compatibles dt-bindings: power: fsl,imx-gpc: document interrupt-controller Lucas Stach (1): dt-bindings: soc: imx8mp-hsio-blk-ctrl: add clock cells Marek Vasut (4): dt-bindings: arm: Move MX8Menlo board to i.MX8M Mini Toradex Verdin SoM entry dt-bindings: arm: Split i.MX8M Mini NITROGEN SoM based boards dt-bindings: arm: Split i.MX8M Plus DHCOM based boards dt-bindings: arm: Move i.MX8MM Cloos PHG Board to TQM entry Peng Fan (1): dt-bindings: soc: imx: add IOMUXC GPR support Philippe Schenker (1): dt-bindings: arm: fsl: Add verdin yavia carrier-board Stefan Wahren (2): dt-bindings: arm: fsl: Fix bindings for APF28Dev board dt-bindings: arm: Document the rest of i.MX28 based boards Documentation/devicetree/bindings/arm/fsl.yaml | 96 ++++++++++++++++++++-- .../devicetree/bindings/power/fsl,imx-gpc.yaml | 19 +++-- .../bindings/soc/imx/fsl,imx-iomuxc-gpr.yaml | 57 +++++++++++++ .../bindings/soc/imx/fsl,imx8mp-hsio-blk-ctrl.yaml | 4 + .../devicetree/bindings/vendor-prefixes.yaml | 4 + 5 files changed, 169 insertions(+), 11 deletions(-) create mode 100644 Documentation/devicetree/bindings/soc/imx/fsl,imx-iomuxc-gpr.yaml From patchwork Mon Jan 30 02:39:45 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 1733690 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=nS2IY7bh; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=eIlk6od2; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4P4st92X7Vz23hg for ; Mon, 30 Jan 2023 13:42:57 +1100 (AEDT) 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:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=9mStpt2kTHaR9T/2pALoMT6INVd7QCXEHL7XZBPnU7g=; b=nS2IY7bhCtFdgS ieUJfrZ0KeaCi4NmQAY88diyBkplQRAPfPpFmM3VoW6EuBnIkXjBlZzgG5YvterHc4ktQgvr3Y7n2 0cPGF2KvogpvCbMTLsEuAKJUbFDT4PM6+/aJN06MsDvarK60O9VNCBXdj0TiU0FUQ6U/RC2nBYUos jon1jK/RKyHEPUqRVhppETCusObGpPux9ugLQZUT9g7HnVMuJMhJbOLNavBBdobvtQBR4V/7mAYBz 7XSU97QtScGB2wFiXe0A4/oG1QPsFFeGAF41jh+AbLtPB10JliajDqHAxNWKQRFqpZ+R30uT2xY/A mE8hJLdENmjhH94f3o9A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pMK7L-002BcI-7l; Mon, 30 Jan 2023 02:41:59 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pMK5p-002BZZ-2T for linux-arm-kernel@lists.infradead.org; Mon, 30 Jan 2023 02:40:26 +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 9D8F960E94; Mon, 30 Jan 2023 02:40:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 15ADFC433EF; Mon, 30 Jan 2023 02:40:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675046424; bh=Fl7MrY9KAdhhkVQaK8TKcAkX5ewsxV/DJw73UCLnuzE=; h=From:List-Id:To:Cc:Subject:Date:In-Reply-To:References:From; b=eIlk6od2xa8QO35Wei/r6m3UKAZuUFxgpqSt/9/HZwWbyUBle8Mq2Q2Oumu2TqMN5 F8CE9J2cNg4EEWNaOV3ZZnYmboFovAE3ZfOryHDu1tpW49RpnIfZtybY9XQw01rz8X Or6v7bm7DA/BlJJRKbv1l/H2Wa05+VKZHtAU1KldqjnM4OyyPEIFfeVC5LhAg1fp4Z TiuiZxvIBYoHtDYWozYkwOtLvPTFZxtxWGU3bHy+E+NAvPF80mtXzayUFtryVR3iH5 rdIP2eR+lJQ8+E16dd8ahJo8mtRlN0xtZnqwxSoJIGv3aw3/+V2DmyweGA2kYKBAbl NbA2n6K2sYR8w== From: Shawn Guo To: soc@kernel.org, arm@kernel.org Cc: Shawn Guo , Fabio Estevam , Stefan Agner , Li Yang , kernel@pengutronix.de, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 4/6] i.MX arm device tree change for 6.3 Date: Mon, 30 Jan 2023 10:39:45 +0800 Message-Id: <20230130023947.11780-4-shawnguo@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230130023947.11780-1-shawnguo@kernel.org> References: <20230130023947.11780-1-shawnguo@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230129_184025_218768_46592C1B X-CRM114-Status: GOOD ( 14.02 ) X-Spam-Score: -2.7 (--) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: Content analysis details: (-2.7 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [2604:1380:4641:c500:0:0:0:1 listed in] [list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain -0.2 DKIMWL_WL_HIGH DKIMwl.org - High trust sender 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: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-6.3 for you to fetch changes up to addaaf0a18b7964913a289f5933f618974a408b3: ARM: dts: imx6ull-dhcom: Add DHSOM based DRC02 board (2023-01-30 09:57:12 +0800) ---------------------------------------------------------------- i.MX arm device tree change for 6.3: - New board support: SK-iMX53, DHCOM i.MX6ULL based boards. - Increase MMC maximum frequency for i.MXRT1050. - A series from Krzysztof Kozlowski to align LED node names with dtschema, and use use generic node name for rave-sp device. - Use new media bus type macros for i.MX device trees. - A series from Marcel Ziswiler to improve gpio-key for Colibri and Apalis device trees. - A series from Marek Vasut to drop interrupt-names from dma-apb device. - A series from Philippe Schenker to disable USB over-current for Colibri and Apalis boards. - A few other small corrections and random changes. ---------------------------------------------------------------- Alexander Stein (2): ARM: dts: tqma6ul + mba6ulx: Fix temperature sensor compatible ARM: dts: ls1021a: Disable CAN nodes by default Andreas Kemnade (1): ARM: dts: imx: e70k02: Add touchscreen Christoph Niedermaier (3): ARM: dts: imx6ull-dhcom: Add DH electronics DHCOM i.MX6ULL SoM and PDK2 board ARM: dts: imx6ull-dhcom: Add DHCOM based PicoITX board ARM: dts: imx6ull-dhcom: Add DHSOM based DRC02 board Dmitry Baryshkov (1): ARM: dts: imx: Add support for SK-iMX53 board Fabio Estevam (2): ARM: dts: imx53: Fix sram.yaml warnings ARM: dts: imx51: Fix sram.yaml warnings Giulio Benetti (1): ARM: dts: imxrt1050: increase mmc max-frequency property Krzysztof Kozlowski (3): ARM: dts: imx: align LED node names with dtschema ARM: dts: vf610: align LED node names with dtschema ARM: dts: imx: use generic node name for rave-sp Laurent Pinchart (1): ARM: dts: freescale: Use new media bus type macros Marcel Ziswiler (3): ARM: dts: colibri-imx6: improve wake-up with gpio key ARM: dts: colibri-imx6ull: improve wake-up with gpio key ARM: dts: apalis/colibri-imx6/6ull/7: proper gpio-key node names Marek Vasut (6): ARM: dts: mxs: Drop dma-apb interrupt-names ARM: dts: imx6qdl: Drop dma-apb interrupt-names ARM: dts: imx6sx: Drop dma-apb interrupt-names ARM: dts: imx6ul: Drop dma-apb interrupt-names ARM: dts: imx7s: Drop dma-apb interrupt-names ARM: dts: vfxxx: Swap SAI DMA order Nikolaus Voss (1): ARM: dts: imx6qdl: use MAC-address from nvmem Peng Fan (1): ARM: dts: imx7s: correct iomuxc gpr mux controller cells Philippe Schenker (4): ARM: dts: apalis-imx6: Disable usb over-current ARM: dts: colibri-imx6: Disable usb over-current ARM: dts: colibri-imx6ull: Disable usb over-current ARM: dts: colibri-imx7: Disable usb over-current arch/arm/boot/dts/Makefile | 4 + arch/arm/boot/dts/e70k02.dtsi | 11 +- arch/arm/boot/dts/imx23.dtsi | 2 - arch/arm/boot/dts/imx28.dtsi | 8 - arch/arm/boot/dts/imx50-kobo-aura.dts | 2 +- arch/arm/boot/dts/imx51-zii-rdu1.dts | 2 +- arch/arm/boot/dts/imx51-zii-scu2-mezz.dts | 2 +- arch/arm/boot/dts/imx51-zii-scu3-esb.dts | 2 +- arch/arm/boot/dts/imx51.dtsi | 3 + arch/arm/boot/dts/imx53-cx9020.dts | 10 +- arch/arm/boot/dts/imx53-m53evk.dts | 4 +- arch/arm/boot/dts/imx53-m53menlo.dts | 6 +- arch/arm/boot/dts/imx53-sk-imx53.dts | 357 ++++++++++++ arch/arm/boot/dts/imx53-tx53.dtsi | 2 +- arch/arm/boot/dts/imx53-usbarmory.dts | 2 +- arch/arm/boot/dts/imx53.dtsi | 3 + arch/arm/boot/dts/imx6dl-b1x5pv2.dtsi | 6 +- arch/arm/boot/dts/imx6dl-colibri-aster.dts | 2 + arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts | 2 + arch/arm/boot/dts/imx6dl-colibri-iris.dts | 2 + arch/arm/boot/dts/imx6dl-riotboard.dts | 4 +- arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | 6 +- arch/arm/boot/dts/imx6q-apalis-eval.dts | 2 + arch/arm/boot/dts/imx6q-apalis-ixora-v1.2.dts | 2 + arch/arm/boot/dts/imx6q-apalis-ixora.dts | 2 + arch/arm/boot/dts/imx6q-gw5400-a.dts | 6 +- arch/arm/boot/dts/imx6q-h100.dts | 6 +- arch/arm/boot/dts/imx6q-kp.dtsi | 4 +- arch/arm/boot/dts/imx6q-marsboard.dts | 4 +- arch/arm/boot/dts/imx6q-tbs2910.dts | 2 +- arch/arm/boot/dts/imx6qdl-apalis.dtsi | 3 +- arch/arm/boot/dts/imx6qdl-colibri.dtsi | 5 +- arch/arm/boot/dts/imx6qdl-emcon.dtsi | 4 +- arch/arm/boot/dts/imx6qdl-gw51xx.dtsi | 4 +- arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | 6 +- arch/arm/boot/dts/imx6qdl-gw53xx.dtsi | 6 +- arch/arm/boot/dts/imx6qdl-gw54xx.dtsi | 6 +- arch/arm/boot/dts/imx6qdl-gw551x.dtsi | 2 +- arch/arm/boot/dts/imx6qdl-gw552x.dtsi | 6 +- arch/arm/boot/dts/imx6qdl-gw553x.dtsi | 4 +- arch/arm/boot/dts/imx6qdl-gw560x.dtsi | 6 +- arch/arm/boot/dts/imx6qdl-gw5903.dtsi | 2 +- arch/arm/boot/dts/imx6qdl-gw5904.dtsi | 6 +- arch/arm/boot/dts/imx6qdl-gw5907.dtsi | 4 +- arch/arm/boot/dts/imx6qdl-gw5910.dtsi | 6 +- arch/arm/boot/dts/imx6qdl-gw5912.dtsi | 6 +- arch/arm/boot/dts/imx6qdl-gw5913.dtsi | 4 +- arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi | 10 +- arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi | 4 +- arch/arm/boot/dts/imx6qdl-phytec-mira.dtsi | 6 +- arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 4 +- arch/arm/boot/dts/imx6qdl-rex.dtsi | 2 +- arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 2 +- arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 2 +- arch/arm/boot/dts/imx6qdl-ts7970.dtsi | 4 +- arch/arm/boot/dts/imx6qdl-tx6.dtsi | 2 +- arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 2 +- arch/arm/boot/dts/imx6qdl.dtsi | 7 +- arch/arm/boot/dts/imx6sl-evk.dts | 2 +- arch/arm/boot/dts/imx6sl-tolino-vision5.dts | 7 + arch/arm/boot/dts/imx6sll-evk.dts | 2 +- arch/arm/boot/dts/imx6sll-kobo-librah2o.dts | 7 + arch/arm/boot/dts/imx6sx-sabreauto.dts | 2 +- arch/arm/boot/dts/imx6sx-udoo-neo.dtsi | 4 +- arch/arm/boot/dts/imx6sx.dtsi | 1 - arch/arm/boot/dts/imx6ul-14x14-evk.dtsi | 4 +- arch/arm/boot/dts/imx6ul-phytec-phycore-som.dtsi | 2 +- arch/arm/boot/dts/imx6ul-tqma6ul-common.dtsi | 4 +- arch/arm/boot/dts/imx6ul-tx6ul.dtsi | 2 +- arch/arm/boot/dts/imx6ul.dtsi | 1 - arch/arm/boot/dts/imx6ull-colibri-aster.dtsi | 2 + arch/arm/boot/dts/imx6ull-colibri-eval-v3.dtsi | 2 + arch/arm/boot/dts/imx6ull-colibri-iris.dtsi | 2 + arch/arm/boot/dts/imx6ull-colibri.dtsi | 4 +- arch/arm/boot/dts/imx6ull-dhcom-drc02.dts | 99 ++++ arch/arm/boot/dts/imx6ull-dhcom-pdk2.dts | 222 ++++++++ arch/arm/boot/dts/imx6ull-dhcom-picoitx.dts | 101 ++++ .../arm/boot/dts/imx6ull-dhcom-som-cfg-sdcard.dtsi | 97 ++++ arch/arm/boot/dts/imx6ull-dhcom-som.dtsi | 633 +++++++++++++++++++++ arch/arm/boot/dts/imx6ull-dhcor-som.dtsi | 255 +++++++++ arch/arm/boot/dts/imx7-colibri-aster.dtsi | 1 + arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi | 1 + arch/arm/boot/dts/imx7-colibri-iris-v2.dtsi | 1 + arch/arm/boot/dts/imx7-colibri-iris.dtsi | 1 + arch/arm/boot/dts/imx7-colibri.dtsi | 2 +- arch/arm/boot/dts/imx7d-colibri-aster.dts | 1 + arch/arm/boot/dts/imx7d-colibri-emmc-aster.dts | 1 + arch/arm/boot/dts/imx7d-colibri-emmc-eval-v3.dts | 1 + arch/arm/boot/dts/imx7d-colibri-emmc-iris-v2.dts | 1 + arch/arm/boot/dts/imx7d-colibri-emmc-iris.dts | 1 + arch/arm/boot/dts/imx7d-colibri-emmc.dtsi | 1 + arch/arm/boot/dts/imx7d-colibri-eval-v3.dts | 1 + arch/arm/boot/dts/imx7d-colibri-iris-v2.dts | 1 + arch/arm/boot/dts/imx7d-colibri-iris.dts | 1 + arch/arm/boot/dts/imx7d-zii-rmu2.dts | 2 +- arch/arm/boot/dts/imx7d-zii-rpu2.dts | 2 +- arch/arm/boot/dts/imx7s.dtsi | 3 +- arch/arm/boot/dts/imxrt1050.dtsi | 2 +- arch/arm/boot/dts/ls1021a.dtsi | 4 + arch/arm/boot/dts/mba6ulx.dtsi | 2 +- arch/arm/boot/dts/vf610-bk4.dts | 2 +- arch/arm/boot/dts/vf610-zii-dev.dtsi | 2 +- arch/arm/boot/dts/vf610-zii-scu4-aib.dts | 2 +- arch/arm/boot/dts/vf610-zii-spb4.dts | 2 +- arch/arm/boot/dts/vf610-zii-ssmb-spu3.dts | 2 +- arch/arm/boot/dts/vfxxx.dtsi | 20 +- 106 files changed, 1965 insertions(+), 145 deletions(-) create mode 100644 arch/arm/boot/dts/imx53-sk-imx53.dts create mode 100644 arch/arm/boot/dts/imx6ull-dhcom-drc02.dts create mode 100644 arch/arm/boot/dts/imx6ull-dhcom-pdk2.dts create mode 100644 arch/arm/boot/dts/imx6ull-dhcom-picoitx.dts create mode 100644 arch/arm/boot/dts/imx6ull-dhcom-som-cfg-sdcard.dtsi create mode 100644 arch/arm/boot/dts/imx6ull-dhcom-som.dtsi create mode 100644 arch/arm/boot/dts/imx6ull-dhcor-som.dtsi From patchwork Mon Jan 30 02:39:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 1733694 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=i419V+zE; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=cOC0rB/a; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4P4t4V2wNZz23gY for ; Mon, 30 Jan 2023 13:51:54 +1100 (AEDT) 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:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=zwKmJc3yWYW0fO5dcAzI3X9ssbkLDw6SvEVt71zoGZI=; b=i419V+zEq7+10n /mdRT1+ZmFC4PLXkygAduGYlHWYQ42QIvLak3n1IwluQv6B/fQTMxCiiCcTLgoJ9ybw6ucnxUxSmV q/I0NdOfcGMSHNuMb/pSRJtn6YjrpWrWCk8uqltn5ZCxrEGrXfm9u06v4ly75hm370PwGCu8lIzhH ssmkbx0WB2ixJoRsgdh39E6L7e7TT8RxJDVMrjdeXcDxQd1SqWfukn/mvPXG+R3vV4RD/Y3xu+pca xG6kfKrRwIy1dMBR+SbYnj3TU3pnGE48A8vvJ0EZF1l7QqAzJoNsZAMBi8h63hA57wth/+WumiGBg xWN7ogB9dvlzuCasG3bw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pMKFy-002CpQ-24; Mon, 30 Jan 2023 02:50:54 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pMKDn-002Cft-Oo for linux-arm-kernel@lists.infradead.org; Mon, 30 Jan 2023 02:48:42 +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 ams.source.kernel.org (Postfix) with ESMTPS id 56C3BB80E15; Mon, 30 Jan 2023 02:40:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8C1F6C433A0; Mon, 30 Jan 2023 02:40:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675046429; bh=DD9kJWUtPHb4L9B6qm/jw2hcyE9BzOu5pzOtx9e+a9Q=; h=From:List-Id:To:Cc:Subject:Date:In-Reply-To:References:From; b=cOC0rB/a+vqyyy/+4/1AkEXrxtxMdZRJQlOpWv41LOPXmlEaAs5A/3oxsfBO5/yY/ EGBXH6CO6LJPHm1QO/E1Ps90S9fr/UCEFb41/TfAztYaKNyrDr39JgxMBjnSQRG9Ew hVc+E2E/eHqt0mVb2An2NFTVsCc9Vm7NSBHF/8koB9UcKK+rFjPx8NL7T/hjUrxl/H sZ1NehAjWbd+EvmRPAjrdBvuKktWLweOW+tRDjEgzanceM2/WtsKu/slEuJ1RC90pF keiPrkFEYPYuqkpW0vA47AQt4+GHb+Bg3Py5rPUHDRznCOKSDOqTukG+qXZLwPdMJP YN1oSUcw+xMFA== From: Shawn Guo To: soc@kernel.org, arm@kernel.org Cc: Shawn Guo , Fabio Estevam , Stefan Agner , Li Yang , kernel@pengutronix.de, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 5/6] i.MX arm64 device tree change for 6.3 Date: Mon, 30 Jan 2023 10:39:46 +0800 Message-Id: <20230130023947.11780-5-shawnguo@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230130023947.11780-1-shawnguo@kernel.org> References: <20230130023947.11780-1-shawnguo@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230129_184840_137720_791F0BCE X-CRM114-Status: GOOD ( 17.67 ) X-Spam-Score: -5.4 (-----) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: Content analysis details: (-5.4 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at https://www.dnswl.org/, high trust [145.40.68.75 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain -0.2 DKIMWL_WL_HIGH DKIMwl.org - High trust sender 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: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-6.3 for you to fetch changes up to 46e828026cc8daf29b251efca27b93eaaf906081: arm64: ls1046ardb: Use in-band-status for SFP module (2023-01-30 10:05:43 +0800) ---------------------------------------------------------------- i.MX arm64 device tree change for 6.3: - New board support: i.MX8MP Beacon Kit, Debix Model A Board, Verdin Yavia boards. - Add Flexcan and ADC support for i.MX93. - A series from Krzysztof Kozlowski to align LED node names with dtschema and use generic node name for rave-sp. - Move PCIe controller clock setup from board dts to SoC dtsi. - Add clock-cells to i.MX8MP hsio-blk-ctrl device. - Add TMU phandle to calibration data in OCOTP for i.MX8M. - Improve bluetooth UART on DH electronics i.MX8M Plus DHCOM. - Drop sd-vsel-gpios from i.MX8M Verdin SoM and DHCOM SoM. - A series from Peng Fan to improve iomuxc-gpr device for i.MX8M. - Declare IOMMU cache-coherent page table walk feature for LS1028A and LS1088A. - A few small corrections and random updates. ---------------------------------------------------------------- Adam Ford (2): arm64: dts: imx8mp: Enable spba-bus on AIPS3 arm64: dts: freescale: Introduce imx8mp-beacon-kit Alexander Stein (3): arm64: dts: tqma8m*: Fix temperature sensor compatible arm64: dts: imx8mp: Add LCDIF2 & LDB nodes arm64: dts: freescale: Add LVDS overlay for TQMa8MPxL Daniel Scally (1): arm64: dts: Add device tree for the Debix Model A Board Frieder Schrempf (1): arm64: dts: imx8mm-kontron: Add RTC aliases Haibo Chen (2): arm64: dts: imx93: add flexcan nodes arm64: dts: imx93: add ADC support Krzysztof Kozlowski (3): arm64: dts: imx: align LED node names with dtschema arm64: dts: imx8dxl: drop 0x from unit address arm64: dts: imx8q: use generic node name for rave-sp Lucas Stach (2): arm64: dts: imx8mp: move PCIe controller clock config to SoC dtsi arm64: dts: imx8mp: add clock-cells to hsio-blk-ctrl Marcel Ziswiler (1): arm64: dts: verdin-imx8mp: unify gpio-key node name Marco Felsch (1): arm64: dts: imx8mm-evk: use correct gpio-expander compatible Marek Vasut (18): arm64: dts: imx8m: Align SoC unique ID node unit address arm64: dts: imx8m: Document the fuse address calculation arm64: dts: imx8m: Add TMU phandle to calibration data in OCOTP arm64: dts: imx8mp: Drop deprecated regulator-compatible from i.MX8M Plus DHCOM arm64: dts: imx8mm: Drop deprecated regulator-compatible from Variscite VAR-SOM-MX8MM arm64: dts: imx8mn: Drop deprecated regulator-compatible from Variscite VAR-SOM-MX8MN arm64: dts: imx8mn: Add LDO5 regulator-name to Variscite VAR-SOM-MX8MN arm64: dts: imx8mm: Update i.MX8M Mini Toradex Verdin based Menlo board compatible string arm64: dts: imx8mm: Drop dma-apb interrupt-names arm64: dts: imx8mn: Drop dma-apb interrupt-names arm64: dts: imx8mp: Add Hantro G1, G2 DT nodes arm64: dts: imx8mm: Deduplicate PCIe clock-names property arm64: dts: imx8mq: Deduplicate PCIe clock-names property arm64: dts: imx8mp: Reorder clock to match fsl,imx6q-pcie.yaml arm64: dts: imx8mp: Improve bluetooth UART on DH electronics i.MX8M Plus DHCOM arm64: dts: imx8mm: Drop sd-vsel-gpios from i.MX8M Mini Verdin SoM arm64: dts: imx8mp: Drop sd-vsel-gpios from i.MX8M Plus Verdin SoM arm64: dts: imx8mp: Drop sd-vsel-gpios from i.MX8M Plus DHCOM SoM Martin Kepplinger (1): arm64: dts: imx8mq-librem5: use multicolor leds description for RGB led Michael Walle (1): arm64: dts: ls1028a: sl28: get MAC addresses from VPD Peng Fan (4): arm64: dts: imx8mq: correct iomuxc-gpr compatible arm64: dts: imx8mm: correct iomuxc-gpr compatible arm64: dts: imx8mn: update iomuxc-gpr node name arm64: dts: imx8mp: use syscon for iomuxc-gpr Philippe Schenker (5): arm64: dts: verdin-imx8mm: Disable usb over-current arm64: dts: imx8mm-verdin-dev: Do not include dahlia dtsi arm64: dts: imx8mp-verdin-dev: Do not include dahlia dtsi arm64: dts: imx8mm-verdin: Add yavia carrier board arm64: dts: imx8mp-verdin: Add yavia carrier board Sean Anderson (1): arm64: ls1046ardb: Use in-band-status for SFP module Stefan Eichenberger (1): arm64: dts: imx8mm-verdin: enable hpd on hdmi-connector Vladimir Oltean (2): arm64: dts: ls1028a: declare cache-coherent page table walk feature for IOMMU arm64: dts: ls1088a: declare cache-coherent page table walk feature for IOMMU Wei Fang (1): arm64: dts: imx8dxl-evk: Disable hibernation mode of AR8031 for EQOS arch/arm64/boot/dts/freescale/Makefile | 10 + .../fsl-ls1028a-kontron-kbox-a-230-ls.dts | 12 + .../freescale/fsl-ls1028a-kontron-sl28-var1.dts | 2 + .../freescale/fsl-ls1028a-kontron-sl28-var2.dts | 8 + .../freescale/fsl-ls1028a-kontron-sl28-var4.dts | 2 + .../dts/freescale/fsl-ls1028a-kontron-sl28.dts | 17 + arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 1 + arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts | 4 +- arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 1 + arch/arm64/boot/dts/freescale/imx8dxl-evk.dts | 1 + arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi | 2 +- .../dts/freescale/imx8mm-beacon-baseboard.dtsi | 5 +- .../dts/freescale/imx8mm-data-modul-edm-sbc.dts | 5 +- arch/arm64/boot/dts/freescale/imx8mm-emcon.dtsi | 4 +- arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi | 7 +- .../boot/dts/freescale/imx8mm-innocomm-wb15.dtsi | 3 - .../arm64/boot/dts/freescale/imx8mm-kontron-bl.dts | 4 +- .../boot/dts/freescale/imx8mm-kontron-osm-s.dtsi | 7 +- arch/arm64/boot/dts/freescale/imx8mm-mx8menlo.dts | 1 + .../dts/freescale/imx8mm-phyboard-polis-rdk.dts | 3 - .../boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts | 5 +- .../arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi | 4 +- arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi | 1 - .../boot/dts/freescale/imx8mm-venice-gw71xx.dtsi | 5 +- .../boot/dts/freescale/imx8mm-venice-gw72xx.dtsi | 5 +- .../boot/dts/freescale/imx8mm-venice-gw73xx.dtsi | 5 +- .../boot/dts/freescale/imx8mm-venice-gw7901.dts | 5 +- .../boot/dts/freescale/imx8mm-venice-gw7902.dts | 5 +- .../boot/dts/freescale/imx8mm-venice-gw7903.dts | 5 +- .../boot/dts/freescale/imx8mm-venice-gw7904.dts | 5 +- .../boot/dts/freescale/imx8mm-verdin-dahlia.dtsi | 2 + .../boot/dts/freescale/imx8mm-verdin-dev.dtsi | 96 +++- .../dts/freescale/imx8mm-verdin-nonwifi-yavia.dts | 18 + .../dts/freescale/imx8mm-verdin-wifi-yavia.dts | 18 + .../boot/dts/freescale/imx8mm-verdin-yavia.dtsi | 169 +++++++ arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi | 13 +- arch/arm64/boot/dts/freescale/imx8mm.dtsi | 34 +- .../arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi | 4 +- arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi | 2 +- arch/arm64/boot/dts/freescale/imx8mn.dtsi | 28 +- .../arm64/boot/dts/freescale/imx8mp-beacon-kit.dts | 550 +++++++++++++++++++++ .../boot/dts/freescale/imx8mp-beacon-som.dtsi | 416 ++++++++++++++++ .../boot/dts/freescale/imx8mp-debix-model-a.dts | 506 +++++++++++++++++++ .../arm64/boot/dts/freescale/imx8mp-dhcom-som.dtsi | 21 +- arch/arm64/boot/dts/freescale/imx8mp-evk.dts | 7 - .../freescale/imx8mp-tqma8mpql-mba8mpxl-lvds.dtso | 61 +++ .../dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts | 5 +- .../arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi | 5 +- .../boot/dts/freescale/imx8mp-venice-gw74xx.dts | 7 - .../boot/dts/freescale/imx8mp-verdin-dev.dtsi | 116 ++++- .../dts/freescale/imx8mp-verdin-nonwifi-yavia.dts | 18 + .../dts/freescale/imx8mp-verdin-wifi-yavia.dts | 18 + .../boot/dts/freescale/imx8mp-verdin-yavia.dtsi | 213 ++++++++ arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi | 3 +- arch/arm64/boot/dts/freescale/imx8mp.dtsi | 349 ++++++++----- arch/arm64/boot/dts/freescale/imx8mq-evk.dts | 10 +- .../dts/freescale/imx8mq-kontron-pitx-imx8m.dts | 10 +- .../boot/dts/freescale/imx8mq-librem5-devkit.dts | 2 +- arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 32 +- .../boot/dts/freescale/imx8mq-mnt-reform2.dts | 5 +- .../boot/dts/freescale/imx8mq-tqma8mq-mba8mx.dts | 10 +- arch/arm64/boot/dts/freescale/imx8mq-tqma8mq.dtsi | 4 +- .../arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi | 12 +- arch/arm64/boot/dts/freescale/imx8mq.dtsi | 32 +- arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts | 12 + arch/arm64/boot/dts/freescale/imx93.dtsi | 41 ++ arch/arm64/boot/dts/freescale/mba8mx.dtsi | 4 +- 67 files changed, 2717 insertions(+), 280 deletions(-) create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-verdin-nonwifi-yavia.dts create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-verdin-wifi-yavia.dts create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-verdin-yavia.dtsi create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-beacon-kit.dts create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-beacon-som.dtsi create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl-lvds.dtso create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-verdin-nonwifi-yavia.dts create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-verdin-wifi-yavia.dts create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-verdin-yavia.dtsi From patchwork Mon Jan 30 02:39:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 1733691 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=BJXfc2VW; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=uFatrkmi; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4P4sv55Zqzz23hg for ; Mon, 30 Jan 2023 13:43:45 +1100 (AEDT) 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:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Fw3u2a5KnwZbXIfhDAgvfRWIVONRwP/fbbhPlNzB4bs=; b=BJXfc2VWvflrS2 xgvjGhKoKLNeJJTceh94W4CFi8jjdA6bSJmb1A+1Skb0ngxn5JQAyDsb9kpXNS/3kOdhTgWxuJTBs jN/rBSv+YAuS5yEi9D4ivdEHSGYt+D77oAg+cdrywEaZ+jSIqpQlX6HxUvieaMjoVxSnbLy0MvQf0 oFkFznv/UhjRZxnQ7J8AME5XxCsttaHkEFlmrTL4Jwn0DiBYE4VqFON9OAfwxTZNHHizDTozNNMUL Fa+f8IuS2+g3EGXK7xZ4lhJd7UkY62JhiT9w382FnKgz3oTRJY/a3MOCE+/C8xrqlzoRJtbxCAonU OAhgkpUeGRjucZrl1V4Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pMK82-002Bfq-LH; Mon, 30 Jan 2023 02:42:42 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pMK5y-002Ba9-8N for linux-arm-kernel@lists.infradead.org; Mon, 30 Jan 2023 02:40:35 +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 B0D6960E07; Mon, 30 Jan 2023 02:40:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 89695C433EF; Mon, 30 Jan 2023 02:40:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675046433; bh=gxpgfwgvc1n8YSucAeyyHdDK+E/Xh04yIFZUjxj/03Q=; h=From:List-Id:To:Cc:Subject:Date:In-Reply-To:References:From; b=uFatrkmiN08vPZCUZfr75NCOwGDkYeVQkgf4EBSMf5VxI7uQJFwomVlr1nVzDiaxj 0MOxFqAb5tSjl3UyURGK/88R/7fZ3v1G1yY6hEtSJ6ddEvtJhyclIfKZnsFiCqH8JX 55LMuPYL74OnrNMRIJoQWQI4c7R11NSLrmfSgaG8KTIrOpzgTxO3FOGWDf3uSin2EC Owe3SLFl4FqJUyer8k91cJSU9+Z9o3NC61rYTjGFwttBps1GOMMs3zWvBm1Z74Uvu/ IUmBYw/G+putnd9Drl9wePAEEjOInpNBZM/jRckjot94yoXMy68J0gT5I0zm8OyU6I NGKiJxkvJVfoQ== From: Shawn Guo To: soc@kernel.org, arm@kernel.org Cc: Shawn Guo , Fabio Estevam , Stefan Agner , Li Yang , kernel@pengutronix.de, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 6/6] i.MX defconfig change for 6.3 Date: Mon, 30 Jan 2023 10:39:47 +0800 Message-Id: <20230130023947.11780-6-shawnguo@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230130023947.11780-1-shawnguo@kernel.org> References: <20230130023947.11780-1-shawnguo@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230129_184034_350424_CA8CBE14 X-CRM114-Status: UNSURE ( 8.75 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: Content analysis details: (-2.7 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [2604:1380:4641:c500:0:0:0:1 listed in] [list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain -0.2 DKIMWL_WL_HIGH DKIMwl.org - High trust sender 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: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-6.3 for you to fetch changes up to 06f985d227d079d77426e484c091330209859518: ARM: imx_v6_v7_defconfig: Don't enable PROVE_LOCKING (2023-01-26 08:01:14 +0800) ---------------------------------------------------------------- i.MX defconfig change for 6.3: - Drop PROVE_LOCKING option from imx_v6_v7_defconfig. - Enable i.MX ICC and DEVFREQ driver as they are required by i.MX8MP boot. ---------------------------------------------------------------- Mark Brown (1): ARM: imx_v6_v7_defconfig: Don't enable PROVE_LOCKING Peng Fan (1): arm64: defconfig: select i.MX ICC and DEVFREQ arch/arm/configs/imx_v6_v7_defconfig | 1 - arch/arm64/configs/defconfig | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-)