diff options
Diffstat (limited to 'arch/arm/cpu/armv7/omap5/prcm-regs.c')
| -rw-r--r-- | arch/arm/cpu/armv7/omap5/prcm-regs.c | 20 | 
1 files changed, 20 insertions, 0 deletions
| diff --git a/arch/arm/cpu/armv7/omap5/prcm-regs.c b/arch/arm/cpu/armv7/omap5/prcm-regs.c index e9f6a3265..e839ff5fe 100644 --- a/arch/arm/cpu/armv7/omap5/prcm-regs.c +++ b/arch/arm/cpu/armv7/omap5/prcm-regs.c @@ -298,6 +298,7 @@ struct prcm_regs const omap5_es1_prcm = {  	.cm_wkupaon_io_srcomp_clkctrl = 0x4ae07898,  	.prm_rstctrl = 0x4ae07b00,  	.prm_rstst = 0x4ae07b04, +	.prm_rsttime = 0x4ae07b08,  	.prm_vc_val_bypass = 0x4ae07ba0,  	.prm_vc_cfg_i2c_mode = 0x4ae07bb4,  	.prm_vc_cfg_i2c_clk = 0x4ae07bb8, @@ -307,10 +308,16 @@ struct prcm_regs const omap5_es1_prcm = {  	.prm_sldo_mpu_ctrl = 0x4ae07bd0,  	.prm_sldo_mm_setup = 0x4ae07bd4,  	.prm_sldo_mm_ctrl = 0x4ae07bd8, + +	/* SCRM stuff, used by some boards */ +	.scrm_auxclk0 = 0x4ae0a310, +	.scrm_auxclk1 = 0x4ae0a314,  };  struct omap_sys_ctrl_regs const omap5_ctrl = {  	.control_status				= 0x4A002134, +	.control_std_fuse_opp_vdd_mpu_2		= 0x4A0021B4, +	.control_padconf_core_base		= 0x4A002800,  	.control_paconf_global			= 0x4A002DA0,  	.control_paconf_mode			= 0x4A002DA4,  	.control_smart1io_padconf_0		= 0x4A002DA8, @@ -358,6 +365,8 @@ struct omap_sys_ctrl_regs const omap5_ctrl = {  	.control_port_emif2_sdram_config	= 0x4AE0C118,  	.control_emif1_sdram_config_ext		= 0x4AE0C144,  	.control_emif2_sdram_config_ext		= 0x4AE0C148, +	.control_wkup_ldovbb_mpu_voltage_ctrl	= 0x4AE0C318, +	.control_padconf_wkup_base		= 0x4AE0C800,  	.control_smart1nopmio_padconf_0		= 0x4AE0CDA0,  	.control_smart1nopmio_padconf_1		= 0x4AE0CDA4,  	.control_padconf_mode			= 0x4AE0CDA8, @@ -434,6 +443,7 @@ struct omap_sys_ctrl_regs const dra7xx_ctrl = {  	.control_srcomp_east_side		= 0x4A002E7C,  	.control_srcomp_west_side		= 0x4A002E80,  	.control_srcomp_code_latch		= 0x4A002E84, +	.control_ddr_control_ext_0		= 0x4A002E88,  	.control_padconf_core_base		= 0x4A003400,  	.control_port_emif1_sdram_config	= 0x4AE0C110,  	.control_port_emif1_lpddr2_nvm_config	= 0x4AE0C114, @@ -709,6 +719,9 @@ struct prcm_regs const omap5_es2_prcm = {  	.cm_l3init_fsusb_clkctrl = 0x4a0096d0,  	.cm_l3init_ocp2scp1_clkctrl = 0x4a0096e0, +	/* prm irqstatus regs */ +	.prm_irqstatus_mpu_2 = 0x4ae06014, +  	/* l4 wkup regs */  	.cm_abe_pll_ref_clksel = 0x4ae0610c,  	.cm_sys_clksel = 0x4ae06110, @@ -740,6 +753,12 @@ struct prcm_regs const omap5_es2_prcm = {  	.prm_sldo_mpu_ctrl = 0x4ae07cd0,  	.prm_sldo_mm_setup = 0x4ae07cd4,  	.prm_sldo_mm_ctrl = 0x4ae07cd8, +	.prm_abbldo_mpu_setup = 0x4ae07cdc, +	.prm_abbldo_mpu_ctrl = 0x4ae07ce0, + +	/* SCRM stuff, used by some boards */ +	.scrm_auxclk0 = 0x4ae0a310, +	.scrm_auxclk1 = 0x4ae0a314,  };  struct prcm_regs const dra7xx_prcm = { @@ -941,6 +960,7 @@ struct prcm_regs const dra7xx_prcm = {  	/* l4 wkup regs */  	.cm_abe_pll_ref_clksel			= 0x4ae0610c,  	.cm_sys_clksel				= 0x4ae06110, +	.cm_abe_pll_sys_clksel			= 0x4ae06118,  	.cm_wkup_clkstctrl			= 0x4ae07800,  	.cm_wkup_l4wkup_clkctrl			= 0x4ae07820,  	.cm_wkup_wdtimer1_clkctrl		= 0x4ae07828, |