[PATCH 1/2] ARM: dts: lpc32xx: change NAND controllers node names
Vladimir Zapolskiy
vz at mleia.com
Wed Dec 24 08:58:44 PST 2025
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 at mleia.com>
---
arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi b/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi
index 206c66bdfe41..3d5a59b2886c 100644
--- a/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi
+++ b/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi
@@ -62,14 +62,14 @@ iram: sram at 8000000 {
/*
* Enable either SLC or MLC
*/
- slc: flash at 20020000 {
+ slc: nand-controller at 20020000 {
compatible = "nxp,lpc3220-slc";
reg = <0x20020000 0x1000>;
clocks = <&clk LPC32XX_CLK_SLC>;
status = "disabled";
};
- mlc: flash at 200a8000 {
+ mlc: nand-controller at 200a8000 {
compatible = "nxp,lpc3220-mlc";
reg = <0x200a8000 0x11000>;
interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
--
2.43.0
More information about the linux-arm-kernel
mailing list