Skip to content

Commit 1594e57

Browse files
committed
ARM: dts: lpc32xx: change NAND controllers node names
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>
1 parent d2bfa3f commit 1594e57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@
6262
/*
6363
* Enable either SLC or MLC
6464
*/
65-
slc: flash@20020000 {
65+
slc: nand-controller@20020000 {
6666
compatible = "nxp,lpc3220-slc";
6767
reg = <0x20020000 0x1000>;
6868
clocks = <&clk LPC32XX_CLK_SLC>;
6969
status = "disabled";
7070
};
7171

72-
mlc: flash@200a8000 {
72+
mlc: nand-controller@200a8000 {
7373
compatible = "nxp,lpc3220-mlc";
7474
reg = <0x200a8000 0x11000>;
7575
interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)