diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-arm/arch-omap3/cpu.h | 4 | ||||
| -rw-r--r-- | include/asm-arm/arch-pxa/pxa-regs.h | 2 | ||||
| -rw-r--r-- | include/configs/at91cap9adk.h | 4 | ||||
| -rw-r--r-- | include/configs/at91sam9260ek.h | 6 | ||||
| -rw-r--r-- | include/configs/at91sam9261ek.h | 6 | ||||
| -rw-r--r-- | include/configs/at91sam9263ek.h | 4 | ||||
| -rw-r--r-- | include/configs/at91sam9m10g45ek.h | 4 | ||||
| -rw-r--r-- | include/configs/at91sam9rlek.h | 4 | ||||
| -rw-r--r-- | include/configs/canyonlands.h | 4 | ||||
| -rw-r--r-- | include/configs/pm9261.h | 4 | ||||
| -rw-r--r-- | include/configs/pm9263.h | 4 | 
11 files changed, 25 insertions, 21 deletions
diff --git a/include/asm-arm/arch-omap3/cpu.h b/include/asm-arm/arch-omap3/cpu.h index 7a032b828..8ab2e391b 100644 --- a/include/asm-arm/arch-omap3/cpu.h +++ b/include/asm-arm/arch-omap3/cpu.h @@ -120,9 +120,9 @@ struct gpmc {  	u8 res4[0xC];  	u32 config;		/* 0x50 */  	u32 status;		/* 0x54 */ -	u8 res5[0x8]; +	u8 res5[0x8];	/* 0x58 */  	struct gpmc_cs cs[8];	/* 0x60, 0x90, .. */ -	u8 res6[0x18]; +	u8 res6[0x14];		/* 0x1E0 */  	u32 ecc_config;		/* 0x1F4 */  	u32 ecc_control;	/* 0x1F8 */  	u32 ecc_size_config;	/* 0x1FC */ diff --git a/include/asm-arm/arch-pxa/pxa-regs.h b/include/asm-arm/arch-pxa/pxa-regs.h index f34af1972..a25d4c512 100644 --- a/include/asm-arm/arch-pxa/pxa-regs.h +++ b/include/asm-arm/arch-pxa/pxa-regs.h @@ -1094,7 +1094,7 @@ typedef void		(*ExcpHndlr) (void) ;  #define OMCR10		__REG(0x40A000D8)  /* OS Match Control Register 10 */  #define OMCR11		__REG(0x40A000DC)  /* OS Match Control Register 11 */ -#define OSCR_CLK_FREQ	 3.250		   /* MHz */ +#define OSCR_CLK_FREQ	 3250		   /* kHz = 3.25 MHz */  #endif /* CONFIG_CPU_MONAHANS */  #define OSSR_M4		(1 << 4)	/* Match status channel 4 */ diff --git a/include/configs/at91cap9adk.h b/include/configs/at91cap9adk.h index 0ef355421..cc194d8b6 100644 --- a/include/configs/at91cap9adk.h +++ b/include/configs/at91cap9adk.h @@ -172,7 +172,7 @@  #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\  				"root=/dev/mtdblock1 "			\  				"mtdparts=physmap-flash.0:-(nor);"	\ -				"at91_nand:-(root) "			\ +				"atmel_nand:-(root) "			\  				"rw rootfstype=jffs2"  #else @@ -188,7 +188,7 @@  				"root=/dev/mtdblock4 "			\  				"mtdparts=physmap-flash.0:16k(bootstrap)ro,"\  				"16k(env),224k(uboot)ro,-(linux);"	\ -				"at91_nand:-(root) "			\ +				"atmel_nand:-(root) "			\  				"rw rootfstype=jffs2"  #endif diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h index 6cee59368..3507de293 100644 --- a/include/configs/at91sam9260ek.h +++ b/include/configs/at91sam9260ek.h @@ -163,7 +163,7 @@  #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"  #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\  				"root=/dev/mtdblock0 "			\ -				"mtdparts=at91_nand:-(root) "		\ +				"mtdparts=atmel_nand:-(root) "		\  				"rw rootfstype=jffs2"  #elif CONFIG_SYS_USE_DATAFLASH_CS1 @@ -177,7 +177,7 @@  #define CONFIG_BOOTCOMMAND	"cp.b 0xD0042000 0x22000000 0x210000; bootm"  #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\  				"root=/dev/mtdblock0 "			\ -				"mtdparts=at91_nand:-(root) "		\ +				"mtdparts=atmel_nand:-(root) "		\  				"rw rootfstype=jffs2"  #else /* CONFIG_SYS_USE_NANDFLASH */ @@ -190,7 +190,7 @@  #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"  #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\  				"root=/dev/mtdblock5 "			\ -				"mtdparts=at91_nand:128k(bootstrap)ro,"	\ +				"mtdparts=atmel_nand:128k(bootstrap)ro,"	\  				"256k(uboot)ro,128k(env1)ro,"		\  				"128k(env2)ro,2M(linux),-(root) "	\  				"rw rootfstype=jffs2" diff --git a/include/configs/at91sam9261ek.h b/include/configs/at91sam9261ek.h index 3d108ab62..f86698f44 100644 --- a/include/configs/at91sam9261ek.h +++ b/include/configs/at91sam9261ek.h @@ -181,7 +181,7 @@  #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"  #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\  				"root=/dev/mtdblock0 "			\ -				"mtdparts=at91_nand:-(root) "		\ +				"mtdparts=atmel_nand:-(root) "		\  				"rw rootfstype=jffs2"  #elif CONFIG_SYS_USE_DATAFLASH_CS3 @@ -195,7 +195,7 @@  #define CONFIG_BOOTCOMMAND	"cp.b 0xD0042000 0x22000000 0x210000; bootm"  #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\  				"root=/dev/mtdblock0 "			\ -				"mtdparts=at91_nand:-(root) "		\ +				"mtdparts=atmel_nand:-(root) "		\  				"rw rootfstype=jffs2"  #else /* CONFIG_SYS_USE_NANDFLASH */ @@ -208,7 +208,7 @@  #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"  #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\  				"root=/dev/mtdblock5 "			\ -				"mtdparts=at91_nand:128k(bootstrap)ro,"	\ +				"mtdparts=atmel_nand:128k(bootstrap)ro,"	\  				"256k(uboot)ro,128k(env1)ro,"		\  				"128k(env2)ro,2M(linux),-(root) "	\  				"rw rootfstype=jffs2" diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h index 32f3f62c1..a1582fcb8 100644 --- a/include/configs/at91sam9263ek.h +++ b/include/configs/at91sam9263ek.h @@ -304,7 +304,7 @@  #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"  #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \  				"root=/dev/mtdblock0 " \ -				"mtdparts=at91_nand:-(root) "\ +				"mtdparts=atmel_nand:-(root) "\  				"rw rootfstype=jffs2"  #elif CONFIG_SYS_USE_NANDFLASH @@ -317,7 +317,7 @@  #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"  #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \  				"root=/dev/mtdblock5 " \ -				"mtdparts=at91_nand:128k(bootstrap)ro,256k(uboot)ro,128k(env1)ro,128k(env2)ro,2M(linux),-(root) " \ +				"mtdparts=atmel_nand:128k(bootstrap)ro,256k(uboot)ro,128k(env1)ro,128k(env2)ro,2M(linux),-(root) " \  				"rw rootfstype=jffs2"  #endif diff --git a/include/configs/at91sam9m10g45ek.h b/include/configs/at91sam9m10g45ek.h index 4b46c31db..b46018877 100644 --- a/include/configs/at91sam9m10g45ek.h +++ b/include/configs/at91sam9m10g45ek.h @@ -179,7 +179,7 @@  #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"  #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \  				"root=/dev/mtdblock0 " \ -				"mtdparts=at91_nand:-(root) "\ +				"mtdparts=atmel_nand:-(root) "\  				"rw rootfstype=jffs2"  #else /* CONFIG_SYS_USE_NANDFLASH */ @@ -192,7 +192,7 @@  #define CONFIG_BOOTCOMMAND	"nand read 0x72000000 0x200000 0x200000; bootm"  #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \  				"root=/dev/mtdblock5 " \ -				"mtdparts=at91_nand:128k(bootstrap)ro, \ +				"mtdparts=atmel_nand:128k(bootstrap)ro, \  				256k(uboot)ro,128k(env1)ro,128k(env2)ro, \  				2M(linux),-(root) " \  				"rw rootfstype=jffs2" diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h index 916730454..b83266d30 100644 --- a/include/configs/at91sam9rlek.h +++ b/include/configs/at91sam9rlek.h @@ -142,7 +142,7 @@  #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"  #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \  				"root=/dev/mtdblock0 " \ -				"mtdparts=at91_nand:-(root) "\ +				"mtdparts=atmel_nand:-(root) "\  				"rw rootfstype=jffs2"  #else /* CONFIG_SYS_USE_NANDFLASH */ @@ -155,7 +155,7 @@  #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"  #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \  				"root=/dev/mtdblock5 " \ -				"mtdparts=at91_nand:128k(bootstrap)ro,256k(uboot)ro,128k(env1)ro,128k(env2)ro,2M(linux),-(root) " \ +				"mtdparts=atmel_nand:128k(bootstrap)ro,256k(uboot)ro,128k(env1)ro,128k(env2)ro,2M(linux),-(root) " \  				"rw rootfstype=jffs2"  #endif diff --git a/include/configs/canyonlands.h b/include/configs/canyonlands.h index 217a8ee00..3dddccfe7 100644 --- a/include/configs/canyonlands.h +++ b/include/configs/canyonlands.h @@ -331,7 +331,11 @@  #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS	10  /* I2C bootstrap EEPROM */ +#if defined(CONFIG_ARCHES) +#define CONFIG_4xx_CONFIG_I2C_EEPROM_ADDR	0x54 +#else  #define CONFIG_4xx_CONFIG_I2C_EEPROM_ADDR	0x52 +#endif  #define CONFIG_4xx_CONFIG_I2C_EEPROM_OFFSET	0  #define CONFIG_4xx_CONFIG_BLOCKSIZE		16 diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h index 203a14c8d..9bf49baf5 100644 --- a/include/configs/pm9261.h +++ b/include/configs/pm9261.h @@ -289,7 +289,7 @@  #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"  #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\  				"root=/dev/mtdblock0 "			\ -				"mtdparts=at91_nand:-(root) "		\ +				"mtdparts=atmel_nand:-(root) "		\  				"rw rootfstype=jffs2"  #elif defined(CONFIG_SYS_USE_NANDFLASH) /* CONFIG_SYS_USE_NANDFLASH */ @@ -302,7 +302,7 @@  #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"  #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\  				"root=/dev/mtdblock5 "			\ -				"mtdparts=at91_nand:128k(bootstrap)ro,"	\ +				"mtdparts=atmel_nand:128k(bootstrap)ro,"	\  				"256k(uboot)ro,128k(env1)ro,"		\  				"128k(env2)ro,2M(linux),-(root) "	\  				"rw rootfstype=jffs2" diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index a6ff28c39..6761c182d 100644 --- a/include/configs/pm9263.h +++ b/include/configs/pm9263.h @@ -310,7 +310,7 @@  #define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm"  #define CONFIG_BOOTARGS		"console=ttyS0,115200 " \  				"root=/dev/mtdblock0 " \ -				"mtdparts=at91_nand:-(root) "\ +				"mtdparts=atmel_nand:-(root) "\  				"rw rootfstype=jffs2"  #elif defined(CONFIG_SYS_USE_NANDFLASH) /* CFG_USE_NANDFLASH */ @@ -323,7 +323,7 @@  #define CONFIG_BOOTCOMMAND	"nand read 0x22000000 0xA0000 0x200000; bootm"  #define CONFIG_BOOTARGS		"console=ttyS0,115200 "		\  				"root=/dev/mtdblock5 "		\ -				"mtdparts=at91_nand:"		\ +				"mtdparts=atmel_nand:"		\  					"128k(bootstrap)ro,"	\  					"256k(uboot)ro,"	\  					"128k(env1)ro,"		\  |