]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: lpc32xx: change NAND controllers node names
authorVladimir Zapolskiy <vz@mleia.com>
Wed, 24 Dec 2025 16:58:44 +0000 (18:58 +0200)
committerVladimir Zapolskiy <vz@mleia.com>
Fri, 9 Jan 2026 07:15:49 +0000 (09:15 +0200)
The device tree node name of NAND controllers shall be 'nand-controller',
while 'flash' name is the name of NAND chip device tree nodes.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi

index 206c66bdfe41eabfdf5929c39d9ca27ace435a83..3d5a59b2886c2b4621257b4844efb93586a41d4d 100644 (file)
                /*
                 * Enable either SLC or MLC
                 */
-               slc: flash@20020000 {
+               slc: nand-controller@20020000 {
                        compatible = "nxp,lpc3220-slc";
                        reg = <0x20020000 0x1000>;
                        clocks = <&clk LPC32XX_CLK_SLC>;
                        status = "disabled";
                };
 
-               mlc: flash@200a8000 {
+               mlc: nand-controller@200a8000 {
                        compatible = "nxp,lpc3220-mlc";
                        reg = <0x200a8000 0x11000>;
                        interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;