Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355796
b: refs/heads/master
c: c18c6b2
h: refs/heads/master
v: v3
  • Loading branch information
Josh Wu authored and Nicolas Ferre committed Feb 7, 2013
1 parent f3a7bc6 commit e6d696b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5314bc2de94c85847f9c0f2be586bac54e6a19f4
refs/heads/master: c18c6b29e0d8aa6a14ae0f254c5e7abe41a01745
3 changes: 2 additions & 1 deletion trunk/arch/arm/boot/dts/at91sam9n12.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,9 @@
reg = < 0x40000000 0x10000000
0xffffe000 0x00000600
0xffffe600 0x00000200
0x00100000 0x00100000
0x00108000 0x00018000
>;
atmel,pmecc-lookup-table-offset = <0x0 0x8000>;
atmel,nand-addr-offset = <21>;
atmel,nand-cmd-offset = <22>;
pinctrl-names = "default";
Expand Down
5 changes: 4 additions & 1 deletion trunk/arch/arm/boot/dts/at91sam9n12ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@

nand0: nand@40000000 {
nand-bus-width = <8>;
nand-ecc-mode = "soft";
nand-ecc-mode = "hw";
atmel,has-pmecc;
atmel,pmecc-cap = <2>;
atmel,pmecc-sector-size = <512>;
nand-on-flash-bbt;
status = "okay";
};
Expand Down

0 comments on commit e6d696b

Please sign in to comment.