ARM: at91/dt: sama5d3xek: reduce the ROM code mapping for pmecc lookup table
authorJosh Wu <josh.wu@atmel.com>
Fri, 23 Aug 2013 06:27:41 +0000 (14:27 +0800)
committerJosh Wu <josh.wu@atmel.com>
Fri, 23 Aug 2013 06:47:22 +0000 (14:47 +0800)
Signed-off-by: Josh Wu <josh.wu@atmel.com>
arch/arm/boot/dts/sama5d3.dtsi

index e994cced601b9b1f316589450d73aeb1f14b9436..b7f49615120db6527bc9da1e2165b2133ba0e879 100644 (file)
                        reg = < 0x60000000 0x01000000   /* EBI CS3 */
                                0xffffc070 0x00000490   /* SMC PMECC regs */
                                0xffffc500 0x00000100   /* SMC PMECC Error Location regs */
-                               0x00100000 0x00100000   /* ROM code */
+                               0x00110000 0x00018000   /* ROM code */
                                >;
                        interrupts = <5 IRQ_TYPE_LEVEL_HIGH 6>;
                        atmel,nand-addr-offset = <21>;
                        atmel,nand-cmd-offset = <22>;
                        pinctrl-names = "default";
                        pinctrl-0 = <&pinctrl_nand0_ale_cle>;
-                       atmel,pmecc-lookup-table-offset = <0x10000 0x18000>;
+                       atmel,pmecc-lookup-table-offset = <0x0 0x8000>;
                        status = "disabled";
 
                        nfc@70000000 {
This page took 0.025494 seconds and 5 git commands to generate.