diff options
Diffstat (limited to 'arch/arm/include/asm')
| -rw-r--r-- | arch/arm/include/asm/arch-mx6/crm_regs.h | 11 | ||||
| -rw-r--r-- | arch/arm/include/asm/arch-mx6/mx6dl_pins.h | 2 | ||||
| -rw-r--r-- | arch/arm/include/asm/arch-mxs/sys_proto.h | 2 | 
3 files changed, 3 insertions, 12 deletions
| diff --git a/arch/arm/include/asm/arch-mx6/crm_regs.h b/arch/arm/include/asm/arch-mx6/crm_regs.h index 2813593e2..720207303 100644 --- a/arch/arm/include/asm/arch-mx6/crm_regs.h +++ b/arch/arm/include/asm/arch-mx6/crm_regs.h @@ -890,15 +890,4 @@ struct mxc_ccm_reg {  #define BF_ANADIG_PFD_528_PFD0_FRAC(v)  \  	(((v) << 0) & BM_ANADIG_PFD_528_PFD0_FRAC) -#define PLL2_PFD0_FREQ		352000000 -#define PLL2_PFD1_FREQ		594000000 -#define PLL2_PFD2_FREQ		396000000 -#define PLL2_PFD2_DIV_FREQ	200000000 -#define PLL3_PFD0_FREQ		720000000 -#define PLL3_PFD1_FREQ		540000000 -#define PLL3_PFD2_FREQ		508200000 -#define PLL3_PFD3_FREQ		454700000 -#define PLL3_80M		80000000 -#define PLL3_60M		60000000 -  #endif /*__ARCH_ARM_MACH_MX6_CCM_REGS_H__ */ diff --git a/arch/arm/include/asm/arch-mx6/mx6dl_pins.h b/arch/arm/include/asm/arch-mx6/mx6dl_pins.h index b5df68afc..73734078e 100644 --- a/arch/arm/include/asm/arch-mx6/mx6dl_pins.h +++ b/arch/arm/include/asm/arch-mx6/mx6dl_pins.h @@ -210,7 +210,7 @@ enum {  	MX6_PAD_DI0_PIN3__MMDC_MMDC_DEBUG_3	= IOMUX_PAD(0x03BC, 0x00A8, 6, 0x0000, 0, 0),  	MX6_PAD_DI0_PIN3__PL301_SIM_MX6DL_PER1_HADDR_10	= IOMUX_PAD(0x03BC, 0x00A8, 7, 0x0000, 0, 0),  	MX6_PAD_DI0_PIN3__LCDIF_CS		= IOMUX_PAD(0x03BC, 0x00A8, 8, 0x0000, 0, 0), -	MX6_PAD_DI0_PIN4__IPU1_DI0_PIN4		= IOMUX_PAD(0x03C0, 0x00AC, 0, 0x0000, 0, PAD_CTL_DSE_120ohm), +	MX6_PAD_DI0_PIN4__IPU1_DI0_PIN4		= IOMUX_PAD(0x03C0, 0x00AC, 0, 0x0000, 0, 0),  	MX6_PAD_DI0_PIN4__LCDIF_BUSY		= IOMUX_PAD(0x03C0, 0x00AC, 1, 0x08D8, 1, 0),  	MX6_PAD_DI0_PIN4__AUDMUX_AUD6_RXD	= IOMUX_PAD(0x03C0, 0x00AC, 2, 0x0000, 0, 0),  	MX6_PAD_DI0_PIN4__USDHC1_WP		= IOMUX_PAD(0x03C0, 0x00AC, 3, 0x092C, 0, 0), diff --git a/arch/arm/include/asm/arch-mxs/sys_proto.h b/arch/arm/include/asm/arch-mxs/sys_proto.h index 43c7dd6bf..09dfc90a9 100644 --- a/arch/arm/include/asm/arch-mxs/sys_proto.h +++ b/arch/arm/include/asm/arch-mxs/sys_proto.h @@ -46,6 +46,7 @@ static const struct mxs_pair mxs_boot_modes[] = {  	{ 0x02, 0x1f, "SSP SPI #1, master, NOR" },  	{ 0x03, 0x1f, "SSP SPI #2, master, NOR" },  	{ 0x04, 0x1f, "NAND" }, +	{ 0x06, 0x1f, "JTAG" },  	{ 0x08, 0x1f, "SSP SPI #3, master, EEPROM" },  	{ 0x09, 0x1f, "SSP SD/MMC #0" },  	{ 0x0a, 0x1f, "SSP SD/MMC #1" }, @@ -60,6 +61,7 @@ static const struct mxs_pair mxs_boot_modes[] = {  	{ 0x13, 0x1f, "SSP SPI #3, master, 1V8 NOR" },  	{ 0x04, 0x1f, "NAND, 3V3" },  	{ 0x14, 0x1f, "NAND, 1V8" }, +	{ 0x06, 0x1f, "JTAG" },  	{ 0x08, 0x1f, "SSP SPI #3, master, 3V3 EEPROM" },  	{ 0x18, 0x1f, "SSP SPI #3, master, 1V8 EEPROM" },  	{ 0x09, 0x1f, "SSP SD/MMC #0, 3V3" }, |