]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: ls1021a: Rename node name nor to flash
authorFrank Li <Frank.Li@nxp.com>
Fri, 22 Aug 2025 14:49:58 +0000 (10:49 -0400)
committerShawn Guo <shawnguo@kernel.org>
Thu, 11 Sep 2025 00:48:48 +0000 (08:48 +0800)
Rename node name nor to flash to fix below CHECK_DTBS warnings:

arch/arm/boot/dts/nxp/ls/ls1021a-twr.dtb: memory-controller@1530000 (fsl,ifc): 'nor@0,0' does not match any of the regexes: '(flash|fpga|board-control|cpld)@[a-f0-9]+(,[a-f0-9]+)+$', '^nand@[a-f0-9]+(,[a-f0-9]+)+$', '^pinctrl-[0-9]+$'

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/ls/ls1021a-qds.dts
arch/arm/boot/dts/nxp/ls/ls1021a-twr.dts

index f1acb97aee69bbcc30c8034e627a0bc6584bf608..8bc8ff2e3b03d6eeb43d79fe0555842536ab735c 100644 (file)
@@ -66,7 +66,7 @@
        bus-num = <0>;
        status = "okay";
 
-       dspiflash: at45db021d@0 {
+       dspiflash: flash@0 {
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "atmel,at45db021d", "atmel,at45", "atmel,dataflash";
                 <0x3 0x0 0x0 0x7fb00000 0x00000100>;
        status = "okay";
 
-       nor@0,0 {
+       flash@0,0 {
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "cfi-flash";
index f5c03871b2050c7cad854afaf59db046640df3c6..38281b904301df6a9d612fdd4384475a68b0cb33 100644 (file)
        ranges = <0x0 0x0 0x0 0x60000000 0x08000000>;
        status = "okay";
 
-       nor@0,0 {
+       flash@0,0 {
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "cfi-flash";