From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 47E6B3947B8; Fri, 19 Jun 2026 16:08:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781885332; cv=none; b=qJUe4NsPwVUq56uCOfUB49aGAByWWDZc+Qd9eunlYTzxV0DqjaOsnJWHma0H76wnst1A7kL1jgNKSUtKZX6jsjYwnwYYd9AX0n4j4JeaVbBSV6L01UQmBXqaA3rbEWmF/JSBqR1l8cWQg1vTwN+1jsYzFt0P+u8DZkkeFTQVUpg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781885332; c=relaxed/simple; bh=IZBZZMg5/MujLTP47UFAq9wwXBvXEvulfL2I98ygXPI=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=InkAwFO8d/IepOav+zCW6S/5VCb2yJ/43XzD8lWogoFOrEtvBOlvX95iKkjobrnsCPaJTVmxNsGqS6pDjlEGtQcDN4+jvqeXMzQiRcdCn5zFcNe6AKL2p7GnmMhiCFZvUV0ieARN1ZKIuM8puKmhk/B6cKcJ7fipe9DpaAi+8+M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PiigFRnM; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="PiigFRnM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 19B361F000E9; Fri, 19 Jun 2026 16:08:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781885331; bh=g3rjYwyXp9LVnLG0ToWc25PWAKwvGflge9Yq+toMptA=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=PiigFRnMAgWqZbRw8JbcDuSyWN/DDDNft2XfAW1edDrOHtPgypB6APfPuGmIhLHu1 xidrGAjPub7xmEhPpv1ekZfWyczoaWbpqZTAK/KzcOr0E4KfwB2DcrpD3CdyY0owFy /j5YhXdsrBRlZBxASaxKu1Z3s2+GqIRNdq34COVmnlFLHKIdtSDbXOmMFdKsM6xc++ 05I6mBEafF6I9VrpOgGSAkdHdO7/yaqfEkuYXGHivIExGArF4ucv3FWG+vGvVlhFLA zc5Iznd/AAZlF+q/kau+VlvD6cfyfYH5y2fpPQTcAHNfaYM6SxZNmplUeHGccTBJJv ME0pKRKGCXJ1Q== Message-ID: <7d946861-c3cb-4512-9d5f-9f4cb9b7ee8a@kernel.org> Date: Fri, 19 Jun 2026 19:07:59 +0300 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 00/11] ARM: NXP: Drop NOMMU platform support To: Frank.Li@oss.nxp.com, Arnd Bergmann , Sascha Hauer , Pengutronix Kernel Team , Stefan Agner , Fabio Estevam , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Russell King , Abel Vesa , Peng Fan , Michael Turquette , Stephen Boyd , Brian Masney , Dong Aisheng , Jacky Bai , NXP S32 Linux Team , Linus Walleij , Piotr Wojtaszczyk , Kees Cook , "Gustavo A. R. Silva" Cc: linux-arm-kernel@lists.infradead.org, imx@lists.linux.dev, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, linux-hardening@vger.kernel.org, Frank Li References: <20260619-dts_cleanup_arm_mcore-v1-0-0101795a2662@nxp.com> From: Vladimir Zapolskiy In-Reply-To: <20260619-dts_cleanup_arm_mcore-v1-0-0101795a2662@nxp.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hello Frank. On 6/19/26 18:40, Frank.Li@oss.nxp.com wrote: > Commercial users and hardware vendors migrated to Zephyr or other RTOS > solutions years ago, leaving the NOMMU platform support effectively > unused and unmaintained. > > Remove the obsolete support to reduce maintenance burden and simplify the > Freescale/nxp platform code. > > Some driver code still be kept and may clean up later since it is possible > reused by other SoC. > > Signed-off-by: Frank Li This change is a bit too early to happen, I prefer to get it orchestrated by Arnd. So, as for today I NAK the change for its NXP LPC part. > --- > Frank Li (11): > ARM: dts: vf610m4: Remove NOMMU platform support > ARM: dts: imxrt1050: Remove NOMMU platform support > ARM: imx: Remove NOMMU platform support > clk: imx: imxrt1050: Remove NOMMU platform support > pinctrl: freescale: IMXRT: Remove NOMMU platform support > ARM: imxrt_defconfig: Remove NOMMU platform support > ARM: dts: lpc: Remove NOMMU platform support > ARM: mach-lpc: Remove NOMMU platform support > ARM: configs: lpc*: Remove NOMMU platform support > clk: nxp: lpc: Remove NOMMU platform support > pinctrl: nxp: lpc: Remove NOMMU platform support > > .../devicetree/bindings/pinctrl/fsl,imxrt1050.yaml | 79 - > .../devicetree/bindings/pinctrl/fsl,imxrt1170.yaml | 77 - > arch/arm/Kconfig | 12 - > arch/arm/Makefile | 2 - > arch/arm/boot/dts/nxp/Makefile | 1 - > arch/arm/boot/dts/nxp/imx/Makefile | 2 - > arch/arm/boot/dts/nxp/imx/imxrt1050-evk.dts | 72 - > arch/arm/boot/dts/nxp/imx/imxrt1050-pinfunc.h | 993 ------------ > arch/arm/boot/dts/nxp/imx/imxrt1050.dtsi | 160 -- > arch/arm/boot/dts/nxp/imx/imxrt1170-pinfunc.h | 1561 ------------------- > arch/arm/boot/dts/nxp/lpc/Makefile | 9 - > arch/arm/boot/dts/nxp/lpc/lpc18xx.dtsi | 543 ------- > arch/arm/boot/dts/nxp/lpc/lpc3250-ea3250.dts | 273 ---- > arch/arm/boot/dts/nxp/lpc/lpc3250-phy3250.dts | 236 --- > arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi | 540 ------- NXP LPC32xx is ARMv5 and it has MMU, hence it's plainly out of scope of the proposed "dropping NOMMU platform support". -- Best wishes, Vladimir