[PATCH v2 2/2] ARM: dts: imx6ul-kontron-sl-common: Fix QSPI NAND node name

Frank Li Frank.li at nxp.com
Tue Jul 8 10:55:17 PDT 2025


On Tue, Jul 08, 2025 at 02:56:05PM +0200, Frieder Schrempf wrote:
> From: Frieder Schrempf <frieder.schrempf at kontron.de>
>
> Rename QSPI NAND node to 'flash at 0' in order to fix the following
> dt-schema warning:
>
> spi-flash at 0 (spi-nand): $nodename:0: 'spi-flash at 0' does not match '^(flash|.*sram|nand)(@.*)?$'
>
> Signed-off-by: Frieder Schrempf <frieder.schrempf at kontron.de>
> ---

Reviewed-by: Frank Li <Frank.Li at nxp.com>

> Changes for v2:
> * None
> ---
>  arch/arm/boot/dts/nxp/imx/imx6ul-kontron-sl-common.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/nxp/imx/imx6ul-kontron-sl-common.dtsi b/arch/arm/boot/dts/nxp/imx/imx6ul-kontron-sl-common.dtsi
> index ab149c40a9cc1..793c95d44c7d0 100644
> --- a/arch/arm/boot/dts/nxp/imx/imx6ul-kontron-sl-common.dtsi
> +++ b/arch/arm/boot/dts/nxp/imx/imx6ul-kontron-sl-common.dtsi
> @@ -82,7 +82,7 @@ &qspi {
>  	pinctrl-0 = <&pinctrl_qspi>;
>  	status = "okay";
>
> -	spi-flash at 0 {
> +	flash at 0 {
>  		#address-cells = <1>;
>  		#size-cells = <1>;
>  		compatible = "spi-nand";
> --
> 2.50.0
>



More information about the linux-arm-kernel mailing list