diff options
author | Atsushi Nemoto | 2007-11-23 17:20:27 +0100 |
---|---|---|
committer | Ralf Baechle | 2008-01-29 11:14:58 +0100 |
commit | 2064ba23e58daa929eec6f5e7a2abc24574a95b9 (patch) | |
tree | 77967a6451b379f49a62c364e7ef352a0de50f5a /include/asm-mips | |
parent | [MIPS] IP22/IP28: fix extracting board/chip rev (diff) | |
download | kernel-qcow2-linux-2064ba23e58daa929eec6f5e7a2abc24574a95b9.tar.gz kernel-qcow2-linux-2064ba23e58daa929eec6f5e7a2abc24574a95b9.tar.xz kernel-qcow2-linux-2064ba23e58daa929eec6f5e7a2abc24574a95b9.zip |
[MIPS] TXx9 watchdog support for rbhma3100,rbhma4200,rbhma4500
This patch adds support for txx9wdt driver to rbhma3100, rbhma4200 and
rbhma4500 platform.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/tx4927/tx4927_pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips/tx4927/tx4927_pci.h b/include/asm-mips/tx4927/tx4927_pci.h index 3f1e470192e3..0be77df70f2b 100644 --- a/include/asm-mips/tx4927/tx4927_pci.h +++ b/include/asm-mips/tx4927/tx4927_pci.h @@ -9,6 +9,7 @@ #define __ASM_TX4927_TX4927_PCI_H #define TX4927_CCFG_TOE 0x00004000 +#define TX4927_CCFG_WR 0x00008000 #define TX4927_CCFG_TINTDIS 0x01000000 #define TX4927_PCIMEM 0x08000000 |