summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRussell King <rmk@flint.arm.linux.org.uk>2002-11-03 22:39:23 +0000
committerRussell King <rmk@flint.arm.linux.org.uk>2002-11-03 22:39:23 +0000
commitbe745cbc0886e4b89a32e865c6bf2b81c0db58c6 (patch)
treea2eaed75b508b26ba91403379076dae09b4df814 /include
parent531ce7b7e62f8061846c7e0c6d663cb9d6845d12 (diff)
[ARM PATCH] 1312/1: BadgePAD 4 mach-sa1100 update.
- make compile/link in 2.5.40-rmk1 - add "five_v_on" setup argument to enable 5v0 supply rail Patch from Christopher Hoover
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-sa1100/badge4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-sa1100/badge4.h b/include/asm-arm/arch-sa1100/badge4.h
index 5d9177fa7837..8d7a671492db 100644
--- a/include/asm-arm/arch-sa1100/badge4.h
+++ b/include/asm-arm/arch-sa1100/badge4.h
@@ -68,6 +68,7 @@
#define BADGE4_5V_PCMCIA_SOCK1 (1<<1)
#define BADGE4_5V_PCMCIA_SOCK(n) (1<<(n))
#define BADGE4_5V_USB (1<<2)
+#define BADGE4_5V_INITIALLY (1<<3)
#ifndef __ASSEMBLY__
extern void badge4_set_5V(unsigned subsystem, int on);