aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2007-11-11 06:05:11 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-01-26 10:03:55 -0500
commitc9e3de941a1694aeab60a10bd39eb710c975010d (patch)
tree2170ec347a05253c87bf18017a6c4dc506fb6ac6 /include/asm-arm
parent1e78045306e9a402b096eef95864ddf313d402d8 (diff)
[ARM] Orion: MV88F5181 support bits
add MV88F5181 support bits required by D-link DNS-323 patch Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org> Acked-by: Tzachi Perelstein <tzachi@marvell.com> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/arch-orion/orion.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/arch-orion/orion.h b/include/asm-arm/arch-orion/orion.h
index 061c03c5a17e..f787f752e58c 100644
--- a/include/asm-arm/arch-orion/orion.h
+++ b/include/asm-arm/arch-orion/orion.h
@@ -43,6 +43,9 @@
43/******************************************************************************* 43/*******************************************************************************
44 * Supported Devices & Revisions 44 * Supported Devices & Revisions
45 ******************************************************************************/ 45 ******************************************************************************/
46/* Orion-1 (88F5181) */
47#define MV88F5181_DEV_ID 0x5181
48#define MV88F5181_REV_B1 3
46/* Orion-NAS (88F5182) */ 49/* Orion-NAS (88F5182) */
47#define MV88F5182_DEV_ID 0x5182 50#define MV88F5182_DEV_ID 0x5182
48#define MV88F5182_REV_A2 2 51#define MV88F5182_REV_A2 2