Skip to content

Commit

Permalink
ARM: LPC32xx: Adjust dtsi file for MLC controller configuration
Browse files Browse the repository at this point in the history
This patch takes into account that the MTD NAND MLC controller needs more
registers, located actually before the previously allocated memory range,
already starting at 200a8000 instead of 200b0000.

Further, the interrupt for the controller is configured.

Signed-off-by: Roland Stigge <stigge@antcom.de>
Tested-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
  • Loading branch information
Roland Stigge committed Jun 14, 2012
1 parent d807af4 commit 6d1c3e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arch/arm/boot/dts/lpc32xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@
status = "disable";
};

mlc: flash@200B0000 {
mlc: flash@200a8000 {
compatible = "nxp,lpc3220-mlc";
reg = <0x200B0000 0x1000>;
reg = <0x200a8000 0x11000>;
interrupts = <11 0>;
status = "disable";
};

Expand Down

0 comments on commit 6d1c3e9

Please sign in to comment.