diff options
author | Josh Wu <josh.wu@atmel.com> | 2013-01-23 07:47:10 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-02-07 10:45:06 -0500 |
commit | c18c6b29e0d8aa6a14ae0f254c5e7abe41a01745 (patch) | |
tree | 659f8ba2b936de8edbb6df491b90c88bdf5fb7d2 /arch/arm/boot/dts/at91sam9n12.dtsi | |
parent | 5314bc2de94c85847f9c0f2be586bac54e6a19f4 (diff) |
ARM: at91: at91sam9n12: add DT parameters to enable PMECC
Default ecc correctable setting is 2bits in 512 bytes.
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9n12.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9n12.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9n12.dtsi b/arch/arm/boot/dts/at91sam9n12.dtsi index 80e29c605d4e..a3a3fdbaf034 100644 --- a/arch/arm/boot/dts/at91sam9n12.dtsi +++ b/arch/arm/boot/dts/at91sam9n12.dtsi | |||
@@ -390,8 +390,9 @@ | |||
390 | reg = < 0x40000000 0x10000000 | 390 | reg = < 0x40000000 0x10000000 |
391 | 0xffffe000 0x00000600 | 391 | 0xffffe000 0x00000600 |
392 | 0xffffe600 0x00000200 | 392 | 0xffffe600 0x00000200 |
393 | 0x00100000 0x00100000 | 393 | 0x00108000 0x00018000 |
394 | >; | 394 | >; |
395 | atmel,pmecc-lookup-table-offset = <0x0 0x8000>; | ||
395 | atmel,nand-addr-offset = <21>; | 396 | atmel,nand-addr-offset = <21>; |
396 | atmel,nand-cmd-offset = <22>; | 397 | atmel,nand-cmd-offset = <22>; |
397 | pinctrl-names = "default"; | 398 | pinctrl-names = "default"; |