summaryrefslogtreecommitdiff
path: root/arch/arm/mach-sa1100/include
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2016-08-31 11:34:19 +0100
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>2022-04-02 11:11:42 +0100
commitc959cf0112fdeeba817c2463f7fb1aab492e4f2c (patch)
tree344a6944b1ab6843bb669407c9754e138d0e9922 /arch/arm/mach-sa1100/include
parent2a25af8ff5a2d077d25dda8f2ee49ddac572dc07 (diff)
ARM: sa1100/assabet: move BCR register address definition
Move the Assabet BCR register address definition out of the header file and into the board code, converting it to a iomem pointer rather than a volatile accessor. Also update the early IO maps to use the appropriate definition. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/mach-sa1100/include')
-rw-r--r--arch/arm/mach-sa1100/include/mach/assabet.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-sa1100/include/mach/assabet.h b/arch/arm/mach-sa1100/include/mach/assabet.h
index 641a961653af..380a7640facf 100644
--- a/arch/arm/mach-sa1100/include/mach/assabet.h
+++ b/arch/arm/mach-sa1100/include/mach/assabet.h
@@ -35,9 +35,6 @@ extern unsigned long SCR_value;
/* Board Control Register */
-#define ASSABET_BCR_BASE 0xf1000000
-#define ASSABET_BCR (*(volatile unsigned int *)(ASSABET_BCR_BASE))
-
#define ASSABET_BCR_CF_PWR (1<<0) /* Compact Flash Power (1 = 3.3v, 0 = off) */
#define ASSABET_BCR_CF_RST (1<<1) /* Compact Flash Reset (1 = power up reset) */
#define ASSABET_BCR_NGFX_RST (1<<1) /* Graphics Accelerator Reset (0 = hold reset) */