NAND driver cleanups, thanks to Alexandros C. Couloumbis for testing * use generic NAND driver from now * add experimental support for RouterBOARD 150 NAND device

SVN-Revision: 9118
This commit is contained in:
Gabor Juhos
2007-10-04 10:56:38 +00:00
parent 3120f8a5c0
commit f1e27efedd
7 changed files with 292 additions and 38 deletions

View File

@@ -171,6 +171,8 @@
#define P5TBC_SHIFT 8
#define P5RBC_SHIFT 12
#define BW_CNTL1_NAND_ENABLE 0x100
/* PHY_CNTL0 register bits */
#define PHY_CNTL0_PHYA_MASK BITMASK(5)
#define PHY_CNTL0_PHYR_MASK BITMASK(5)