From fc51e779d997032ca64e86e2faba3a955bde56da Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Mon, 16 Aug 2010 17:10:36 +0300 Subject: imx25: add chip specific IIM fusebox defines Signed-off-by: Baruch Siach Signed-off-by: Sascha Hauer --- arch/arm/mach-imx/include/mach/imx25-regs.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'arch/arm/mach-imx/include/mach/imx25-regs.h') diff --git a/arch/arm/mach-imx/include/mach/imx25-regs.h b/arch/arm/mach-imx/include/mach/imx25-regs.h index 7c2b5f9af0..ac590d9a0e 100644 --- a/arch/arm/mach-imx/include/mach/imx25-regs.h +++ b/arch/arm/mach-imx/include/mach/imx25-regs.h @@ -141,7 +141,13 @@ #define WCR_WDE 0x04 /* IIM fuse definitions */ -#define IIM_UID 0x820 +#define IIM_BANK_SIZE 32 /* excluding alignment padding for each row */ +#define IIM_BANK0_BASE (IMX_IIM_BASE + 0x800) +#define IIM_BANK1_BASE (IMX_IIM_BASE + 0xc00) +#define IIM_BANK2_BASE (IMX_IIM_BASE + 0x1000) + +#define IIM_UID (IIM_BANK0_BASE + 0x20) +#define IIM_MAC_ADDR (IIM_BANK0_BASE + 0x68) #endif /* __ASM_ARCH_MX25_REGS_H */ -- cgit v1.2.3