diff options
author | Nicolas Pitre <nico@cam.org> | 2009-06-03 21:24:36 +0200 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2009-06-08 19:05:03 +0200 |
commit | ae5c8c83735f5fcb09b380944e4854a383006998 (patch) | |
tree | 33a54922e45c3070961c96f6514b55bcf2634e24 /arch/arm/mach-kirkwood/include | |
parent | [ARM] Kirkwood: create a mapping for the Security Accelerator SRAM (diff) | |
download | linux-ae5c8c83735f5fcb09b380944e4854a383006998.tar.xz linux-ae5c8c83735f5fcb09b380944e4854a383006998.zip |
[ARM] Kirkwood: platform device registration for the crypto engine
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/mach-kirkwood/include')
-rw-r--r-- | arch/arm/mach-kirkwood/include/mach/kirkwood.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/include/mach/kirkwood.h b/arch/arm/mach-kirkwood/include/mach/kirkwood.h index 2172224d7e2d..07af858814a0 100644 --- a/arch/arm/mach-kirkwood/include/mach/kirkwood.h +++ b/arch/arm/mach-kirkwood/include/mach/kirkwood.h @@ -66,6 +66,8 @@ #define BRIDGE_VIRT_BASE (KIRKWOOD_REGS_VIRT_BASE | 0x20000) +#define CRYPTO_PHYS_BASE (KIRKWOOD_REGS_PHYS_BASE | 0x30000) + #define PCIE_VIRT_BASE (KIRKWOOD_REGS_VIRT_BASE | 0x40000) #define PCIE_LINK_CTRL (PCIE_VIRT_BASE | 0x70) #define PCIE_STATUS (PCIE_VIRT_BASE | 0x1a04) |