Skip to content

Commit

Permalink
ARM: at91/dt: sama5d3xek: reduce the ROM code mapping for pmecc looku…
Browse files Browse the repository at this point in the history
…p table

Signed-off-by: Josh Wu <josh.wu@atmel.com>
  • Loading branch information
Josh Wu committed Aug 23, 2013
1 parent 8ae599e commit afa6a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/sama5d3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1038,14 +1038,14 @@
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 {
Expand Down

0 comments on commit afa6a2a

Please sign in to comment.