From b3c83b3b21eeec2ebf83c2e0310bc1d707037c7b Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 4 Oct 2007 10:56:38 +0000 Subject: [adm5120] NAND driver cleanups, thanks to Alexandros C. Couloumbis for testing * use generic NAND driver from now * add experimental support for RouterBOARD 150 NAND device git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9118 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_switch.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_switch.h') diff --git a/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_switch.h b/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_switch.h index f3c05f6ef..c3af94ba7 100644 --- a/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_switch.h +++ b/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_switch.h @@ -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) -- cgit v1.2.3