-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Uwe Kleine-König
authored and
David Woodhouse
committed
May 14, 2012
1 parent
d64b18b
commit 34e5e19
Showing
3 changed files
with
115 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: f48d0f9aa93c8f1d38f21d2531d572cf96205d58 | ||
refs/heads/master: 6436356ba156b909c34a72e2905d9a9a874ca8e1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
* Freescale's mxc_nand | ||
|
||
Required properties: | ||
- compatible: "fsl,imxXX-nand" | ||
- reg: address range of the nfc block | ||
- interrupts: irq to be used | ||
- nand-bus-width: see nand.txt | ||
- nand-ecc-mode: see nand.txt | ||
- nand-on-flash-bbt: see nand.txt | ||
|
||
Example: | ||
|
||
nand@d8000000 { | ||
compatible = "fsl,imx27-nand"; | ||
reg = <0xd8000000 0x1000>; | ||
interrupts = <29>; | ||
nand-bus-width = <8>; | ||
nand-ecc-mode = "hw"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters