ARM: LPC32xx: Adjust dtsi file for MLC controller configuration
authorRoland Stigge <stigge@antcom.de>
Thu, 14 Jun 2012 14:16:17 +0000 (16:16 +0200)
committerRoland Stigge <stigge@antcom.de>
Thu, 14 Jun 2012 14:16:17 +0000 (16:16 +0200)
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>
arch/arm/boot/dts/lpc32xx.dtsi

index 3f5dad8..254d586 100644 (file)
                        status = "disable";
                };
 
-               mlc: flash@200B0000 {
+               mlc: flash@200a8000 {
                        compatible = "nxp,lpc3220-mlc";
-                       reg = <0x200B0000 0x1000>;
+                       reg = <0x200a8000 0x11000>;
+                       interrupts = <11 0>;
                        status = "disable";
                };