2019-06-04 08:11:33 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
2010-05-12 15:54:36 +00:00
|
|
|
/*
|
|
|
|
* Hardware modules present on the OMAP44xx chips
|
|
|
|
*
|
2012-04-19 10:04:31 +00:00
|
|
|
* Copyright (C) 2009-2012 Texas Instruments, Inc.
|
2010-05-12 15:54:36 +00:00
|
|
|
* Copyright (C) 2009-2010 Nokia Corporation
|
|
|
|
*
|
|
|
|
* Paul Walmsley
|
|
|
|
* Benoit Cousson
|
|
|
|
*
|
|
|
|
* This file is automatically generated from the OMAP hardware databases.
|
|
|
|
* We respectfully ask that any modifications to this file be coordinated
|
|
|
|
* with the public linux-omap@vger.kernel.org mailing list and the
|
|
|
|
* authors above to ensure that the autogeneration scripts are kept
|
|
|
|
* up-to-date with the file contents.
|
2013-06-07 11:56:15 +00:00
|
|
|
* Note that this file is currently not in sync with autogeneration scripts.
|
|
|
|
* The above note to be removed, once it is synced up.
|
2010-05-12 15:54:36 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include <linux/io.h>
|
2012-04-25 10:36:20 +00:00
|
|
|
#include <linux/power/smartreflex.h>
|
2010-05-12 15:54:36 +00:00
|
|
|
|
2012-11-30 16:41:50 +00:00
|
|
|
#include <linux/omap-dma.h>
|
2012-10-03 00:41:35 +00:00
|
|
|
|
|
|
|
#include "omap_hwmod.h"
|
2010-05-12 15:54:36 +00:00
|
|
|
#include "omap_hwmod_common_data.h"
|
2010-12-21 22:30:54 +00:00
|
|
|
#include "cm1_44xx.h"
|
|
|
|
#include "cm2_44xx.h"
|
|
|
|
#include "prm44xx.h"
|
2010-05-12 15:54:36 +00:00
|
|
|
#include "prm-regbits-44xx.h"
|
|
|
|
|
|
|
|
/* Base offset for all OMAP4 interrupts external to MPUSS */
|
|
|
|
#define OMAP44XX_IRQ_GIC_START 32
|
|
|
|
|
|
|
|
/* Base offset for all OMAP4 dma requests */
|
2012-04-19 10:04:33 +00:00
|
|
|
#define OMAP44XX_DMA_REQ_START 1
|
2010-05-12 15:54:36 +00:00
|
|
|
|
|
|
|
/*
|
2012-04-19 10:04:33 +00:00
|
|
|
* IP blocks
|
2010-05-12 15:54:36 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 'dmm' class
|
|
|
|
* instance(s): dmm
|
|
|
|
*/
|
|
|
|
static struct omap_hwmod_class omap44xx_dmm_hwmod_class = {
|
2010-12-23 22:30:32 +00:00
|
|
|
.name = "dmm",
|
2010-05-12 15:54:36 +00:00
|
|
|
};
|
|
|
|
|
2011-07-10 01:14:28 +00:00
|
|
|
/* dmm */
|
2010-05-12 15:54:36 +00:00
|
|
|
static struct omap_hwmod omap44xx_dmm_hwmod = {
|
|
|
|
.name = "dmm",
|
|
|
|
.class = &omap44xx_dmm_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l3_emif_clkdm",
|
2011-07-10 11:56:30 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_MEMIF_DMM_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_MEMIF_DMM_CONTEXT_OFFSET,
|
2011-07-10 11:56:30 +00:00
|
|
|
},
|
|
|
|
},
|
2010-05-12 15:54:36 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 'l3' class
|
|
|
|
* instance(s): l3_instr, l3_main_1, l3_main_2, l3_main_3
|
|
|
|
*/
|
|
|
|
static struct omap_hwmod_class omap44xx_l3_hwmod_class = {
|
2010-12-23 22:30:32 +00:00
|
|
|
.name = "l3",
|
2010-05-12 15:54:36 +00:00
|
|
|
};
|
|
|
|
|
2011-07-10 01:14:28 +00:00
|
|
|
/* l3_instr */
|
2010-05-12 15:54:36 +00:00
|
|
|
static struct omap_hwmod omap44xx_l3_instr_hwmod = {
|
|
|
|
.name = "l3_instr",
|
|
|
|
.class = &omap44xx_l3_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l3_instr_clkdm",
|
2011-07-10 11:56:30 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_L3INSTR_L3_INSTR_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_L3INSTR_L3_INSTR_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_HWCTRL,
|
2011-07-10 11:56:30 +00:00
|
|
|
},
|
|
|
|
},
|
2010-05-12 15:54:36 +00:00
|
|
|
};
|
|
|
|
|
2011-07-10 01:14:28 +00:00
|
|
|
/* l3_main_1 */
|
2010-05-12 15:54:36 +00:00
|
|
|
static struct omap_hwmod omap44xx_l3_main_1_hwmod = {
|
|
|
|
.name = "l3_main_1",
|
|
|
|
.class = &omap44xx_l3_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l3_1_clkdm",
|
2011-07-10 11:56:30 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_L3_1_L3_1_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_L3_1_L3_1_CONTEXT_OFFSET,
|
2011-07-10 11:56:30 +00:00
|
|
|
},
|
|
|
|
},
|
2010-05-12 15:54:36 +00:00
|
|
|
};
|
|
|
|
|
2011-07-10 01:14:28 +00:00
|
|
|
/* l3_main_2 */
|
2010-05-12 15:54:36 +00:00
|
|
|
static struct omap_hwmod omap44xx_l3_main_2_hwmod = {
|
|
|
|
.name = "l3_main_2",
|
|
|
|
.class = &omap44xx_l3_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l3_2_clkdm",
|
2011-07-10 11:56:30 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_L3_2_L3_2_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_L3_2_L3_2_CONTEXT_OFFSET,
|
2011-07-10 11:56:30 +00:00
|
|
|
},
|
|
|
|
},
|
2010-05-12 15:54:36 +00:00
|
|
|
};
|
|
|
|
|
2011-07-10 01:14:28 +00:00
|
|
|
/* l3_main_3 */
|
2010-05-12 15:54:36 +00:00
|
|
|
static struct omap_hwmod omap44xx_l3_main_3_hwmod = {
|
|
|
|
.name = "l3_main_3",
|
|
|
|
.class = &omap44xx_l3_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l3_instr_clkdm",
|
2011-07-10 11:56:30 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_L3INSTR_L3_3_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_L3INSTR_L3_3_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_HWCTRL,
|
2011-07-10 11:56:30 +00:00
|
|
|
},
|
|
|
|
},
|
2010-05-12 15:54:36 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 'l4' class
|
|
|
|
* instance(s): l4_abe, l4_cfg, l4_per, l4_wkup
|
|
|
|
*/
|
|
|
|
static struct omap_hwmod_class omap44xx_l4_hwmod_class = {
|
2010-12-23 22:30:32 +00:00
|
|
|
.name = "l4",
|
2010-05-12 15:54:36 +00:00
|
|
|
};
|
|
|
|
|
2011-07-10 01:14:28 +00:00
|
|
|
/* l4_abe */
|
2010-05-12 15:54:36 +00:00
|
|
|
static struct omap_hwmod omap44xx_l4_abe_hwmod = {
|
|
|
|
.name = "l4_abe",
|
|
|
|
.class = &omap44xx_l4_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "abe_clkdm",
|
2011-07-10 11:56:30 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM1_ABE_L4ABE_CLKCTRL_OFFSET,
|
2012-09-23 23:28:19 +00:00
|
|
|
.context_offs = OMAP4_RM_ABE_AESS_CONTEXT_OFFSET,
|
|
|
|
.lostcontext_mask = OMAP4430_LOSTMEM_AESSMEM_MASK,
|
2012-09-23 23:28:20 +00:00
|
|
|
.flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT,
|
2011-07-10 11:56:30 +00:00
|
|
|
},
|
|
|
|
},
|
2010-05-12 15:54:36 +00:00
|
|
|
};
|
|
|
|
|
2011-07-10 01:14:28 +00:00
|
|
|
/* l4_cfg */
|
2010-05-12 15:54:36 +00:00
|
|
|
static struct omap_hwmod omap44xx_l4_cfg_hwmod = {
|
|
|
|
.name = "l4_cfg",
|
|
|
|
.class = &omap44xx_l4_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l4_cfg_clkdm",
|
2011-07-10 11:56:30 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_L4CFG_L4_CFG_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_L4CFG_L4_CFG_CONTEXT_OFFSET,
|
2011-07-10 11:56:30 +00:00
|
|
|
},
|
|
|
|
},
|
2010-05-12 15:54:36 +00:00
|
|
|
};
|
|
|
|
|
2011-07-10 01:14:28 +00:00
|
|
|
/* l4_per */
|
2010-05-12 15:54:36 +00:00
|
|
|
static struct omap_hwmod omap44xx_l4_per_hwmod = {
|
|
|
|
.name = "l4_per",
|
|
|
|
.class = &omap44xx_l4_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l4_per_clkdm",
|
2011-07-10 11:56:30 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_L4PER_L4PER_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_L4PER_L4_PER_CONTEXT_OFFSET,
|
2011-07-10 11:56:30 +00:00
|
|
|
},
|
|
|
|
},
|
2010-05-12 15:54:36 +00:00
|
|
|
};
|
|
|
|
|
2011-07-10 01:14:28 +00:00
|
|
|
/* l4_wkup */
|
2010-05-12 15:54:36 +00:00
|
|
|
static struct omap_hwmod omap44xx_l4_wkup_hwmod = {
|
|
|
|
.name = "l4_wkup",
|
|
|
|
.class = &omap44xx_l4_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l4_wkup_clkdm",
|
2011-07-10 11:56:30 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_WKUP_L4WKUP_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_WKUP_L4WKUP_CONTEXT_OFFSET,
|
2011-07-10 11:56:30 +00:00
|
|
|
},
|
|
|
|
},
|
2010-05-12 15:54:36 +00:00
|
|
|
};
|
|
|
|
|
2010-09-21 14:07:14 +00:00
|
|
|
/*
|
2010-12-22 04:08:33 +00:00
|
|
|
* 'mpu_bus' class
|
|
|
|
* instance(s): mpu_private
|
2010-09-21 14:07:14 +00:00
|
|
|
*/
|
2010-12-22 04:08:33 +00:00
|
|
|
static struct omap_hwmod_class omap44xx_mpu_bus_hwmod_class = {
|
2010-12-23 22:30:32 +00:00
|
|
|
.name = "mpu_bus",
|
2010-12-22 04:08:33 +00:00
|
|
|
};
|
2010-09-21 14:07:14 +00:00
|
|
|
|
2011-07-10 01:14:28 +00:00
|
|
|
/* mpu_private */
|
2010-12-22 04:08:33 +00:00
|
|
|
static struct omap_hwmod omap44xx_mpu_private_hwmod = {
|
|
|
|
.name = "mpu_private",
|
|
|
|
.class = &omap44xx_mpu_bus_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "mpuss_clkdm",
|
2012-09-23 23:28:20 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT,
|
|
|
|
},
|
|
|
|
},
|
2010-12-22 04:08:33 +00:00
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:56 +00:00
|
|
|
/*
|
|
|
|
* 'ocp_wp_noc' class
|
|
|
|
* instance(s): ocp_wp_noc
|
|
|
|
*/
|
|
|
|
static struct omap_hwmod_class omap44xx_ocp_wp_noc_hwmod_class = {
|
|
|
|
.name = "ocp_wp_noc",
|
|
|
|
};
|
|
|
|
|
|
|
|
/* ocp_wp_noc */
|
|
|
|
static struct omap_hwmod omap44xx_ocp_wp_noc_hwmod = {
|
|
|
|
.name = "ocp_wp_noc",
|
|
|
|
.class = &omap44xx_ocp_wp_noc_hwmod_class,
|
|
|
|
.clkdm_name = "l3_instr_clkdm",
|
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_L3INSTR_OCP_WP1_CLKCTRL_OFFSET,
|
|
|
|
.context_offs = OMAP4_RM_L3INSTR_OCP_WP1_CONTEXT_OFFSET,
|
|
|
|
.modulemode = MODULEMODE_HWCTRL,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2010-12-22 04:08:33 +00:00
|
|
|
/*
|
|
|
|
* Modules omap_hwmod structures
|
|
|
|
*
|
|
|
|
* The following IPs are excluded for the moment because:
|
|
|
|
* - They do not need an explicit SW control using omap_hwmod API.
|
|
|
|
* - They still need to be validated with the driver
|
|
|
|
* properly adapted to omap_hwmod / omap_device
|
|
|
|
*
|
2012-04-19 19:33:59 +00:00
|
|
|
* usim
|
2010-12-22 04:08:33 +00:00
|
|
|
*/
|
|
|
|
|
2011-02-15 21:39:48 +00:00
|
|
|
/*
|
|
|
|
* 'aess' class
|
|
|
|
* audio engine sub system
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_aess_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0010,
|
|
|
|
.sysc_flags = (SYSC_HAS_MIDLEMODE | SYSC_HAS_SIDLEMODE),
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
|
2011-07-01 20:54:01 +00:00
|
|
|
MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART |
|
|
|
|
MSTANDBY_SMART_WKUP),
|
2011-02-15 21:39:48 +00:00
|
|
|
.sysc_fields = &omap_hwmod_sysc_type2,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_aess_hwmod_class = {
|
|
|
|
.name = "aess",
|
|
|
|
.sysc = &omap44xx_aess_sysc,
|
2013-02-10 18:22:23 +00:00
|
|
|
.enable_preprogram = omap_hwmod_aess_preprogram,
|
2011-02-15 21:39:48 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* aess */
|
|
|
|
static struct omap_hwmod omap44xx_aess_hwmod = {
|
|
|
|
.name = "aess",
|
|
|
|
.class = &omap44xx_aess_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "abe_clkdm",
|
2013-02-10 18:22:24 +00:00
|
|
|
.main_clk = "aess_fclk",
|
2011-07-10 01:14:28 +00:00
|
|
|
.prcm = {
|
2011-02-15 21:39:48 +00:00
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM1_ABE_AESS_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_ABE_AESS_CONTEXT_OFFSET,
|
2012-09-23 23:28:19 +00:00
|
|
|
.lostcontext_mask = OMAP4430_LOSTCONTEXT_DFF_MASK,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
2011-02-15 21:39:48 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 'counter' class
|
|
|
|
* 32-bit ordinary counter, clocked by the falling edge of the 32 khz clock
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_counter_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0004,
|
|
|
|
.sysc_flags = SYSC_HAS_SIDLEMODE,
|
2012-06-17 17:57:51 +00:00
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO),
|
2011-02-15 21:39:48 +00:00
|
|
|
.sysc_fields = &omap_hwmod_sysc_type1,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_counter_hwmod_class = {
|
|
|
|
.name = "counter",
|
|
|
|
.sysc = &omap44xx_counter_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* counter_32k */
|
|
|
|
static struct omap_hwmod omap44xx_counter_32k_hwmod = {
|
|
|
|
.name = "counter_32k",
|
|
|
|
.class = &omap44xx_counter_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l4_wkup_clkdm",
|
2011-02-15 21:39:48 +00:00
|
|
|
.flags = HWMOD_SWSUP_SIDLE,
|
|
|
|
.main_clk = "sys_32k_ck",
|
2011-07-10 01:14:28 +00:00
|
|
|
.prcm = {
|
2011-02-15 21:39:48 +00:00
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_WKUP_SYNCTIMER_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_WKUP_SYNCTIMER_CONTEXT_OFFSET,
|
2011-02-15 21:39:48 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:57 +00:00
|
|
|
/*
|
|
|
|
* 'ctrl_module' class
|
|
|
|
* attila core control module + core pad control module + wkup pad control
|
|
|
|
* module + attila wkup control module
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_ctrl_module_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0010,
|
|
|
|
.sysc_flags = SYSC_HAS_SIDLEMODE,
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
|
|
|
|
SIDLE_SMART_WKUP),
|
|
|
|
.sysc_fields = &omap_hwmod_sysc_type2,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_ctrl_module_hwmod_class = {
|
|
|
|
.name = "ctrl_module",
|
|
|
|
.sysc = &omap44xx_ctrl_module_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* ctrl_module_core */
|
|
|
|
static struct omap_hwmod omap44xx_ctrl_module_core_hwmod = {
|
|
|
|
.name = "ctrl_module_core",
|
|
|
|
.class = &omap44xx_ctrl_module_hwmod_class,
|
|
|
|
.clkdm_name = "l4_cfg_clkdm",
|
2012-09-23 23:28:20 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT,
|
|
|
|
},
|
|
|
|
},
|
2012-04-19 19:33:57 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* ctrl_module_pad_core */
|
|
|
|
static struct omap_hwmod omap44xx_ctrl_module_pad_core_hwmod = {
|
|
|
|
.name = "ctrl_module_pad_core",
|
|
|
|
.class = &omap44xx_ctrl_module_hwmod_class,
|
|
|
|
.clkdm_name = "l4_cfg_clkdm",
|
2012-09-23 23:28:20 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT,
|
|
|
|
},
|
|
|
|
},
|
2012-04-19 19:33:57 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* ctrl_module_wkup */
|
|
|
|
static struct omap_hwmod omap44xx_ctrl_module_wkup_hwmod = {
|
|
|
|
.name = "ctrl_module_wkup",
|
|
|
|
.class = &omap44xx_ctrl_module_hwmod_class,
|
|
|
|
.clkdm_name = "l4_wkup_clkdm",
|
2012-09-23 23:28:20 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT,
|
|
|
|
},
|
|
|
|
},
|
2012-04-19 19:33:57 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* ctrl_module_pad_wkup */
|
|
|
|
static struct omap_hwmod omap44xx_ctrl_module_pad_wkup_hwmod = {
|
|
|
|
.name = "ctrl_module_pad_wkup",
|
|
|
|
.class = &omap44xx_ctrl_module_hwmod_class,
|
|
|
|
.clkdm_name = "l4_wkup_clkdm",
|
2012-09-23 23:28:20 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT,
|
|
|
|
},
|
|
|
|
},
|
2012-04-19 19:33:57 +00:00
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:59 +00:00
|
|
|
/*
|
|
|
|
* 'debugss' class
|
|
|
|
* debug and emulation sub system
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_debugss_hwmod_class = {
|
|
|
|
.name = "debugss",
|
|
|
|
};
|
|
|
|
|
|
|
|
/* debugss */
|
|
|
|
static struct omap_hwmod omap44xx_debugss_hwmod = {
|
|
|
|
.name = "debugss",
|
|
|
|
.class = &omap44xx_debugss_hwmod_class,
|
|
|
|
.clkdm_name = "emu_sys_clkdm",
|
|
|
|
.main_clk = "trace_clk_div_ck",
|
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_EMU_DEBUGSS_CLKCTRL_OFFSET,
|
|
|
|
.context_offs = OMAP4_RM_EMU_DEBUGSS_CONTEXT_OFFSET,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2010-12-23 22:30:31 +00:00
|
|
|
/*
|
|
|
|
* 'dma' class
|
|
|
|
* dma controller for data exchange between memory to memory (i.e. internal or
|
|
|
|
* external memory) and gp peripherals to memory or memory to gp peripherals
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_dma_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x002c,
|
|
|
|
.syss_offs = 0x0028,
|
|
|
|
.sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY |
|
|
|
|
SYSC_HAS_EMUFREE | SYSC_HAS_MIDLEMODE |
|
|
|
|
SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
|
|
|
|
SYSS_HAS_RESET_STATUS),
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
|
|
|
|
MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART),
|
|
|
|
.sysc_fields = &omap_hwmod_sysc_type1,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_dma_hwmod_class = {
|
|
|
|
.name = "dma",
|
|
|
|
.sysc = &omap44xx_dma_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* dma dev_attr */
|
|
|
|
static struct omap_dma_dev_attr dma_dev_attr = {
|
|
|
|
.dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
|
|
|
|
IS_CSSA_32 | IS_CDSA_32 | IS_RW_PRIORITY,
|
|
|
|
.lch_count = 32,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* dma_system */
|
|
|
|
static struct omap_hwmod omap44xx_dma_system_hwmod = {
|
|
|
|
.name = "dma_system",
|
|
|
|
.class = &omap44xx_dma_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l3_dma_clkdm",
|
2010-12-23 22:30:31 +00:00
|
|
|
.main_clk = "l3_div_ck",
|
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_SDMA_SDMA_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_SDMA_SDMA_CONTEXT_OFFSET,
|
2010-12-23 22:30:31 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
.dev_attr = &dma_dev_attr,
|
|
|
|
};
|
|
|
|
|
2011-01-25 22:01:00 +00:00
|
|
|
/*
|
|
|
|
* 'dmic' class
|
|
|
|
* digital microphone controller
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_dmic_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0010,
|
|
|
|
.sysc_flags = (SYSC_HAS_EMUFREE | SYSC_HAS_RESET_STATUS |
|
|
|
|
SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET),
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
|
|
|
|
SIDLE_SMART_WKUP),
|
|
|
|
.sysc_fields = &omap_hwmod_sysc_type2,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_dmic_hwmod_class = {
|
|
|
|
.name = "dmic",
|
|
|
|
.sysc = &omap44xx_dmic_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* dmic */
|
|
|
|
static struct omap_hwmod omap44xx_dmic_hwmod = {
|
|
|
|
.name = "dmic",
|
|
|
|
.class = &omap44xx_dmic_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "abe_clkdm",
|
2013-01-26 07:48:55 +00:00
|
|
|
.main_clk = "func_dmic_abe_gfclk",
|
2011-07-10 01:14:28 +00:00
|
|
|
.prcm = {
|
2011-01-25 22:01:00 +00:00
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM1_ABE_DMIC_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_ABE_DMIC_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
2011-01-25 22:01:00 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2010-12-22 04:08:34 +00:00
|
|
|
/*
|
|
|
|
* 'dsp' class
|
|
|
|
* dsp sub-system
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_dsp_hwmod_class = {
|
2010-12-23 22:30:32 +00:00
|
|
|
.name = "dsp",
|
2010-12-22 04:08:34 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* dsp */
|
|
|
|
static struct omap_hwmod_rst_info omap44xx_dsp_resets[] = {
|
|
|
|
{ .name = "dsp", .rst_shift = 0 },
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod omap44xx_dsp_hwmod = {
|
|
|
|
.name = "dsp",
|
|
|
|
.class = &omap44xx_dsp_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "tesla_clkdm",
|
2010-12-22 04:08:34 +00:00
|
|
|
.rst_lines = omap44xx_dsp_resets,
|
|
|
|
.rst_lines_cnt = ARRAY_SIZE(omap44xx_dsp_resets),
|
2012-11-20 01:05:52 +00:00
|
|
|
.main_clk = "dpll_iva_m4x2_ck",
|
2010-12-22 04:08:34 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_TESLA_TESLA_CLKCTRL_OFFSET,
|
2011-07-10 11:56:31 +00:00
|
|
|
.rstctrl_offs = OMAP4_RM_TESLA_RSTCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_TESLA_TESLA_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_HWCTRL,
|
2010-12-22 04:08:34 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
/*
|
|
|
|
* 'dss' class
|
|
|
|
* display sub-system
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_dss_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.syss_offs = 0x0014,
|
|
|
|
.sysc_flags = SYSS_HAS_RESET_STATUS,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_dss_hwmod_class = {
|
|
|
|
.name = "dss",
|
|
|
|
.sysc = &omap44xx_dss_sysc,
|
2011-11-08 10:16:13 +00:00
|
|
|
.reset = omap_dss_reset,
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* dss */
|
|
|
|
static struct omap_hwmod_opt_clk dss_opt_clks[] = {
|
|
|
|
{ .role = "sys_clk", .clk = "dss_sys_clk" },
|
|
|
|
{ .role = "tv_clk", .clk = "dss_tv_clk" },
|
2011-11-08 10:16:12 +00:00
|
|
|
{ .role = "hdmi_clk", .clk = "dss_48mhz_clk" },
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod omap44xx_dss_hwmod = {
|
|
|
|
.name = "dss_core",
|
2011-11-08 10:16:11 +00:00
|
|
|
.flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
.class = &omap44xx_dss_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l3_dss_clkdm",
|
2011-07-10 02:39:45 +00:00
|
|
|
.main_clk = "dss_dss_clk",
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_DSS_DSS_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_DSS_DSS_CONTEXT_OFFSET,
|
2014-10-09 14:03:17 +00:00
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
.opt_clks = dss_opt_clks,
|
|
|
|
.opt_clks_cnt = ARRAY_SIZE(dss_opt_clks),
|
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 'dispc' class
|
|
|
|
* display controller
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_dispc_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0010,
|
|
|
|
.syss_offs = 0x0014,
|
|
|
|
.sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY |
|
|
|
|
SYSC_HAS_ENAWAKEUP | SYSC_HAS_MIDLEMODE |
|
|
|
|
SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
|
|
|
|
SYSS_HAS_RESET_STATUS),
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
|
|
|
|
MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART),
|
|
|
|
.sysc_fields = &omap_hwmod_sysc_type1,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_dispc_hwmod_class = {
|
|
|
|
.name = "dispc",
|
|
|
|
.sysc = &omap44xx_dispc_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* dss_dispc */
|
2011-10-07 00:04:08 +00:00
|
|
|
static struct omap_dss_dispc_dev_attr omap44xx_dss_dispc_dev_attr = {
|
|
|
|
.manager_count = 3,
|
|
|
|
.has_framedonetv_irq = 1
|
|
|
|
};
|
|
|
|
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
static struct omap_hwmod omap44xx_dss_dispc_hwmod = {
|
|
|
|
.name = "dss_dispc",
|
|
|
|
.class = &omap44xx_dispc_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l3_dss_clkdm",
|
2011-07-10 02:39:45 +00:00
|
|
|
.main_clk = "dss_dss_clk",
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_DSS_DSS_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_DSS_DSS_CONTEXT_OFFSET,
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
},
|
|
|
|
},
|
2014-10-09 14:03:16 +00:00
|
|
|
.dev_attr = &omap44xx_dss_dispc_dev_attr,
|
|
|
|
.parent_hwmod = &omap44xx_dss_hwmod,
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 'dsi' class
|
|
|
|
* display serial interface controller
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_dsi_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0010,
|
|
|
|
.syss_offs = 0x0014,
|
|
|
|
.sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY |
|
|
|
|
SYSC_HAS_ENAWAKEUP | SYSC_HAS_SIDLEMODE |
|
|
|
|
SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS),
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
|
|
|
|
.sysc_fields = &omap_hwmod_sysc_type1,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_dsi_hwmod_class = {
|
|
|
|
.name = "dsi",
|
|
|
|
.sysc = &omap44xx_dsi_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* dss_dsi1 */
|
2011-07-10 02:39:44 +00:00
|
|
|
static struct omap_hwmod_opt_clk dss_dsi1_opt_clks[] = {
|
|
|
|
{ .role = "sys_clk", .clk = "dss_sys_clk" },
|
|
|
|
};
|
|
|
|
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
static struct omap_hwmod omap44xx_dss_dsi1_hwmod = {
|
|
|
|
.name = "dss_dsi1",
|
|
|
|
.class = &omap44xx_dsi_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l3_dss_clkdm",
|
2011-07-10 02:39:45 +00:00
|
|
|
.main_clk = "dss_dss_clk",
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_DSS_DSS_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_DSS_DSS_CONTEXT_OFFSET,
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
},
|
|
|
|
},
|
2011-07-10 02:39:44 +00:00
|
|
|
.opt_clks = dss_dsi1_opt_clks,
|
|
|
|
.opt_clks_cnt = ARRAY_SIZE(dss_dsi1_opt_clks),
|
2014-10-09 14:03:16 +00:00
|
|
|
.parent_hwmod = &omap44xx_dss_hwmod,
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* dss_dsi2 */
|
2011-07-10 02:39:44 +00:00
|
|
|
static struct omap_hwmod_opt_clk dss_dsi2_opt_clks[] = {
|
|
|
|
{ .role = "sys_clk", .clk = "dss_sys_clk" },
|
|
|
|
};
|
|
|
|
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
static struct omap_hwmod omap44xx_dss_dsi2_hwmod = {
|
|
|
|
.name = "dss_dsi2",
|
|
|
|
.class = &omap44xx_dsi_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l3_dss_clkdm",
|
2011-07-10 02:39:45 +00:00
|
|
|
.main_clk = "dss_dss_clk",
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_DSS_DSS_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_DSS_DSS_CONTEXT_OFFSET,
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
},
|
|
|
|
},
|
2011-07-10 02:39:44 +00:00
|
|
|
.opt_clks = dss_dsi2_opt_clks,
|
|
|
|
.opt_clks_cnt = ARRAY_SIZE(dss_dsi2_opt_clks),
|
2014-10-09 14:03:16 +00:00
|
|
|
.parent_hwmod = &omap44xx_dss_hwmod,
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 'hdmi' class
|
|
|
|
* hdmi controller
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_hdmi_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0010,
|
|
|
|
.sysc_flags = (SYSC_HAS_RESET_STATUS | SYSC_HAS_SIDLEMODE |
|
|
|
|
SYSC_HAS_SOFTRESET),
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
|
|
|
|
SIDLE_SMART_WKUP),
|
|
|
|
.sysc_fields = &omap_hwmod_sysc_type2,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_hdmi_hwmod_class = {
|
|
|
|
.name = "hdmi",
|
|
|
|
.sysc = &omap44xx_hdmi_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* dss_hdmi */
|
2011-07-10 02:39:44 +00:00
|
|
|
static struct omap_hwmod_opt_clk dss_hdmi_opt_clks[] = {
|
|
|
|
{ .role = "sys_clk", .clk = "dss_sys_clk" },
|
2017-05-31 14:59:59 +00:00
|
|
|
{ .role = "hdmi_clk", .clk = "dss_48mhz_clk" },
|
2011-07-10 02:39:44 +00:00
|
|
|
};
|
|
|
|
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
static struct omap_hwmod omap44xx_dss_hdmi_hwmod = {
|
|
|
|
.name = "dss_hdmi",
|
|
|
|
.class = &omap44xx_hdmi_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l3_dss_clkdm",
|
2012-06-21 08:08:53 +00:00
|
|
|
/*
|
|
|
|
* HDMI audio requires to use no-idle mode. Hence,
|
|
|
|
* set idle mode by software.
|
|
|
|
*/
|
2017-05-31 14:59:59 +00:00
|
|
|
.flags = HWMOD_SWSUP_SIDLE | HWMOD_OPT_CLKS_NEEDED,
|
2011-11-08 10:16:12 +00:00
|
|
|
.main_clk = "dss_48mhz_clk",
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_DSS_DSS_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_DSS_DSS_CONTEXT_OFFSET,
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
},
|
|
|
|
},
|
2011-07-10 02:39:44 +00:00
|
|
|
.opt_clks = dss_hdmi_opt_clks,
|
|
|
|
.opt_clks_cnt = ARRAY_SIZE(dss_hdmi_opt_clks),
|
2014-10-09 14:03:16 +00:00
|
|
|
.parent_hwmod = &omap44xx_dss_hwmod,
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 'rfbi' class
|
|
|
|
* remote frame buffer interface
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_rfbi_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0010,
|
|
|
|
.syss_offs = 0x0014,
|
|
|
|
.sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_SIDLEMODE |
|
|
|
|
SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS),
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
|
|
|
|
.sysc_fields = &omap_hwmod_sysc_type1,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_rfbi_hwmod_class = {
|
|
|
|
.name = "rfbi",
|
|
|
|
.sysc = &omap44xx_rfbi_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* dss_rfbi */
|
2011-07-10 02:39:44 +00:00
|
|
|
static struct omap_hwmod_opt_clk dss_rfbi_opt_clks[] = {
|
2014-10-09 14:03:18 +00:00
|
|
|
{ .role = "ick", .clk = "l3_div_ck" },
|
2011-07-10 02:39:44 +00:00
|
|
|
};
|
|
|
|
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
static struct omap_hwmod omap44xx_dss_rfbi_hwmod = {
|
|
|
|
.name = "dss_rfbi",
|
|
|
|
.class = &omap44xx_rfbi_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l3_dss_clkdm",
|
2011-07-10 02:39:45 +00:00
|
|
|
.main_clk = "dss_dss_clk",
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_DSS_DSS_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_DSS_DSS_CONTEXT_OFFSET,
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
},
|
|
|
|
},
|
2011-07-10 02:39:44 +00:00
|
|
|
.opt_clks = dss_rfbi_opt_clks,
|
|
|
|
.opt_clks_cnt = ARRAY_SIZE(dss_rfbi_opt_clks),
|
2014-10-09 14:03:16 +00:00
|
|
|
.parent_hwmod = &omap44xx_dss_hwmod,
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 'venc' class
|
|
|
|
* video encoder
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_venc_hwmod_class = {
|
|
|
|
.name = "venc",
|
|
|
|
};
|
|
|
|
|
|
|
|
/* dss_venc */
|
2017-05-31 14:59:59 +00:00
|
|
|
static struct omap_hwmod_opt_clk dss_venc_opt_clks[] = {
|
|
|
|
{ .role = "tv_clk", .clk = "dss_tv_clk" },
|
|
|
|
};
|
|
|
|
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
static struct omap_hwmod omap44xx_dss_venc_hwmod = {
|
|
|
|
.name = "dss_venc",
|
|
|
|
.class = &omap44xx_venc_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l3_dss_clkdm",
|
2011-11-08 10:16:12 +00:00
|
|
|
.main_clk = "dss_tv_clk",
|
2017-05-31 14:59:59 +00:00
|
|
|
.flags = HWMOD_OPT_CLKS_NEEDED,
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_DSS_DSS_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_DSS_DSS_CONTEXT_OFFSET,
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
},
|
|
|
|
},
|
2014-10-09 14:03:16 +00:00
|
|
|
.parent_hwmod = &omap44xx_dss_hwmod,
|
2017-05-31 14:59:59 +00:00
|
|
|
.opt_clks = dss_venc_opt_clks,
|
|
|
|
.opt_clks_cnt = ARRAY_SIZE(dss_venc_opt_clks),
|
OMAP4: hwmod data: Add DSS, DISPC, DSI1&2, RFBI, HDMI and VENC
Add dss, dispc, dsi1, dsi2, hdmi, rfbi and venc hwmods.
In OMAP4 there are severals IPs that can be reached by differents
interconnect paths depending of the access initiator (MPU vs. SDMA).
In the case of the DSS, both L3 direct path and L4 CFG path can be
used to access all the DSS IPs. The two ocp_ip already exists to support
the two address spaces.
+------------+-- L3_MAIN --+ MPU
IP | |
+-- L4_CFG --+
L3 main address range is specified first, since it is used by default.
dss is also considered as an IP as dispc, rfbi, and named as dss_core.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
[b-cousson@ti.com: Re-organize structures to match file
convention and remove irq entry from dss_hwmod]
2011-01-27 11:17:03 +00:00
|
|
|
};
|
|
|
|
|
2017-06-13 13:45:50 +00:00
|
|
|
/* sha0 HIB2 (the 'P' (public) device) */
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_sha0_sysc = {
|
|
|
|
.rev_offs = 0x100,
|
|
|
|
.sysc_offs = 0x110,
|
|
|
|
.syss_offs = 0x114,
|
|
|
|
.sysc_flags = SYSS_HAS_RESET_STATUS,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_sha0_hwmod_class = {
|
|
|
|
.name = "sham",
|
|
|
|
.sysc = &omap44xx_sha0_sysc,
|
|
|
|
};
|
|
|
|
|
2019-10-09 08:56:46 +00:00
|
|
|
static struct omap_hwmod omap44xx_sha0_hwmod = {
|
2017-06-13 13:45:50 +00:00
|
|
|
.name = "sham",
|
|
|
|
.class = &omap44xx_sha0_hwmod_class,
|
|
|
|
.clkdm_name = "l4_secure_clkdm",
|
|
|
|
.main_clk = "l3_div_ck",
|
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_L4SEC_SHA2MD51_CLKCTRL_OFFSET,
|
|
|
|
.context_offs = OMAP4_RM_L4SEC_SHA2MD51_CONTEXT_OFFSET,
|
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:54 +00:00
|
|
|
/*
|
|
|
|
* 'elm' class
|
|
|
|
* bch error location module
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_elm_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0010,
|
|
|
|
.syss_offs = 0x0014,
|
|
|
|
.sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY |
|
|
|
|
SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
|
|
|
|
SYSS_HAS_RESET_STATUS),
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
|
|
|
|
.sysc_fields = &omap_hwmod_sysc_type1,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_elm_hwmod_class = {
|
|
|
|
.name = "elm",
|
|
|
|
.sysc = &omap44xx_elm_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* elm */
|
|
|
|
static struct omap_hwmod omap44xx_elm_hwmod = {
|
|
|
|
.name = "elm",
|
|
|
|
.class = &omap44xx_elm_hwmod_class,
|
|
|
|
.clkdm_name = "l4_per_clkdm",
|
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_L4PER_ELM_CLKCTRL_OFFSET,
|
|
|
|
.context_offs = OMAP4_RM_L4PER_ELM_CONTEXT_OFFSET,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:52 +00:00
|
|
|
/*
|
|
|
|
* 'emif' class
|
|
|
|
* external memory interface no1
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_emif_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_emif_hwmod_class = {
|
|
|
|
.name = "emif",
|
|
|
|
.sysc = &omap44xx_emif_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* emif1 */
|
|
|
|
static struct omap_hwmod omap44xx_emif1_hwmod = {
|
|
|
|
.name = "emif1",
|
|
|
|
.class = &omap44xx_emif_hwmod_class,
|
|
|
|
.clkdm_name = "l3_emif_clkdm",
|
2013-08-20 07:32:44 +00:00
|
|
|
.flags = HWMOD_INIT_NO_IDLE,
|
2012-04-19 19:33:52 +00:00
|
|
|
.main_clk = "ddrphy_ck",
|
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_MEMIF_EMIF_1_CLKCTRL_OFFSET,
|
|
|
|
.context_offs = OMAP4_RM_MEMIF_EMIF_1_CONTEXT_OFFSET,
|
|
|
|
.modulemode = MODULEMODE_HWCTRL,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
|
|
|
/* emif2 */
|
|
|
|
static struct omap_hwmod omap44xx_emif2_hwmod = {
|
|
|
|
.name = "emif2",
|
|
|
|
.class = &omap44xx_emif_hwmod_class,
|
|
|
|
.clkdm_name = "l3_emif_clkdm",
|
2013-08-20 07:32:44 +00:00
|
|
|
.flags = HWMOD_INIT_NO_IDLE,
|
2012-04-19 19:33:52 +00:00
|
|
|
.main_clk = "ddrphy_ck",
|
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_MEMIF_EMIF_2_CLKCTRL_OFFSET,
|
|
|
|
.context_offs = OMAP4_RM_MEMIF_EMIF_2_CONTEXT_OFFSET,
|
|
|
|
.modulemode = MODULEMODE_HWCTRL,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2017-06-13 09:28:45 +00:00
|
|
|
/*
|
|
|
|
Crypto modules AES0/1 belong to:
|
|
|
|
PD_L4_PER power domain
|
|
|
|
CD_L4_SEC clock domain
|
|
|
|
On the L3, the AES modules are mapped to
|
|
|
|
L3_CLK2: Peripherals and multimedia sub clock domain
|
|
|
|
*/
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_aes_sysc = {
|
|
|
|
.rev_offs = 0x80,
|
|
|
|
.sysc_offs = 0x84,
|
|
|
|
.syss_offs = 0x88,
|
|
|
|
.sysc_flags = SYSS_HAS_RESET_STATUS,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_aes_hwmod_class = {
|
|
|
|
.name = "aes",
|
|
|
|
.sysc = &omap44xx_aes_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod omap44xx_aes1_hwmod = {
|
|
|
|
.name = "aes1",
|
|
|
|
.class = &omap44xx_aes_hwmod_class,
|
|
|
|
.clkdm_name = "l4_secure_clkdm",
|
|
|
|
.main_clk = "l3_div_ck",
|
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.context_offs = OMAP4_RM_L4SEC_AES1_CONTEXT_OFFSET,
|
|
|
|
.clkctrl_offs = OMAP4_CM_L4SEC_AES1_CLKCTRL_OFFSET,
|
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__aes1 = {
|
|
|
|
.master = &omap44xx_l4_per_hwmod,
|
|
|
|
.slave = &omap44xx_aes1_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2017-06-13 09:28:46 +00:00
|
|
|
static struct omap_hwmod omap44xx_aes2_hwmod = {
|
|
|
|
.name = "aes2",
|
|
|
|
.class = &omap44xx_aes_hwmod_class,
|
|
|
|
.clkdm_name = "l4_secure_clkdm",
|
|
|
|
.main_clk = "l3_div_ck",
|
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.context_offs = OMAP4_RM_L4SEC_AES2_CONTEXT_OFFSET,
|
|
|
|
.clkctrl_offs = OMAP4_CM_L4SEC_AES2_CLKCTRL_OFFSET,
|
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__aes2 = {
|
|
|
|
.master = &omap44xx_l4_per_hwmod,
|
|
|
|
.slave = &omap44xx_aes2_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2017-06-13 09:28:47 +00:00
|
|
|
/*
|
|
|
|
* 'des' class for DES3DES module
|
|
|
|
*/
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_des_sysc = {
|
|
|
|
.rev_offs = 0x30,
|
|
|
|
.sysc_offs = 0x34,
|
|
|
|
.syss_offs = 0x38,
|
|
|
|
.sysc_flags = SYSS_HAS_RESET_STATUS,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_des_hwmod_class = {
|
|
|
|
.name = "des",
|
|
|
|
.sysc = &omap44xx_des_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod omap44xx_des_hwmod = {
|
|
|
|
.name = "des",
|
|
|
|
.class = &omap44xx_des_hwmod_class,
|
|
|
|
.clkdm_name = "l4_secure_clkdm",
|
|
|
|
.main_clk = "l3_div_ck",
|
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.context_offs = OMAP4_RM_L4SEC_DES3DES_CONTEXT_OFFSET,
|
|
|
|
.clkctrl_offs = OMAP4_CM_L4SEC_DES3DES_CLKCTRL_OFFSET,
|
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2019-10-09 08:56:46 +00:00
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__des = {
|
2017-06-13 09:28:47 +00:00
|
|
|
.master = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.slave = &omap44xx_des_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:50 +00:00
|
|
|
/*
|
|
|
|
* 'fdif' class
|
|
|
|
* face detection hw accelerator module
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_fdif_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0010,
|
|
|
|
/*
|
|
|
|
* FDIF needs 100 OCP clk cycles delay after a softreset before
|
|
|
|
* accessing sysconfig again.
|
|
|
|
* The lowest frequency at the moment for L3 bus is 100 MHz, so
|
|
|
|
* 1usec delay is needed. Add an x2 margin to be safe (2 usecs).
|
|
|
|
*
|
|
|
|
* TODO: Indicate errata when available.
|
|
|
|
*/
|
|
|
|
.srst_udelay = 2,
|
|
|
|
.sysc_flags = (SYSC_HAS_MIDLEMODE | SYSC_HAS_RESET_STATUS |
|
|
|
|
SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET),
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
|
|
|
|
MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART),
|
|
|
|
.sysc_fields = &omap_hwmod_sysc_type2,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_fdif_hwmod_class = {
|
|
|
|
.name = "fdif",
|
|
|
|
.sysc = &omap44xx_fdif_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* fdif */
|
|
|
|
static struct omap_hwmod omap44xx_fdif_hwmod = {
|
|
|
|
.name = "fdif",
|
|
|
|
.class = &omap44xx_fdif_hwmod_class,
|
|
|
|
.clkdm_name = "iss_clkdm",
|
|
|
|
.main_clk = "fdif_fck",
|
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_CAM_FDIF_CLKCTRL_OFFSET,
|
|
|
|
.context_offs = OMAP4_RM_CAM_FDIF_CONTEXT_OFFSET,
|
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:51 +00:00
|
|
|
/*
|
|
|
|
* 'gpmc' class
|
|
|
|
* general purpose memory controller
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_gpmc_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0010,
|
|
|
|
.syss_offs = 0x0014,
|
|
|
|
.sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_SIDLEMODE |
|
|
|
|
SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS),
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
|
|
|
|
.sysc_fields = &omap_hwmod_sysc_type1,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_gpmc_hwmod_class = {
|
|
|
|
.name = "gpmc",
|
|
|
|
.sysc = &omap44xx_gpmc_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* gpmc */
|
|
|
|
static struct omap_hwmod omap44xx_gpmc_hwmod = {
|
|
|
|
.name = "gpmc",
|
|
|
|
.class = &omap44xx_gpmc_hwmod_class,
|
|
|
|
.clkdm_name = "l3_2_clkdm",
|
2015-06-02 01:22:10 +00:00
|
|
|
/* Skip reset for CONFIG_OMAP_GPMC_DEBUG for bootloader timings */
|
|
|
|
.flags = DEBUG_OMAP_GPMC_HWMOD_FLAGS,
|
2012-04-19 19:33:51 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_L3_2_GPMC_CLKCTRL_OFFSET,
|
|
|
|
.context_offs = OMAP4_RM_L3_2_GPMC_CONTEXT_OFFSET,
|
|
|
|
.modulemode = MODULEMODE_HWCTRL,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:50 +00:00
|
|
|
|
2011-02-15 21:39:48 +00:00
|
|
|
/*
|
|
|
|
* 'hsi' class
|
|
|
|
* mipi high-speed synchronous serial interface (multichannel and full-duplex
|
|
|
|
* serial if)
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_hsi_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0010,
|
|
|
|
.syss_offs = 0x0014,
|
|
|
|
.sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_EMUFREE |
|
|
|
|
SYSC_HAS_MIDLEMODE | SYSC_HAS_SIDLEMODE |
|
|
|
|
SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS),
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
|
|
|
|
SIDLE_SMART_WKUP | MSTANDBY_FORCE | MSTANDBY_NO |
|
2011-07-01 20:54:01 +00:00
|
|
|
MSTANDBY_SMART | MSTANDBY_SMART_WKUP),
|
2011-02-15 21:39:48 +00:00
|
|
|
.sysc_fields = &omap_hwmod_sysc_type1,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_hsi_hwmod_class = {
|
|
|
|
.name = "hsi",
|
|
|
|
.sysc = &omap44xx_hsi_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* hsi */
|
|
|
|
static struct omap_hwmod omap44xx_hsi_hwmod = {
|
|
|
|
.name = "hsi",
|
|
|
|
.class = &omap44xx_hsi_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l3_init_clkdm",
|
2011-02-15 21:39:48 +00:00
|
|
|
.main_clk = "hsi_fck",
|
2011-07-10 01:14:28 +00:00
|
|
|
.prcm = {
|
2011-02-15 21:39:48 +00:00
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_L3INIT_HSI_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_L3INIT_HSI_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_HWCTRL,
|
2011-02-15 21:39:48 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 'ipu' class
|
|
|
|
* imaging processor unit
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_ipu_hwmod_class = {
|
|
|
|
.name = "ipu",
|
|
|
|
};
|
|
|
|
|
|
|
|
/* ipu */
|
ARM: OMAP4: hwmod data: remove pseudo-hwmods associated with hardreset lines
Remove the pseudo-hwmods associated with hardreset lines from the
OMAP4 data file. Future patches will convert this data to register
hwmods by interfaces, rather than registering hwmods directly. The
pseudo-hwmods aren't associated with any interfaces, so this will
create a problem.
After this change, the hwmod code will reset processor IPs at the
hwmod level, rather than by individual hardreset lines. So, for
example, if the IVA device driver code wishes to place one of the
sequencer cores into reset, while leaving the other active, it must do
so itself by calling the appropriate PRM functions.
This patch will cause a change in the initialization behavior of the
DSP, IVA, and IPU.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Benoît Cousson <b-cousson@ti.com>
2012-04-19 01:10:02 +00:00
|
|
|
static struct omap_hwmod_rst_info omap44xx_ipu_resets[] = {
|
2011-02-15 21:39:48 +00:00
|
|
|
{ .name = "cpu0", .rst_shift = 0 },
|
|
|
|
{ .name = "cpu1", .rst_shift = 1 },
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod omap44xx_ipu_hwmod = {
|
|
|
|
.name = "ipu",
|
|
|
|
.class = &omap44xx_ipu_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "ducati_clkdm",
|
2011-02-15 21:39:48 +00:00
|
|
|
.rst_lines = omap44xx_ipu_resets,
|
|
|
|
.rst_lines_cnt = ARRAY_SIZE(omap44xx_ipu_resets),
|
2012-11-20 01:05:52 +00:00
|
|
|
.main_clk = "ducati_clk_mux_ck",
|
2011-07-10 01:14:28 +00:00
|
|
|
.prcm = {
|
2011-02-15 21:39:48 +00:00
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_DUCATI_DUCATI_CLKCTRL_OFFSET,
|
2011-07-10 11:56:31 +00:00
|
|
|
.rstctrl_offs = OMAP4_RM_DUCATI_RSTCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_DUCATI_DUCATI_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_HWCTRL,
|
2011-02-15 21:39:48 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 'iss' class
|
|
|
|
* external images sensor pixel data processor
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_iss_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0010,
|
2012-04-13 11:08:03 +00:00
|
|
|
/*
|
|
|
|
* ISS needs 100 OCP clk cycles delay after a softreset before
|
|
|
|
* accessing sysconfig again.
|
|
|
|
* The lowest frequency at the moment for L3 bus is 100 MHz, so
|
|
|
|
* 1usec delay is needed. Add an x2 margin to be safe (2 usecs).
|
|
|
|
*
|
|
|
|
* TODO: Indicate errata when available.
|
|
|
|
*/
|
|
|
|
.srst_udelay = 2,
|
2011-02-15 21:39:48 +00:00
|
|
|
.sysc_flags = (SYSC_HAS_MIDLEMODE | SYSC_HAS_RESET_STATUS |
|
|
|
|
SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET),
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
|
|
|
|
SIDLE_SMART_WKUP | MSTANDBY_FORCE | MSTANDBY_NO |
|
2011-07-01 20:54:01 +00:00
|
|
|
MSTANDBY_SMART | MSTANDBY_SMART_WKUP),
|
2011-02-15 21:39:48 +00:00
|
|
|
.sysc_fields = &omap_hwmod_sysc_type2,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_iss_hwmod_class = {
|
|
|
|
.name = "iss",
|
|
|
|
.sysc = &omap44xx_iss_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* iss */
|
|
|
|
static struct omap_hwmod_opt_clk iss_opt_clks[] = {
|
|
|
|
{ .role = "ctrlclk", .clk = "iss_ctrlclk" },
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod omap44xx_iss_hwmod = {
|
|
|
|
.name = "iss",
|
|
|
|
.class = &omap44xx_iss_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "iss_clkdm",
|
2013-01-26 07:48:54 +00:00
|
|
|
.main_clk = "ducati_clk_mux_ck",
|
2011-07-10 01:14:28 +00:00
|
|
|
.prcm = {
|
2011-02-15 21:39:48 +00:00
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_CAM_ISS_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_CAM_ISS_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
2011-02-15 21:39:48 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
.opt_clks = iss_opt_clks,
|
|
|
|
.opt_clks_cnt = ARRAY_SIZE(iss_opt_clks),
|
|
|
|
};
|
|
|
|
|
2010-12-22 04:08:34 +00:00
|
|
|
/*
|
|
|
|
* 'iva' class
|
|
|
|
* multi-standard video encoder/decoder hardware accelerator
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_iva_hwmod_class = {
|
2010-12-23 22:30:32 +00:00
|
|
|
.name = "iva",
|
2010-12-22 04:08:34 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* iva */
|
|
|
|
static struct omap_hwmod_rst_info omap44xx_iva_resets[] = {
|
|
|
|
{ .name = "seq0", .rst_shift = 0 },
|
|
|
|
{ .name = "seq1", .rst_shift = 1 },
|
ARM: OMAP4: hwmod data: remove pseudo-hwmods associated with hardreset lines
Remove the pseudo-hwmods associated with hardreset lines from the
OMAP4 data file. Future patches will convert this data to register
hwmods by interfaces, rather than registering hwmods directly. The
pseudo-hwmods aren't associated with any interfaces, so this will
create a problem.
After this change, the hwmod code will reset processor IPs at the
hwmod level, rather than by individual hardreset lines. So, for
example, if the IVA device driver code wishes to place one of the
sequencer cores into reset, while leaving the other active, it must do
so itself by calling the appropriate PRM functions.
This patch will cause a change in the initialization behavior of the
DSP, IVA, and IPU.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Benoît Cousson <b-cousson@ti.com>
2012-04-19 01:10:02 +00:00
|
|
|
{ .name = "logic", .rst_shift = 2 },
|
2010-12-22 04:08:34 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod omap44xx_iva_hwmod = {
|
|
|
|
.name = "iva",
|
|
|
|
.class = &omap44xx_iva_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "ivahd_clkdm",
|
2010-12-22 04:08:34 +00:00
|
|
|
.rst_lines = omap44xx_iva_resets,
|
|
|
|
.rst_lines_cnt = ARRAY_SIZE(omap44xx_iva_resets),
|
2013-01-26 07:48:54 +00:00
|
|
|
.main_clk = "dpll_iva_m5x2_ck",
|
2010-12-22 04:08:34 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_IVAHD_IVAHD_CLKCTRL_OFFSET,
|
2011-07-10 11:56:31 +00:00
|
|
|
.rstctrl_offs = OMAP4_RM_IVAHD_RSTCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_IVAHD_IVAHD_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_HWCTRL,
|
2010-12-22 04:08:34 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-02-15 21:39:48 +00:00
|
|
|
/*
|
|
|
|
* 'kbd' class
|
|
|
|
* keyboard controller
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_kbd_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0010,
|
|
|
|
.syss_offs = 0x0014,
|
|
|
|
.sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY |
|
|
|
|
SYSC_HAS_EMUFREE | SYSC_HAS_ENAWAKEUP |
|
|
|
|
SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
|
|
|
|
SYSS_HAS_RESET_STATUS),
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
|
|
|
|
.sysc_fields = &omap_hwmod_sysc_type1,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_kbd_hwmod_class = {
|
|
|
|
.name = "kbd",
|
|
|
|
.sysc = &omap44xx_kbd_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* kbd */
|
|
|
|
static struct omap_hwmod omap44xx_kbd_hwmod = {
|
|
|
|
.name = "kbd",
|
|
|
|
.class = &omap44xx_kbd_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l4_wkup_clkdm",
|
2013-01-26 07:48:54 +00:00
|
|
|
.main_clk = "sys_32k_ck",
|
2011-07-10 01:14:28 +00:00
|
|
|
.prcm = {
|
2011-02-15 21:39:48 +00:00
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_WKUP_KEYBOARD_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_WKUP_KEYBOARD_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
2011-02-15 21:39:48 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-01-31 14:50:30 +00:00
|
|
|
|
2011-02-15 21:39:48 +00:00
|
|
|
/*
|
|
|
|
* 'mcpdm' class
|
|
|
|
* multi channel pdm controller (proprietary interface with phoenix power
|
|
|
|
* ic)
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_mcpdm_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0010,
|
|
|
|
.sysc_flags = (SYSC_HAS_EMUFREE | SYSC_HAS_RESET_STATUS |
|
|
|
|
SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET),
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
|
|
|
|
SIDLE_SMART_WKUP),
|
|
|
|
.sysc_fields = &omap_hwmod_sysc_type2,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_mcpdm_hwmod_class = {
|
|
|
|
.name = "mcpdm",
|
|
|
|
.sysc = &omap44xx_mcpdm_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* mcpdm */
|
|
|
|
static struct omap_hwmod omap44xx_mcpdm_hwmod = {
|
|
|
|
.name = "mcpdm",
|
|
|
|
.class = &omap44xx_mcpdm_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "abe_clkdm",
|
2012-10-30 04:02:14 +00:00
|
|
|
/*
|
|
|
|
* It's suspected that the McPDM requires an off-chip main
|
|
|
|
* functional clock, controlled via I2C. This IP block is
|
|
|
|
* currently reset very early during boot, before I2C is
|
|
|
|
* available, so it doesn't seem that we have any choice in
|
|
|
|
* the kernel other than to avoid resetting it.
|
2013-01-18 23:48:16 +00:00
|
|
|
*
|
|
|
|
* Also, McPDM needs to be configured to NO_IDLE mode when it
|
|
|
|
* is in used otherwise vital clocks will be gated which
|
|
|
|
* results 'slow motion' audio playback.
|
2012-10-30 04:02:14 +00:00
|
|
|
*/
|
2013-01-18 23:48:16 +00:00
|
|
|
.flags = HWMOD_EXT_OPT_MAIN_CLK | HWMOD_SWSUP_SIDLE,
|
2013-01-26 07:48:54 +00:00
|
|
|
.main_clk = "pad_clks_ck",
|
2011-07-10 01:14:28 +00:00
|
|
|
.prcm = {
|
2011-02-15 21:39:48 +00:00
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM1_ABE_PDM_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_ABE_PDM_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
2011-02-15 21:39:48 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2012-09-23 23:28:24 +00:00
|
|
|
/*
|
|
|
|
* 'mmu' class
|
|
|
|
* The memory management unit performs virtual to physical address translation
|
|
|
|
* for its requestors.
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig mmu_sysc = {
|
|
|
|
.rev_offs = 0x000,
|
|
|
|
.sysc_offs = 0x010,
|
|
|
|
.syss_offs = 0x014,
|
|
|
|
.sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_SIDLEMODE |
|
|
|
|
SYSC_HAS_SOFTRESET | SYSC_HAS_AUTOIDLE),
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
|
|
|
|
.sysc_fields = &omap_hwmod_sysc_type1,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_mmu_hwmod_class = {
|
|
|
|
.name = "mmu",
|
|
|
|
.sysc = &mmu_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* mmu ipu */
|
|
|
|
|
|
|
|
static struct omap_hwmod omap44xx_mmu_ipu_hwmod;
|
|
|
|
static struct omap_hwmod_rst_info omap44xx_mmu_ipu_resets[] = {
|
|
|
|
{ .name = "mmu_cache", .rst_shift = 2 },
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l3_main_2 -> mmu_ipu */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__mmu_ipu = {
|
|
|
|
.master = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.slave = &omap44xx_mmu_ipu_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod omap44xx_mmu_ipu_hwmod = {
|
|
|
|
.name = "mmu_ipu",
|
|
|
|
.class = &omap44xx_mmu_hwmod_class,
|
|
|
|
.clkdm_name = "ducati_clkdm",
|
|
|
|
.rst_lines = omap44xx_mmu_ipu_resets,
|
|
|
|
.rst_lines_cnt = ARRAY_SIZE(omap44xx_mmu_ipu_resets),
|
|
|
|
.main_clk = "ducati_clk_mux_ck",
|
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_DUCATI_DUCATI_CLKCTRL_OFFSET,
|
|
|
|
.rstctrl_offs = OMAP4_RM_DUCATI_RSTCTRL_OFFSET,
|
|
|
|
.context_offs = OMAP4_RM_DUCATI_DUCATI_CONTEXT_OFFSET,
|
|
|
|
.modulemode = MODULEMODE_HWCTRL,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
|
|
|
/* mmu dsp */
|
|
|
|
|
|
|
|
static struct omap_hwmod omap44xx_mmu_dsp_hwmod;
|
|
|
|
static struct omap_hwmod_rst_info omap44xx_mmu_dsp_resets[] = {
|
|
|
|
{ .name = "mmu_cache", .rst_shift = 1 },
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_cfg -> dsp */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_cfg__mmu_dsp = {
|
|
|
|
.master = &omap44xx_l4_cfg_hwmod,
|
|
|
|
.slave = &omap44xx_mmu_dsp_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod omap44xx_mmu_dsp_hwmod = {
|
|
|
|
.name = "mmu_dsp",
|
|
|
|
.class = &omap44xx_mmu_hwmod_class,
|
|
|
|
.clkdm_name = "tesla_clkdm",
|
|
|
|
.rst_lines = omap44xx_mmu_dsp_resets,
|
|
|
|
.rst_lines_cnt = ARRAY_SIZE(omap44xx_mmu_dsp_resets),
|
|
|
|
.main_clk = "dpll_iva_m4x2_ck",
|
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_TESLA_TESLA_CLKCTRL_OFFSET,
|
|
|
|
.rstctrl_offs = OMAP4_RM_TESLA_RSTCTRL_OFFSET,
|
|
|
|
.context_offs = OMAP4_RM_TESLA_TESLA_CONTEXT_OFFSET,
|
|
|
|
.modulemode = MODULEMODE_HWCTRL,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2010-12-22 04:08:33 +00:00
|
|
|
/*
|
|
|
|
* 'mpu' class
|
|
|
|
* mpu sub-system
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_mpu_hwmod_class = {
|
2010-12-23 22:30:32 +00:00
|
|
|
.name = "mpu",
|
2010-09-27 14:49:19 +00:00
|
|
|
};
|
|
|
|
|
2010-12-22 04:08:33 +00:00
|
|
|
/* mpu */
|
|
|
|
static struct omap_hwmod omap44xx_mpu_hwmod = {
|
|
|
|
.name = "mpu",
|
|
|
|
.class = &omap44xx_mpu_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "mpuss_clkdm",
|
2013-08-20 07:32:44 +00:00
|
|
|
.flags = HWMOD_INIT_NO_IDLE,
|
2010-12-22 04:08:33 +00:00
|
|
|
.main_clk = "dpll_mpu_m2_ck",
|
2010-09-27 14:49:19 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_MPU_MPU_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_MPU_MPU_CONTEXT_OFFSET,
|
2010-09-27 14:49:19 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:56 +00:00
|
|
|
/*
|
|
|
|
* 'ocmc_ram' class
|
|
|
|
* top-level core on-chip ram
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_ocmc_ram_hwmod_class = {
|
|
|
|
.name = "ocmc_ram",
|
|
|
|
};
|
|
|
|
|
|
|
|
/* ocmc_ram */
|
|
|
|
static struct omap_hwmod omap44xx_ocmc_ram_hwmod = {
|
|
|
|
.name = "ocmc_ram",
|
|
|
|
.class = &omap44xx_ocmc_ram_hwmod_class,
|
|
|
|
.clkdm_name = "l3_2_clkdm",
|
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_L3_2_OCMC_RAM_CLKCTRL_OFFSET,
|
|
|
|
.context_offs = OMAP4_RM_L3_2_OCMC_RAM_CONTEXT_OFFSET,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:55 +00:00
|
|
|
/*
|
|
|
|
* 'ocp2scp' class
|
|
|
|
* bridge to transform ocp interface protocol to scp (serial control port)
|
|
|
|
* protocol
|
|
|
|
*/
|
|
|
|
|
2012-09-23 23:28:21 +00:00
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_ocp2scp_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0010,
|
|
|
|
.syss_offs = 0x0014,
|
|
|
|
.sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_SIDLEMODE |
|
|
|
|
SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS),
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
|
|
|
|
.sysc_fields = &omap_hwmod_sysc_type1,
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:55 +00:00
|
|
|
static struct omap_hwmod_class omap44xx_ocp2scp_hwmod_class = {
|
|
|
|
.name = "ocp2scp",
|
2012-09-23 23:28:21 +00:00
|
|
|
.sysc = &omap44xx_ocp2scp_sysc,
|
2012-04-19 19:33:55 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* ocp2scp_usb_phy */
|
|
|
|
static struct omap_hwmod omap44xx_ocp2scp_usb_phy_hwmod = {
|
|
|
|
.name = "ocp2scp_usb_phy",
|
|
|
|
.class = &omap44xx_ocp2scp_hwmod_class,
|
|
|
|
.clkdm_name = "l3_init_clkdm",
|
2013-04-10 19:41:38 +00:00
|
|
|
/*
|
|
|
|
* ocp2scp_usb_phy_phy_48m is provided by the OMAP4 PRCM IP
|
|
|
|
* block as an "optional clock," and normally should never be
|
|
|
|
* specified as the main_clk for an OMAP IP block. However it
|
|
|
|
* turns out that this clock is actually the main clock for
|
|
|
|
* the ocp2scp_usb_phy IP block:
|
|
|
|
* http://lists.infradead.org/pipermail/linux-arm-kernel/2012-September/119943.html
|
|
|
|
* So listing ocp2scp_usb_phy_phy_48m as a main_clk here seems
|
|
|
|
* to be the best workaround.
|
|
|
|
*/
|
|
|
|
.main_clk = "ocp2scp_usb_phy_phy_48m",
|
2012-04-19 19:33:55 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_L3INIT_USBPHYOCP2SCP_CLKCTRL_OFFSET,
|
|
|
|
.context_offs = OMAP4_RM_L3INIT_USBPHYOCP2SCP_CONTEXT_OFFSET,
|
|
|
|
.modulemode = MODULEMODE_HWCTRL,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:58 +00:00
|
|
|
/*
|
|
|
|
* 'prcm' class
|
|
|
|
* power and reset manager (part of the prcm infrastructure) + clock manager 2
|
|
|
|
* + clock manager 1 (in always on power domain) + local prm in mpu
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_prcm_hwmod_class = {
|
|
|
|
.name = "prcm",
|
|
|
|
};
|
|
|
|
|
|
|
|
/* prcm_mpu */
|
|
|
|
static struct omap_hwmod omap44xx_prcm_mpu_hwmod = {
|
|
|
|
.name = "prcm_mpu",
|
|
|
|
.class = &omap44xx_prcm_hwmod_class,
|
|
|
|
.clkdm_name = "l4_wkup_clkdm",
|
2012-09-23 23:28:22 +00:00
|
|
|
.flags = HWMOD_NO_IDLEST,
|
2012-09-23 23:28:20 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT,
|
|
|
|
},
|
|
|
|
},
|
2012-04-19 19:33:58 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* cm_core_aon */
|
|
|
|
static struct omap_hwmod omap44xx_cm_core_aon_hwmod = {
|
|
|
|
.name = "cm_core_aon",
|
|
|
|
.class = &omap44xx_prcm_hwmod_class,
|
2012-09-23 23:28:22 +00:00
|
|
|
.flags = HWMOD_NO_IDLEST,
|
2012-09-23 23:28:20 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT,
|
|
|
|
},
|
|
|
|
},
|
2012-04-19 19:33:58 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* cm_core */
|
|
|
|
static struct omap_hwmod omap44xx_cm_core_hwmod = {
|
|
|
|
.name = "cm_core",
|
|
|
|
.class = &omap44xx_prcm_hwmod_class,
|
2012-09-23 23:28:22 +00:00
|
|
|
.flags = HWMOD_NO_IDLEST,
|
2012-09-23 23:28:20 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT,
|
|
|
|
},
|
|
|
|
},
|
2012-04-19 19:33:58 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* prm */
|
|
|
|
static struct omap_hwmod_rst_info omap44xx_prm_resets[] = {
|
|
|
|
{ .name = "rst_global_warm_sw", .rst_shift = 0 },
|
|
|
|
{ .name = "rst_global_cold_sw", .rst_shift = 1 },
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod omap44xx_prm_hwmod = {
|
|
|
|
.name = "prm",
|
|
|
|
.class = &omap44xx_prcm_hwmod_class,
|
|
|
|
.rst_lines = omap44xx_prm_resets,
|
|
|
|
.rst_lines_cnt = ARRAY_SIZE(omap44xx_prm_resets),
|
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 'scrm' class
|
|
|
|
* system clock and reset manager
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_scrm_hwmod_class = {
|
|
|
|
.name = "scrm",
|
|
|
|
};
|
|
|
|
|
|
|
|
/* scrm */
|
|
|
|
static struct omap_hwmod omap44xx_scrm_hwmod = {
|
|
|
|
.name = "scrm",
|
|
|
|
.class = &omap44xx_scrm_hwmod_class,
|
|
|
|
.clkdm_name = "l4_wkup_clkdm",
|
2012-09-23 23:28:20 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT,
|
|
|
|
},
|
|
|
|
},
|
2012-04-19 19:33:58 +00:00
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:54 +00:00
|
|
|
/*
|
|
|
|
* 'sl2if' class
|
|
|
|
* shared level 2 memory interface
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_sl2if_hwmod_class = {
|
|
|
|
.name = "sl2if",
|
|
|
|
};
|
|
|
|
|
|
|
|
/* sl2if */
|
|
|
|
static struct omap_hwmod omap44xx_sl2if_hwmod = {
|
|
|
|
.name = "sl2if",
|
|
|
|
.class = &omap44xx_sl2if_hwmod_class,
|
|
|
|
.clkdm_name = "ivahd_clkdm",
|
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_IVAHD_SL2_CLKCTRL_OFFSET,
|
|
|
|
.context_offs = OMAP4_RM_IVAHD_SL2_CONTEXT_OFFSET,
|
|
|
|
.modulemode = MODULEMODE_HWCTRL,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:53 +00:00
|
|
|
/*
|
|
|
|
* 'slimbus' class
|
|
|
|
* bidirectional, multi-drop, multi-channel two-line serial interface between
|
|
|
|
* the device and external components
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_slimbus_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0010,
|
|
|
|
.sysc_flags = (SYSC_HAS_RESET_STATUS | SYSC_HAS_SIDLEMODE |
|
|
|
|
SYSC_HAS_SOFTRESET),
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
|
|
|
|
SIDLE_SMART_WKUP),
|
|
|
|
.sysc_fields = &omap_hwmod_sysc_type2,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_slimbus_hwmod_class = {
|
|
|
|
.name = "slimbus",
|
|
|
|
.sysc = &omap44xx_slimbus_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* slimbus1 */
|
|
|
|
static struct omap_hwmod_opt_clk slimbus1_opt_clks[] = {
|
|
|
|
{ .role = "fclk_1", .clk = "slimbus1_fclk_1" },
|
|
|
|
{ .role = "fclk_0", .clk = "slimbus1_fclk_0" },
|
|
|
|
{ .role = "fclk_2", .clk = "slimbus1_fclk_2" },
|
|
|
|
{ .role = "slimbus_clk", .clk = "slimbus1_slimbus_clk" },
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod omap44xx_slimbus1_hwmod = {
|
|
|
|
.name = "slimbus1",
|
|
|
|
.class = &omap44xx_slimbus_hwmod_class,
|
|
|
|
.clkdm_name = "abe_clkdm",
|
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM1_ABE_SLIMBUS_CLKCTRL_OFFSET,
|
|
|
|
.context_offs = OMAP4_RM_ABE_SLIMBUS_CONTEXT_OFFSET,
|
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.opt_clks = slimbus1_opt_clks,
|
|
|
|
.opt_clks_cnt = ARRAY_SIZE(slimbus1_opt_clks),
|
|
|
|
};
|
|
|
|
|
|
|
|
/* slimbus2 */
|
|
|
|
static struct omap_hwmod_opt_clk slimbus2_opt_clks[] = {
|
|
|
|
{ .role = "fclk_1", .clk = "slimbus2_fclk_1" },
|
|
|
|
{ .role = "fclk_0", .clk = "slimbus2_fclk_0" },
|
|
|
|
{ .role = "slimbus_clk", .clk = "slimbus2_slimbus_clk" },
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod omap44xx_slimbus2_hwmod = {
|
|
|
|
.name = "slimbus2",
|
|
|
|
.class = &omap44xx_slimbus_hwmod_class,
|
|
|
|
.clkdm_name = "l4_per_clkdm",
|
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_L4PER_SLIMBUS2_CLKCTRL_OFFSET,
|
|
|
|
.context_offs = OMAP4_RM_L4PER_SLIMBUS2_CONTEXT_OFFSET,
|
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.opt_clks = slimbus2_opt_clks,
|
|
|
|
.opt_clks_cnt = ARRAY_SIZE(slimbus2_opt_clks),
|
|
|
|
};
|
|
|
|
|
2010-12-23 22:30:30 +00:00
|
|
|
/*
|
|
|
|
* 'smartreflex' class
|
|
|
|
* smartreflex module (monitor silicon performance and outputs a measure of
|
|
|
|
* performance error)
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* The IP is not compliant to type1 / type2 scheme */
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_smartreflex_sysc = {
|
2018-04-16 17:21:15 +00:00
|
|
|
.rev_offs = -ENODEV,
|
2010-12-23 22:30:30 +00:00
|
|
|
.sysc_offs = 0x0038,
|
|
|
|
.sysc_flags = (SYSC_HAS_ENAWAKEUP | SYSC_HAS_SIDLEMODE),
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
|
|
|
|
SIDLE_SMART_WKUP),
|
2017-12-15 17:41:01 +00:00
|
|
|
.sysc_fields = &omap36xx_sr_sysc_fields,
|
2010-12-23 22:30:30 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_smartreflex_hwmod_class = {
|
2010-12-23 22:30:32 +00:00
|
|
|
.name = "smartreflex",
|
|
|
|
.sysc = &omap44xx_smartreflex_sysc,
|
2010-12-23 22:30:30 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* smartreflex_core */
|
2012-02-29 22:33:37 +00:00
|
|
|
static struct omap_smartreflex_dev_attr smartreflex_core_dev_attr = {
|
|
|
|
.sensor_voltdm_name = "core",
|
|
|
|
};
|
|
|
|
|
2010-12-23 22:30:30 +00:00
|
|
|
static struct omap_hwmod omap44xx_smartreflex_core_hwmod = {
|
|
|
|
.name = "smartreflex_core",
|
|
|
|
.class = &omap44xx_smartreflex_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l4_ao_clkdm",
|
2011-07-10 01:14:06 +00:00
|
|
|
|
2010-12-23 22:30:30 +00:00
|
|
|
.main_clk = "smartreflex_core_fck",
|
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_ALWON_SR_CORE_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_ALWON_SR_CORE_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
2010-12-23 22:30:30 +00:00
|
|
|
},
|
|
|
|
},
|
2012-02-29 22:33:37 +00:00
|
|
|
.dev_attr = &smartreflex_core_dev_attr,
|
2010-12-23 22:30:30 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* smartreflex_iva */
|
2012-02-29 22:33:37 +00:00
|
|
|
static struct omap_smartreflex_dev_attr smartreflex_iva_dev_attr = {
|
|
|
|
.sensor_voltdm_name = "iva",
|
|
|
|
};
|
|
|
|
|
2010-12-23 22:30:30 +00:00
|
|
|
static struct omap_hwmod omap44xx_smartreflex_iva_hwmod = {
|
|
|
|
.name = "smartreflex_iva",
|
|
|
|
.class = &omap44xx_smartreflex_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l4_ao_clkdm",
|
2010-12-23 22:30:30 +00:00
|
|
|
.main_clk = "smartreflex_iva_fck",
|
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_ALWON_SR_IVA_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_ALWON_SR_IVA_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
2010-12-23 22:30:30 +00:00
|
|
|
},
|
|
|
|
},
|
2012-02-29 22:33:37 +00:00
|
|
|
.dev_attr = &smartreflex_iva_dev_attr,
|
2010-12-23 22:30:30 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* smartreflex_mpu */
|
2012-02-29 22:33:37 +00:00
|
|
|
static struct omap_smartreflex_dev_attr smartreflex_mpu_dev_attr = {
|
|
|
|
.sensor_voltdm_name = "mpu",
|
|
|
|
};
|
|
|
|
|
2010-12-23 22:30:30 +00:00
|
|
|
static struct omap_hwmod omap44xx_smartreflex_mpu_hwmod = {
|
|
|
|
.name = "smartreflex_mpu",
|
|
|
|
.class = &omap44xx_smartreflex_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l4_ao_clkdm",
|
2010-12-23 22:30:30 +00:00
|
|
|
.main_clk = "smartreflex_mpu_fck",
|
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_ALWON_SR_MPU_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_ALWON_SR_MPU_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
2010-12-23 22:30:30 +00:00
|
|
|
},
|
|
|
|
},
|
2012-02-29 22:33:37 +00:00
|
|
|
.dev_attr = &smartreflex_mpu_dev_attr,
|
2010-12-23 22:30:30 +00:00
|
|
|
};
|
|
|
|
|
2011-02-02 12:04:36 +00:00
|
|
|
/*
|
|
|
|
* 'spinlock' class
|
|
|
|
* spinlock provides hardware assistance for synchronizing the processes
|
|
|
|
* running on multiple processors
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_spinlock_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0010,
|
|
|
|
.syss_offs = 0x0014,
|
|
|
|
.sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY |
|
|
|
|
SYSC_HAS_ENAWAKEUP | SYSC_HAS_SIDLEMODE |
|
|
|
|
SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS),
|
2013-12-23 22:48:48 +00:00
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
|
2011-02-02 12:04:36 +00:00
|
|
|
.sysc_fields = &omap_hwmod_sysc_type1,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_spinlock_hwmod_class = {
|
|
|
|
.name = "spinlock",
|
|
|
|
.sysc = &omap44xx_spinlock_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* spinlock */
|
|
|
|
static struct omap_hwmod omap44xx_spinlock_hwmod = {
|
|
|
|
.name = "spinlock",
|
|
|
|
.class = &omap44xx_spinlock_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l4_cfg_clkdm",
|
2011-02-02 12:04:36 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_L4CFG_HW_SEM_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_L4CFG_HW_SEM_CONTEXT_OFFSET,
|
2011-02-02 12:04:36 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
/*
|
|
|
|
* 'timer' class
|
|
|
|
* general purpose timer module with accurate 1ms tick
|
|
|
|
* This class contains several variants: ['timer_1ms', 'timer']
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_timer_1ms_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0010,
|
|
|
|
.syss_offs = 0x0014,
|
|
|
|
.sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY |
|
|
|
|
SYSC_HAS_EMUFREE | SYSC_HAS_ENAWAKEUP |
|
|
|
|
SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
|
|
|
|
SYSS_HAS_RESET_STATUS),
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
|
|
|
|
.sysc_fields = &omap_hwmod_sysc_type1,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_timer_1ms_hwmod_class = {
|
|
|
|
.name = "timer",
|
|
|
|
.sysc = &omap44xx_timer_1ms_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_timer_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0010,
|
|
|
|
.sysc_flags = (SYSC_HAS_EMUFREE | SYSC_HAS_RESET_STATUS |
|
|
|
|
SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET),
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
|
|
|
|
SIDLE_SMART_WKUP),
|
|
|
|
.sysc_fields = &omap_hwmod_sysc_type2,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_timer_hwmod_class = {
|
|
|
|
.name = "timer",
|
|
|
|
.sysc = &omap44xx_timer_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* timer1 */
|
|
|
|
static struct omap_hwmod omap44xx_timer1_hwmod = {
|
|
|
|
.name = "timer1",
|
|
|
|
.class = &omap44xx_timer_1ms_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l4_wkup_clkdm",
|
ARM: OMAP2+: Don't use __omap_dm_timer_reset()
Currently OMAP2+ devices are using the function __omap_dm_timer_reset() to
configure the clock-activity, idle, wakeup-enable and auto-idle fields in the
timer OCP_CFG register. The name of the function is mis-leading because this
function does not actually perform a reset of the timer.
For OMAP2+ devices, HWMOD is responsible for reseting and configuring the
timer OCP_CFG register. Therefore, do not use __omap_dm_timer_reset() for
OMAP2+ devices and rely on HWMOD. Furthermore, some timer instances do not
have the fields clock-activity, wakeup-enable and auto-idle and so this
function could configure the OCP_CFG register incorrectly.
Currently HWMOD is not configuring the clock-activity field in the OCP_CFG
register for timers that have this field. Commit 0f0d080 (ARM: OMAP: DMTimer:
Use posted mode) configures the clock-activity field to keep the f-clk enabled
so that the wake-up capability is enabled. Therefore, add the appropriate flags
to the timer HWMOD structures to configure this field in the same way.
For OMAP2/3 devices all dmtimers have the clock-activity field, where as for
OMAP4 devices, only dmtimer 1, 2 and 10 have the clock-activity field.
Verified on OMAP2420 H4, OMAP3430 Beagle and OMAP4430 Panda that HWMOD is
configuring the dmtimer OCP_CFG register as expected for clock-events timer.
Signed-off-by: Jon Hunter <jon-hunter@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
2012-07-11 18:00:13 +00:00
|
|
|
.flags = HWMOD_SET_DEFAULT_CLOCKACT,
|
2013-01-26 07:48:55 +00:00
|
|
|
.main_clk = "dmt1_clk_mux",
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_WKUP_TIMER1_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_WKUP_TIMER1_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
|
|
|
/* timer2 */
|
|
|
|
static struct omap_hwmod omap44xx_timer2_hwmod = {
|
|
|
|
.name = "timer2",
|
|
|
|
.class = &omap44xx_timer_1ms_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l4_per_clkdm",
|
ARM: OMAP2+: Don't use __omap_dm_timer_reset()
Currently OMAP2+ devices are using the function __omap_dm_timer_reset() to
configure the clock-activity, idle, wakeup-enable and auto-idle fields in the
timer OCP_CFG register. The name of the function is mis-leading because this
function does not actually perform a reset of the timer.
For OMAP2+ devices, HWMOD is responsible for reseting and configuring the
timer OCP_CFG register. Therefore, do not use __omap_dm_timer_reset() for
OMAP2+ devices and rely on HWMOD. Furthermore, some timer instances do not
have the fields clock-activity, wakeup-enable and auto-idle and so this
function could configure the OCP_CFG register incorrectly.
Currently HWMOD is not configuring the clock-activity field in the OCP_CFG
register for timers that have this field. Commit 0f0d080 (ARM: OMAP: DMTimer:
Use posted mode) configures the clock-activity field to keep the f-clk enabled
so that the wake-up capability is enabled. Therefore, add the appropriate flags
to the timer HWMOD structures to configure this field in the same way.
For OMAP2/3 devices all dmtimers have the clock-activity field, where as for
OMAP4 devices, only dmtimer 1, 2 and 10 have the clock-activity field.
Verified on OMAP2420 H4, OMAP3430 Beagle and OMAP4430 Panda that HWMOD is
configuring the dmtimer OCP_CFG register as expected for clock-events timer.
Signed-off-by: Jon Hunter <jon-hunter@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
2012-07-11 18:00:13 +00:00
|
|
|
.flags = HWMOD_SET_DEFAULT_CLOCKACT,
|
2013-01-26 07:48:55 +00:00
|
|
|
.main_clk = "cm2_dm2_mux",
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_L4PER_DMTIMER2_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_L4PER_DMTIMER2_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
|
|
|
/* timer3 */
|
|
|
|
static struct omap_hwmod omap44xx_timer3_hwmod = {
|
|
|
|
.name = "timer3",
|
|
|
|
.class = &omap44xx_timer_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l4_per_clkdm",
|
2013-01-26 07:48:55 +00:00
|
|
|
.main_clk = "cm2_dm3_mux",
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_L4PER_DMTIMER3_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_L4PER_DMTIMER3_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
|
|
|
/* timer4 */
|
|
|
|
static struct omap_hwmod omap44xx_timer4_hwmod = {
|
|
|
|
.name = "timer4",
|
|
|
|
.class = &omap44xx_timer_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l4_per_clkdm",
|
2013-01-26 07:48:55 +00:00
|
|
|
.main_clk = "cm2_dm4_mux",
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_L4PER_DMTIMER4_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_L4PER_DMTIMER4_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
|
|
|
/* timer5 */
|
|
|
|
static struct omap_hwmod omap44xx_timer5_hwmod = {
|
|
|
|
.name = "timer5",
|
|
|
|
.class = &omap44xx_timer_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "abe_clkdm",
|
2013-01-26 07:48:55 +00:00
|
|
|
.main_clk = "timer5_sync_mux",
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM1_ABE_TIMER5_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_ABE_TIMER5_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
|
|
|
/* timer6 */
|
|
|
|
static struct omap_hwmod omap44xx_timer6_hwmod = {
|
|
|
|
.name = "timer6",
|
|
|
|
.class = &omap44xx_timer_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "abe_clkdm",
|
2013-01-26 07:48:55 +00:00
|
|
|
.main_clk = "timer6_sync_mux",
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM1_ABE_TIMER6_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_ABE_TIMER6_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
|
|
|
/* timer7 */
|
|
|
|
static struct omap_hwmod omap44xx_timer7_hwmod = {
|
|
|
|
.name = "timer7",
|
|
|
|
.class = &omap44xx_timer_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "abe_clkdm",
|
2013-01-26 07:48:55 +00:00
|
|
|
.main_clk = "timer7_sync_mux",
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM1_ABE_TIMER7_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_ABE_TIMER7_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
|
|
|
/* timer8 */
|
|
|
|
static struct omap_hwmod omap44xx_timer8_hwmod = {
|
|
|
|
.name = "timer8",
|
|
|
|
.class = &omap44xx_timer_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "abe_clkdm",
|
2013-01-26 07:48:55 +00:00
|
|
|
.main_clk = "timer8_sync_mux",
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM1_ABE_TIMER8_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_ABE_TIMER8_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
|
|
|
/* timer9 */
|
|
|
|
static struct omap_hwmod omap44xx_timer9_hwmod = {
|
|
|
|
.name = "timer9",
|
|
|
|
.class = &omap44xx_timer_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l4_per_clkdm",
|
2013-01-26 07:48:55 +00:00
|
|
|
.main_clk = "cm2_dm9_mux",
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_L4PER_DMTIMER9_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_L4PER_DMTIMER9_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
|
|
|
/* timer10 */
|
|
|
|
static struct omap_hwmod omap44xx_timer10_hwmod = {
|
|
|
|
.name = "timer10",
|
|
|
|
.class = &omap44xx_timer_1ms_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l4_per_clkdm",
|
ARM: OMAP2+: Don't use __omap_dm_timer_reset()
Currently OMAP2+ devices are using the function __omap_dm_timer_reset() to
configure the clock-activity, idle, wakeup-enable and auto-idle fields in the
timer OCP_CFG register. The name of the function is mis-leading because this
function does not actually perform a reset of the timer.
For OMAP2+ devices, HWMOD is responsible for reseting and configuring the
timer OCP_CFG register. Therefore, do not use __omap_dm_timer_reset() for
OMAP2+ devices and rely on HWMOD. Furthermore, some timer instances do not
have the fields clock-activity, wakeup-enable and auto-idle and so this
function could configure the OCP_CFG register incorrectly.
Currently HWMOD is not configuring the clock-activity field in the OCP_CFG
register for timers that have this field. Commit 0f0d080 (ARM: OMAP: DMTimer:
Use posted mode) configures the clock-activity field to keep the f-clk enabled
so that the wake-up capability is enabled. Therefore, add the appropriate flags
to the timer HWMOD structures to configure this field in the same way.
For OMAP2/3 devices all dmtimers have the clock-activity field, where as for
OMAP4 devices, only dmtimer 1, 2 and 10 have the clock-activity field.
Verified on OMAP2420 H4, OMAP3430 Beagle and OMAP4430 Panda that HWMOD is
configuring the dmtimer OCP_CFG register as expected for clock-events timer.
Signed-off-by: Jon Hunter <jon-hunter@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
2012-07-11 18:00:13 +00:00
|
|
|
.flags = HWMOD_SET_DEFAULT_CLOCKACT,
|
2013-01-26 07:48:55 +00:00
|
|
|
.main_clk = "cm2_dm10_mux",
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_L4PER_DMTIMER10_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_L4PER_DMTIMER10_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
|
|
|
/* timer11 */
|
|
|
|
static struct omap_hwmod omap44xx_timer11_hwmod = {
|
|
|
|
.name = "timer11",
|
|
|
|
.class = &omap44xx_timer_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l4_per_clkdm",
|
2013-01-26 07:48:55 +00:00
|
|
|
.main_clk = "cm2_dm11_mux",
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2011-07-10 11:56:30 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_L4PER_DMTIMER11_CLKCTRL_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.context_offs = OMAP4_RM_L4PER_DMTIMER11_CONTEXT_OFFSET,
|
2011-07-10 11:56:32 +00:00
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
OMAP4: hwmod data: Add timer
Add the data for the 11 timers IPs.
OMAP4 contains two differents IP variants for the timers:
- 8 x regular timer (3, 4, 5, 6, 7, 8, 9 & 11)
- 3 x 1ms timer (1, 2 & 10)
The regular timers registers programming model was changed due to the
adaptation to the new IP interface. Unfortunately the 1ms version
still use the previous programming model. The driver will have
to take care of theses differences.
Please note that the capability and the partitioning is also
different depending of the instance.
- timer 1 is inside the wakeup domain
- timers 5, 6, 7 & 8 are inside in the ABE (audio backend)
- timers 2, 3, 4, 9, 10 & 11 are inside the PER power domain
The timer was previously named gptimerX or dmtimerX, it is
now simply named timerX.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
[b-cousson@ti.com: Fix alignement in class attribute,
re-order flags and update the changelog]
2011-02-11 11:17:14 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:55 +00:00
|
|
|
/*
|
|
|
|
* 'usb_host_fs' class
|
|
|
|
* full-speed usb host controller
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* The IP is not compliant to type1 / type2 scheme */
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_usb_host_fs_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0210,
|
|
|
|
.sysc_flags = (SYSC_HAS_MIDLEMODE | SYSC_HAS_SIDLEMODE |
|
|
|
|
SYSC_HAS_SOFTRESET),
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
|
|
|
|
SIDLE_SMART_WKUP),
|
|
|
|
.sysc_fields = &omap_hwmod_sysc_type_usb_host_fs,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_usb_host_fs_hwmod_class = {
|
|
|
|
.name = "usb_host_fs",
|
|
|
|
.sysc = &omap44xx_usb_host_fs_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* usb_host_fs */
|
|
|
|
static struct omap_hwmod omap44xx_usb_host_fs_hwmod = {
|
|
|
|
.name = "usb_host_fs",
|
|
|
|
.class = &omap44xx_usb_host_fs_hwmod_class,
|
|
|
|
.clkdm_name = "l3_init_clkdm",
|
|
|
|
.main_clk = "usb_host_fs_fck",
|
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_L3INIT_USB_HOST_FS_CLKCTRL_OFFSET,
|
|
|
|
.context_offs = OMAP4_RM_L3INIT_USB_HOST_FS_CONTEXT_OFFSET,
|
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-02-17 12:41:05 +00:00
|
|
|
/*
|
2012-04-19 10:04:33 +00:00
|
|
|
* 'usb_host_hs' class
|
|
|
|
* high-speed multi-port usb host controller
|
2011-02-17 12:41:05 +00:00
|
|
|
*/
|
|
|
|
|
2012-04-19 10:04:33 +00:00
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_usb_host_hs_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0010,
|
|
|
|
.syss_offs = 0x0014,
|
|
|
|
.sysc_flags = (SYSC_HAS_MIDLEMODE | SYSC_HAS_SIDLEMODE |
|
2013-12-03 14:25:46 +00:00
|
|
|
SYSC_HAS_SOFTRESET | SYSC_HAS_RESET_STATUS),
|
2011-02-17 12:41:05 +00:00
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
|
|
|
|
SIDLE_SMART_WKUP | MSTANDBY_FORCE | MSTANDBY_NO |
|
2012-04-19 10:04:33 +00:00
|
|
|
MSTANDBY_SMART | MSTANDBY_SMART_WKUP),
|
|
|
|
.sysc_fields = &omap_hwmod_sysc_type2,
|
2011-02-17 12:41:05 +00:00
|
|
|
};
|
|
|
|
|
2012-04-19 10:04:33 +00:00
|
|
|
static struct omap_hwmod_class omap44xx_usb_host_hs_hwmod_class = {
|
|
|
|
.name = "usb_host_hs",
|
|
|
|
.sysc = &omap44xx_usb_host_hs_sysc,
|
2011-02-17 12:41:05 +00:00
|
|
|
};
|
|
|
|
|
2012-04-19 10:04:33 +00:00
|
|
|
/* usb_host_hs */
|
|
|
|
static struct omap_hwmod omap44xx_usb_host_hs_hwmod = {
|
|
|
|
.name = "usb_host_hs",
|
|
|
|
.class = &omap44xx_usb_host_hs_hwmod_class,
|
2011-07-10 11:56:29 +00:00
|
|
|
.clkdm_name = "l3_init_clkdm",
|
2012-04-19 10:04:33 +00:00
|
|
|
.main_clk = "usb_host_hs_fck",
|
2011-02-17 12:41:05 +00:00
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
2012-04-19 10:04:33 +00:00
|
|
|
.clkctrl_offs = OMAP4_CM_L3INIT_USB_HOST_CLKCTRL_OFFSET,
|
|
|
|
.context_offs = OMAP4_RM_L3INIT_USB_HOST_CONTEXT_OFFSET,
|
|
|
|
.modulemode = MODULEMODE_SWCTRL,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Errata: USBHOST Configured In Smart-Idle Can Lead To a Deadlock
|
|
|
|
* id: i660
|
|
|
|
*
|
|
|
|
* Description:
|
|
|
|
* In the following configuration :
|
|
|
|
* - USBHOST module is set to smart-idle mode
|
|
|
|
* - PRCM asserts idle_req to the USBHOST module ( This typically
|
|
|
|
* happens when the system is going to a low power mode : all ports
|
|
|
|
* have been suspended, the master part of the USBHOST module has
|
|
|
|
* entered the standby state, and SW has cut the functional clocks)
|
|
|
|
* - an USBHOST interrupt occurs before the module is able to answer
|
|
|
|
* idle_ack, typically a remote wakeup IRQ.
|
|
|
|
* Then the USB HOST module will enter a deadlock situation where it
|
|
|
|
* is no more accessible nor functional.
|
|
|
|
*
|
|
|
|
* Workaround:
|
|
|
|
* Don't use smart idle; use only force idle, hence HWMOD_SWSUP_SIDLE
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Errata: USB host EHCI may stall when entering smart-standby mode
|
|
|
|
* Id: i571
|
|
|
|
*
|
|
|
|
* Description:
|
|
|
|
* When the USBHOST module is set to smart-standby mode, and when it is
|
|
|
|
* ready to enter the standby state (i.e. all ports are suspended and
|
|
|
|
* all attached devices are in suspend mode), then it can wrongly assert
|
|
|
|
* the Mstandby signal too early while there are still some residual OCP
|
|
|
|
* transactions ongoing. If this condition occurs, the internal state
|
|
|
|
* machine may go to an undefined state and the USB link may be stuck
|
|
|
|
* upon the next resume.
|
|
|
|
*
|
|
|
|
* Workaround:
|
|
|
|
* Don't use smart standby; use only force standby,
|
|
|
|
* hence HWMOD_SWSUP_MSTANDBY
|
|
|
|
*/
|
|
|
|
|
2013-12-03 14:25:46 +00:00
|
|
|
.flags = HWMOD_SWSUP_SIDLE | HWMOD_SWSUP_MSTANDBY,
|
2012-04-19 10:04:33 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 'usb_tll_hs' class
|
|
|
|
* usb_tll_hs module is the adapter on the usb_host_hs ports
|
|
|
|
*/
|
|
|
|
|
|
|
|
static struct omap_hwmod_class_sysconfig omap44xx_usb_tll_hs_sysc = {
|
|
|
|
.rev_offs = 0x0000,
|
|
|
|
.sysc_offs = 0x0010,
|
|
|
|
.syss_offs = 0x0014,
|
|
|
|
.sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_SIDLEMODE |
|
|
|
|
SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET |
|
|
|
|
SYSC_HAS_AUTOIDLE),
|
|
|
|
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
|
|
|
|
.sysc_fields = &omap_hwmod_sysc_type1,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod_class omap44xx_usb_tll_hs_hwmod_class = {
|
|
|
|
.name = "usb_tll_hs",
|
|
|
|
.sysc = &omap44xx_usb_tll_hs_sysc,
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct omap_hwmod omap44xx_usb_tll_hs_hwmod = {
|
|
|
|
.name = "usb_tll_hs",
|
|
|
|
.class = &omap44xx_usb_tll_hs_hwmod_class,
|
|
|
|
.clkdm_name = "l3_init_clkdm",
|
|
|
|
.main_clk = "usb_tll_hs_ick",
|
|
|
|
.prcm = {
|
|
|
|
.omap4 = {
|
|
|
|
.clkctrl_offs = OMAP4_CM_L3INIT_USB_TLL_CLKCTRL_OFFSET,
|
|
|
|
.context_offs = OMAP4_RM_L3INIT_USB_TLL_CONTEXT_OFFSET,
|
|
|
|
.modulemode = MODULEMODE_HWCTRL,
|
2011-02-17 12:41:05 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-12-16 06:15:18 +00:00
|
|
|
/*
|
2012-04-19 10:04:33 +00:00
|
|
|
* interfaces
|
2011-12-16 06:15:18 +00:00
|
|
|
*/
|
|
|
|
|
2012-04-19 10:04:33 +00:00
|
|
|
/* l3_main_1 -> dmm */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_1__dmm = {
|
|
|
|
.master = &omap44xx_l3_main_1_hwmod,
|
|
|
|
.slave = &omap44xx_dmm_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_SDMA,
|
2011-12-16 06:15:18 +00:00
|
|
|
};
|
|
|
|
|
2012-04-19 10:04:33 +00:00
|
|
|
/* mpu -> dmm */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_mpu__dmm = {
|
|
|
|
.master = &omap44xx_mpu_hwmod,
|
|
|
|
.slave = &omap44xx_dmm_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* iva -> l3_instr */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_iva__l3_instr = {
|
|
|
|
.master = &omap44xx_iva_hwmod,
|
|
|
|
.slave = &omap44xx_l3_instr_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l3_main_3 -> l3_instr */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_3__l3_instr = {
|
|
|
|
.master = &omap44xx_l3_main_3_hwmod,
|
|
|
|
.slave = &omap44xx_l3_instr_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:56 +00:00
|
|
|
/* ocp_wp_noc -> l3_instr */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_ocp_wp_noc__l3_instr = {
|
|
|
|
.master = &omap44xx_ocp_wp_noc_hwmod,
|
|
|
|
.slave = &omap44xx_l3_instr_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 10:04:33 +00:00
|
|
|
/* dsp -> l3_main_1 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_dsp__l3_main_1 = {
|
|
|
|
.master = &omap44xx_dsp_hwmod,
|
|
|
|
.slave = &omap44xx_l3_main_1_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* dss -> l3_main_1 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_dss__l3_main_1 = {
|
|
|
|
.master = &omap44xx_dss_hwmod,
|
|
|
|
.slave = &omap44xx_l3_main_1_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l3_main_2 -> l3_main_1 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__l3_main_1 = {
|
|
|
|
.master = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.slave = &omap44xx_l3_main_1_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_cfg -> l3_main_1 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_cfg__l3_main_1 = {
|
|
|
|
.master = &omap44xx_l4_cfg_hwmod,
|
|
|
|
.slave = &omap44xx_l3_main_1_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* mpu -> l3_main_1 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_mpu__l3_main_1 = {
|
|
|
|
.master = &omap44xx_mpu_hwmod,
|
|
|
|
.slave = &omap44xx_l3_main_1_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU,
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:59 +00:00
|
|
|
/* debugss -> l3_main_2 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_debugss__l3_main_2 = {
|
|
|
|
.master = &omap44xx_debugss_hwmod,
|
|
|
|
.slave = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.clk = "dbgclk_mux_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 10:04:33 +00:00
|
|
|
/* dma_system -> l3_main_2 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_dma_system__l3_main_2 = {
|
|
|
|
.master = &omap44xx_dma_system_hwmod,
|
|
|
|
.slave = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:50 +00:00
|
|
|
/* fdif -> l3_main_2 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_fdif__l3_main_2 = {
|
|
|
|
.master = &omap44xx_fdif_hwmod,
|
|
|
|
.slave = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 10:04:33 +00:00
|
|
|
/* hsi -> l3_main_2 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_hsi__l3_main_2 = {
|
|
|
|
.master = &omap44xx_hsi_hwmod,
|
|
|
|
.slave = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* ipu -> l3_main_2 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_ipu__l3_main_2 = {
|
|
|
|
.master = &omap44xx_ipu_hwmod,
|
|
|
|
.slave = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* iss -> l3_main_2 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_iss__l3_main_2 = {
|
|
|
|
.master = &omap44xx_iss_hwmod,
|
|
|
|
.slave = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* iva -> l3_main_2 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_iva__l3_main_2 = {
|
|
|
|
.master = &omap44xx_iva_hwmod,
|
|
|
|
.slave = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l3_main_1 -> l3_main_2 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_1__l3_main_2 = {
|
|
|
|
.master = &omap44xx_l3_main_1_hwmod,
|
|
|
|
.slave = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_cfg -> l3_main_2 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_cfg__l3_main_2 = {
|
|
|
|
.master = &omap44xx_l4_cfg_hwmod,
|
|
|
|
.slave = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:55 +00:00
|
|
|
/* usb_host_fs -> l3_main_2 */
|
2012-07-04 12:55:29 +00:00
|
|
|
static struct omap_hwmod_ocp_if __maybe_unused omap44xx_usb_host_fs__l3_main_2 = {
|
2012-04-19 19:33:55 +00:00
|
|
|
.master = &omap44xx_usb_host_fs_hwmod,
|
|
|
|
.slave = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 10:04:33 +00:00
|
|
|
/* usb_host_hs -> l3_main_2 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_usb_host_hs__l3_main_2 = {
|
|
|
|
.master = &omap44xx_usb_host_hs_hwmod,
|
|
|
|
.slave = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l3_main_1 -> l3_main_3 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_1__l3_main_3 = {
|
|
|
|
.master = &omap44xx_l3_main_1_hwmod,
|
|
|
|
.slave = &omap44xx_l3_main_3_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l3_main_2 -> l3_main_3 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__l3_main_3 = {
|
|
|
|
.master = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.slave = &omap44xx_l3_main_3_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_cfg -> l3_main_3 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_cfg__l3_main_3 = {
|
|
|
|
.master = &omap44xx_l4_cfg_hwmod,
|
|
|
|
.slave = &omap44xx_l3_main_3_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* aess -> l4_abe */
|
2012-07-04 12:55:29 +00:00
|
|
|
static struct omap_hwmod_ocp_if __maybe_unused omap44xx_aess__l4_abe = {
|
2012-04-19 10:04:33 +00:00
|
|
|
.master = &omap44xx_aess_hwmod,
|
|
|
|
.slave = &omap44xx_l4_abe_hwmod,
|
|
|
|
.clk = "ocp_abe_iclk",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* dsp -> l4_abe */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_dsp__l4_abe = {
|
|
|
|
.master = &omap44xx_dsp_hwmod,
|
|
|
|
.slave = &omap44xx_l4_abe_hwmod,
|
|
|
|
.clk = "ocp_abe_iclk",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l3_main_1 -> l4_abe */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_1__l4_abe = {
|
|
|
|
.master = &omap44xx_l3_main_1_hwmod,
|
|
|
|
.slave = &omap44xx_l4_abe_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* mpu -> l4_abe */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_mpu__l4_abe = {
|
|
|
|
.master = &omap44xx_mpu_hwmod,
|
|
|
|
.slave = &omap44xx_l4_abe_hwmod,
|
|
|
|
.clk = "ocp_abe_iclk",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l3_main_1 -> l4_cfg */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_1__l4_cfg = {
|
|
|
|
.master = &omap44xx_l3_main_1_hwmod,
|
|
|
|
.slave = &omap44xx_l4_cfg_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l3_main_2 -> l4_per */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__l4_per = {
|
|
|
|
.master = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.slave = &omap44xx_l4_per_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_cfg -> l4_wkup */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_cfg__l4_wkup = {
|
|
|
|
.master = &omap44xx_l4_cfg_hwmod,
|
|
|
|
.slave = &omap44xx_l4_wkup_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* mpu -> mpu_private */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_mpu__mpu_private = {
|
|
|
|
.master = &omap44xx_mpu_hwmod,
|
|
|
|
.slave = &omap44xx_mpu_private_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:56 +00:00
|
|
|
/* l4_cfg -> ocp_wp_noc */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_cfg__ocp_wp_noc = {
|
|
|
|
.master = &omap44xx_l4_cfg_hwmod,
|
|
|
|
.slave = &omap44xx_ocp_wp_noc_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 10:04:33 +00:00
|
|
|
/* l4_abe -> aess */
|
2012-07-04 12:55:29 +00:00
|
|
|
static struct omap_hwmod_ocp_if __maybe_unused omap44xx_l4_abe__aess = {
|
2012-04-19 10:04:33 +00:00
|
|
|
.master = &omap44xx_l4_abe_hwmod,
|
|
|
|
.slave = &omap44xx_aess_hwmod,
|
|
|
|
.clk = "ocp_abe_iclk",
|
|
|
|
.user = OCP_USER_MPU,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_abe -> aess (dma) */
|
2012-07-04 12:55:29 +00:00
|
|
|
static struct omap_hwmod_ocp_if __maybe_unused omap44xx_l4_abe__aess_dma = {
|
2012-04-19 10:04:33 +00:00
|
|
|
.master = &omap44xx_l4_abe_hwmod,
|
|
|
|
.slave = &omap44xx_aess_hwmod,
|
|
|
|
.clk = "ocp_abe_iclk",
|
|
|
|
.user = OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_wkup -> counter_32k */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_wkup__counter_32k = {
|
|
|
|
.master = &omap44xx_l4_wkup_hwmod,
|
|
|
|
.slave = &omap44xx_counter_32k_hwmod,
|
|
|
|
.clk = "l4_wkup_clk_mux_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:57 +00:00
|
|
|
/* l4_cfg -> ctrl_module_core */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_cfg__ctrl_module_core = {
|
|
|
|
.master = &omap44xx_l4_cfg_hwmod,
|
|
|
|
.slave = &omap44xx_ctrl_module_core_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_cfg -> ctrl_module_pad_core */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_cfg__ctrl_module_pad_core = {
|
|
|
|
.master = &omap44xx_l4_cfg_hwmod,
|
|
|
|
.slave = &omap44xx_ctrl_module_pad_core_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_wkup -> ctrl_module_wkup */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_wkup__ctrl_module_wkup = {
|
|
|
|
.master = &omap44xx_l4_wkup_hwmod,
|
|
|
|
.slave = &omap44xx_ctrl_module_wkup_hwmod,
|
|
|
|
.clk = "l4_wkup_clk_mux_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_wkup -> ctrl_module_pad_wkup */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_wkup__ctrl_module_pad_wkup = {
|
|
|
|
.master = &omap44xx_l4_wkup_hwmod,
|
|
|
|
.slave = &omap44xx_ctrl_module_pad_wkup_hwmod,
|
|
|
|
.clk = "l4_wkup_clk_mux_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:59 +00:00
|
|
|
/* l3_instr -> debugss */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_instr__debugss = {
|
|
|
|
.master = &omap44xx_l3_instr_hwmod,
|
|
|
|
.slave = &omap44xx_debugss_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 10:04:33 +00:00
|
|
|
/* l4_cfg -> dma_system */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_cfg__dma_system = {
|
|
|
|
.master = &omap44xx_l4_cfg_hwmod,
|
|
|
|
.slave = &omap44xx_dma_system_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_abe -> dmic */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_abe__dmic = {
|
|
|
|
.master = &omap44xx_l4_abe_hwmod,
|
|
|
|
.slave = &omap44xx_dmic_hwmod,
|
|
|
|
.clk = "ocp_abe_iclk",
|
2014-05-14 18:26:10 +00:00
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
2012-04-19 10:04:33 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* dsp -> iva */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_dsp__iva = {
|
|
|
|
.master = &omap44xx_dsp_hwmod,
|
|
|
|
.slave = &omap44xx_iva_hwmod,
|
|
|
|
.clk = "dpll_iva_m5x2_ck",
|
|
|
|
.user = OCP_USER_DSP,
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:54 +00:00
|
|
|
/* dsp -> sl2if */
|
2012-09-03 17:50:53 +00:00
|
|
|
static struct omap_hwmod_ocp_if __maybe_unused omap44xx_dsp__sl2if = {
|
2012-04-19 19:33:54 +00:00
|
|
|
.master = &omap44xx_dsp_hwmod,
|
|
|
|
.slave = &omap44xx_sl2if_hwmod,
|
|
|
|
.clk = "dpll_iva_m5x2_ck",
|
|
|
|
.user = OCP_USER_DSP,
|
|
|
|
};
|
|
|
|
|
2012-04-19 10:04:33 +00:00
|
|
|
/* l4_cfg -> dsp */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_cfg__dsp = {
|
|
|
|
.master = &omap44xx_l4_cfg_hwmod,
|
|
|
|
.slave = &omap44xx_dsp_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l3_main_2 -> dss */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__dss = {
|
|
|
|
.master = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.slave = &omap44xx_dss_hwmod,
|
2014-10-09 14:03:17 +00:00
|
|
|
.clk = "l3_div_ck",
|
2012-04-19 10:04:33 +00:00
|
|
|
.user = OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_per -> dss */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_per__dss = {
|
|
|
|
.master = &omap44xx_l4_per_hwmod,
|
|
|
|
.slave = &omap44xx_dss_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l3_main_2 -> dss_dispc */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__dss_dispc = {
|
|
|
|
.master = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.slave = &omap44xx_dss_dispc_hwmod,
|
2014-10-09 14:03:17 +00:00
|
|
|
.clk = "l3_div_ck",
|
2012-04-19 10:04:33 +00:00
|
|
|
.user = OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_per -> dss_dispc */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_per__dss_dispc = {
|
|
|
|
.master = &omap44xx_l4_per_hwmod,
|
|
|
|
.slave = &omap44xx_dss_dispc_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l3_main_2 -> dss_dsi1 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__dss_dsi1 = {
|
|
|
|
.master = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.slave = &omap44xx_dss_dsi1_hwmod,
|
2014-10-09 14:03:17 +00:00
|
|
|
.clk = "l3_div_ck",
|
2012-04-19 10:04:33 +00:00
|
|
|
.user = OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_per -> dss_dsi1 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_per__dss_dsi1 = {
|
|
|
|
.master = &omap44xx_l4_per_hwmod,
|
|
|
|
.slave = &omap44xx_dss_dsi1_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l3_main_2 -> dss_dsi2 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__dss_dsi2 = {
|
|
|
|
.master = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.slave = &omap44xx_dss_dsi2_hwmod,
|
2014-10-09 14:03:17 +00:00
|
|
|
.clk = "l3_div_ck",
|
2012-04-19 10:04:33 +00:00
|
|
|
.user = OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_per -> dss_dsi2 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_per__dss_dsi2 = {
|
|
|
|
.master = &omap44xx_l4_per_hwmod,
|
|
|
|
.slave = &omap44xx_dss_dsi2_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l3_main_2 -> dss_hdmi */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__dss_hdmi = {
|
|
|
|
.master = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.slave = &omap44xx_dss_hdmi_hwmod,
|
2014-10-09 14:03:17 +00:00
|
|
|
.clk = "l3_div_ck",
|
2012-04-19 10:04:33 +00:00
|
|
|
.user = OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_per -> dss_hdmi */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_per__dss_hdmi = {
|
|
|
|
.master = &omap44xx_l4_per_hwmod,
|
|
|
|
.slave = &omap44xx_dss_hdmi_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l3_main_2 -> dss_rfbi */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__dss_rfbi = {
|
|
|
|
.master = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.slave = &omap44xx_dss_rfbi_hwmod,
|
2014-10-09 14:03:17 +00:00
|
|
|
.clk = "l3_div_ck",
|
2012-04-19 10:04:33 +00:00
|
|
|
.user = OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_per -> dss_rfbi */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_per__dss_rfbi = {
|
|
|
|
.master = &omap44xx_l4_per_hwmod,
|
|
|
|
.slave = &omap44xx_dss_rfbi_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l3_main_2 -> dss_venc */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__dss_venc = {
|
|
|
|
.master = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.slave = &omap44xx_dss_venc_hwmod,
|
2014-10-09 14:03:17 +00:00
|
|
|
.clk = "l3_div_ck",
|
2012-04-19 10:04:33 +00:00
|
|
|
.user = OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_per -> dss_venc */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_per__dss_venc = {
|
|
|
|
.master = &omap44xx_l4_per_hwmod,
|
|
|
|
.slave = &omap44xx_dss_venc_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU,
|
|
|
|
};
|
|
|
|
|
2017-06-13 13:45:50 +00:00
|
|
|
/* l3_main_2 -> sham */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__sha0 = {
|
|
|
|
.master = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.slave = &omap44xx_sha0_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:54 +00:00
|
|
|
/* l4_per -> elm */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_per__elm = {
|
|
|
|
.master = &omap44xx_l4_per_hwmod,
|
|
|
|
.slave = &omap44xx_elm_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:50 +00:00
|
|
|
/* l4_cfg -> fdif */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_cfg__fdif = {
|
|
|
|
.master = &omap44xx_l4_cfg_hwmod,
|
|
|
|
.slave = &omap44xx_fdif_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:51 +00:00
|
|
|
/* l3_main_2 -> gpmc */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__gpmc = {
|
|
|
|
.master = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.slave = &omap44xx_gpmc_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 10:04:33 +00:00
|
|
|
/* l4_cfg -> hsi */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_cfg__hsi = {
|
|
|
|
.master = &omap44xx_l4_cfg_hwmod,
|
|
|
|
.slave = &omap44xx_hsi_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l3_main_2 -> ipu */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__ipu = {
|
|
|
|
.master = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.slave = &omap44xx_ipu_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l3_main_2 -> iss */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__iss = {
|
|
|
|
.master = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.slave = &omap44xx_iss_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:54 +00:00
|
|
|
/* iva -> sl2if */
|
2012-09-03 17:50:53 +00:00
|
|
|
static struct omap_hwmod_ocp_if __maybe_unused omap44xx_iva__sl2if = {
|
2012-04-19 19:33:54 +00:00
|
|
|
.master = &omap44xx_iva_hwmod,
|
|
|
|
.slave = &omap44xx_sl2if_hwmod,
|
|
|
|
.clk = "dpll_iva_m5x2_ck",
|
|
|
|
.user = OCP_USER_IVA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 10:04:33 +00:00
|
|
|
/* l3_main_2 -> iva */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__iva = {
|
|
|
|
.master = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.slave = &omap44xx_iva_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_wkup -> kbd */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_wkup__kbd = {
|
|
|
|
.master = &omap44xx_l4_wkup_hwmod,
|
|
|
|
.slave = &omap44xx_kbd_hwmod,
|
|
|
|
.clk = "l4_wkup_clk_mux_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_abe -> mcpdm */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_abe__mcpdm = {
|
|
|
|
.master = &omap44xx_l4_abe_hwmod,
|
|
|
|
.slave = &omap44xx_mcpdm_hwmod,
|
|
|
|
.clk = "ocp_abe_iclk",
|
2014-05-14 18:26:10 +00:00
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
2012-04-19 10:04:33 +00:00
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:56 +00:00
|
|
|
/* l3_main_2 -> ocmc_ram */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__ocmc_ram = {
|
|
|
|
.master = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.slave = &omap44xx_ocmc_ram_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:55 +00:00
|
|
|
/* l4_cfg -> ocp2scp_usb_phy */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_cfg__ocp2scp_usb_phy = {
|
|
|
|
.master = &omap44xx_l4_cfg_hwmod,
|
|
|
|
.slave = &omap44xx_ocp2scp_usb_phy_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:58 +00:00
|
|
|
/* mpu_private -> prcm_mpu */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_mpu_private__prcm_mpu = {
|
|
|
|
.master = &omap44xx_mpu_private_hwmod,
|
|
|
|
.slave = &omap44xx_prcm_mpu_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_wkup -> cm_core_aon */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_wkup__cm_core_aon = {
|
|
|
|
.master = &omap44xx_l4_wkup_hwmod,
|
|
|
|
.slave = &omap44xx_cm_core_aon_hwmod,
|
|
|
|
.clk = "l4_wkup_clk_mux_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_cfg -> cm_core */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_cfg__cm_core = {
|
|
|
|
.master = &omap44xx_l4_cfg_hwmod,
|
|
|
|
.slave = &omap44xx_cm_core_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_wkup -> prm */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_wkup__prm = {
|
|
|
|
.master = &omap44xx_l4_wkup_hwmod,
|
|
|
|
.slave = &omap44xx_prm_hwmod,
|
|
|
|
.clk = "l4_wkup_clk_mux_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_wkup -> scrm */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_wkup__scrm = {
|
|
|
|
.master = &omap44xx_l4_wkup_hwmod,
|
|
|
|
.slave = &omap44xx_scrm_hwmod,
|
|
|
|
.clk = "l4_wkup_clk_mux_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:54 +00:00
|
|
|
/* l3_main_2 -> sl2if */
|
2012-09-03 17:50:53 +00:00
|
|
|
static struct omap_hwmod_ocp_if __maybe_unused omap44xx_l3_main_2__sl2if = {
|
2012-04-19 19:33:54 +00:00
|
|
|
.master = &omap44xx_l3_main_2_hwmod,
|
|
|
|
.slave = &omap44xx_sl2if_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:53 +00:00
|
|
|
/* l4_abe -> slimbus1 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_abe__slimbus1 = {
|
|
|
|
.master = &omap44xx_l4_abe_hwmod,
|
|
|
|
.slave = &omap44xx_slimbus1_hwmod,
|
|
|
|
.clk = "ocp_abe_iclk",
|
|
|
|
.user = OCP_USER_MPU,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_abe -> slimbus1 (dma) */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_abe__slimbus1_dma = {
|
|
|
|
.master = &omap44xx_l4_abe_hwmod,
|
|
|
|
.slave = &omap44xx_slimbus1_hwmod,
|
|
|
|
.clk = "ocp_abe_iclk",
|
|
|
|
.user = OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_per -> slimbus2 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_per__slimbus2 = {
|
|
|
|
.master = &omap44xx_l4_per_hwmod,
|
|
|
|
.slave = &omap44xx_slimbus2_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 10:04:33 +00:00
|
|
|
/* l4_cfg -> smartreflex_core */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_cfg__smartreflex_core = {
|
|
|
|
.master = &omap44xx_l4_cfg_hwmod,
|
|
|
|
.slave = &omap44xx_smartreflex_core_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_cfg -> smartreflex_iva */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_cfg__smartreflex_iva = {
|
|
|
|
.master = &omap44xx_l4_cfg_hwmod,
|
|
|
|
.slave = &omap44xx_smartreflex_iva_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_cfg -> smartreflex_mpu */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_cfg__smartreflex_mpu = {
|
|
|
|
.master = &omap44xx_l4_cfg_hwmod,
|
|
|
|
.slave = &omap44xx_smartreflex_mpu_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_cfg -> spinlock */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_cfg__spinlock = {
|
|
|
|
.master = &omap44xx_l4_cfg_hwmod,
|
|
|
|
.slave = &omap44xx_spinlock_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_wkup -> timer1 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_wkup__timer1 = {
|
|
|
|
.master = &omap44xx_l4_wkup_hwmod,
|
|
|
|
.slave = &omap44xx_timer1_hwmod,
|
|
|
|
.clk = "l4_wkup_clk_mux_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_per -> timer2 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_per__timer2 = {
|
|
|
|
.master = &omap44xx_l4_per_hwmod,
|
|
|
|
.slave = &omap44xx_timer2_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_per -> timer3 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_per__timer3 = {
|
|
|
|
.master = &omap44xx_l4_per_hwmod,
|
|
|
|
.slave = &omap44xx_timer3_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_per -> timer4 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_per__timer4 = {
|
|
|
|
.master = &omap44xx_l4_per_hwmod,
|
|
|
|
.slave = &omap44xx_timer4_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_abe -> timer5 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_abe__timer5 = {
|
|
|
|
.master = &omap44xx_l4_abe_hwmod,
|
|
|
|
.slave = &omap44xx_timer5_hwmod,
|
|
|
|
.clk = "ocp_abe_iclk",
|
2014-05-14 18:26:10 +00:00
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
2012-04-19 10:04:33 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_abe -> timer6 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_abe__timer6 = {
|
|
|
|
.master = &omap44xx_l4_abe_hwmod,
|
|
|
|
.slave = &omap44xx_timer6_hwmod,
|
|
|
|
.clk = "ocp_abe_iclk",
|
2014-05-14 18:26:10 +00:00
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
2012-04-19 10:04:33 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_abe -> timer7 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_abe__timer7 = {
|
|
|
|
.master = &omap44xx_l4_abe_hwmod,
|
|
|
|
.slave = &omap44xx_timer7_hwmod,
|
|
|
|
.clk = "ocp_abe_iclk",
|
2014-05-14 18:26:10 +00:00
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
2012-04-19 10:04:33 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_abe -> timer8 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_abe__timer8 = {
|
|
|
|
.master = &omap44xx_l4_abe_hwmod,
|
|
|
|
.slave = &omap44xx_timer8_hwmod,
|
|
|
|
.clk = "ocp_abe_iclk",
|
2014-05-14 18:26:10 +00:00
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
2012-04-19 10:04:33 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_per -> timer9 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_per__timer9 = {
|
|
|
|
.master = &omap44xx_l4_per_hwmod,
|
|
|
|
.slave = &omap44xx_timer9_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_per -> timer10 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_per__timer10 = {
|
|
|
|
.master = &omap44xx_l4_per_hwmod,
|
|
|
|
.slave = &omap44xx_timer10_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_per -> timer11 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_per__timer11 = {
|
|
|
|
.master = &omap44xx_l4_per_hwmod,
|
|
|
|
.slave = &omap44xx_timer11_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
2011-12-16 06:15:18 +00:00
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 19:33:55 +00:00
|
|
|
/* l4_cfg -> usb_host_fs */
|
2012-07-04 12:55:29 +00:00
|
|
|
static struct omap_hwmod_ocp_if __maybe_unused omap44xx_l4_cfg__usb_host_fs = {
|
2012-04-19 19:33:55 +00:00
|
|
|
.master = &omap44xx_l4_cfg_hwmod,
|
|
|
|
.slave = &omap44xx_usb_host_fs_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 10:04:33 +00:00
|
|
|
/* l4_cfg -> usb_host_hs */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_cfg__usb_host_hs = {
|
|
|
|
.master = &omap44xx_l4_cfg_hwmod,
|
|
|
|
.slave = &omap44xx_usb_host_hs_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* l4_cfg -> usb_tll_hs */
|
2011-12-16 06:15:18 +00:00
|
|
|
static struct omap_hwmod_ocp_if omap44xx_l4_cfg__usb_tll_hs = {
|
|
|
|
.master = &omap44xx_l4_cfg_hwmod,
|
|
|
|
.slave = &omap44xx_usb_tll_hs_hwmod,
|
|
|
|
.clk = "l4_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2013-06-07 11:56:15 +00:00
|
|
|
/* mpu -> emif1 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_mpu__emif1 = {
|
|
|
|
.master = &omap44xx_mpu_hwmod,
|
|
|
|
.slave = &omap44xx_emif1_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* mpu -> emif2 */
|
|
|
|
static struct omap_hwmod_ocp_if omap44xx_mpu__emif2 = {
|
|
|
|
.master = &omap44xx_mpu_hwmod,
|
|
|
|
.slave = &omap44xx_emif2_hwmod,
|
|
|
|
.clk = "l3_div_ck",
|
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
|
};
|
|
|
|
|
2012-04-19 10:04:31 +00:00
|
|
|
static struct omap_hwmod_ocp_if *omap44xx_hwmod_ocp_ifs[] __initdata = {
|
|
|
|
&omap44xx_l3_main_1__dmm,
|
|
|
|
&omap44xx_mpu__dmm,
|
|
|
|
&omap44xx_iva__l3_instr,
|
|
|
|
&omap44xx_l3_main_3__l3_instr,
|
2012-04-19 19:33:56 +00:00
|
|
|
&omap44xx_ocp_wp_noc__l3_instr,
|
2012-04-19 10:04:31 +00:00
|
|
|
&omap44xx_dsp__l3_main_1,
|
|
|
|
&omap44xx_dss__l3_main_1,
|
|
|
|
&omap44xx_l3_main_2__l3_main_1,
|
|
|
|
&omap44xx_l4_cfg__l3_main_1,
|
|
|
|
&omap44xx_mpu__l3_main_1,
|
2012-04-19 19:33:59 +00:00
|
|
|
&omap44xx_debugss__l3_main_2,
|
2012-04-19 10:04:31 +00:00
|
|
|
&omap44xx_dma_system__l3_main_2,
|
2012-04-19 19:33:50 +00:00
|
|
|
&omap44xx_fdif__l3_main_2,
|
2012-04-19 10:04:31 +00:00
|
|
|
&omap44xx_hsi__l3_main_2,
|
|
|
|
&omap44xx_ipu__l3_main_2,
|
|
|
|
&omap44xx_iss__l3_main_2,
|
|
|
|
&omap44xx_iva__l3_main_2,
|
|
|
|
&omap44xx_l3_main_1__l3_main_2,
|
|
|
|
&omap44xx_l4_cfg__l3_main_2,
|
2012-07-04 12:55:29 +00:00
|
|
|
/* &omap44xx_usb_host_fs__l3_main_2, */
|
2012-04-19 10:04:31 +00:00
|
|
|
&omap44xx_usb_host_hs__l3_main_2,
|
|
|
|
&omap44xx_l3_main_1__l3_main_3,
|
|
|
|
&omap44xx_l3_main_2__l3_main_3,
|
|
|
|
&omap44xx_l4_cfg__l3_main_3,
|
2013-02-10 18:17:16 +00:00
|
|
|
&omap44xx_aess__l4_abe,
|
2012-04-19 10:04:31 +00:00
|
|
|
&omap44xx_dsp__l4_abe,
|
|
|
|
&omap44xx_l3_main_1__l4_abe,
|
|
|
|
&omap44xx_mpu__l4_abe,
|
|
|
|
&omap44xx_l3_main_1__l4_cfg,
|
|
|
|
&omap44xx_l3_main_2__l4_per,
|
|
|
|
&omap44xx_l4_cfg__l4_wkup,
|
|
|
|
&omap44xx_mpu__mpu_private,
|
2012-04-19 19:33:56 +00:00
|
|
|
&omap44xx_l4_cfg__ocp_wp_noc,
|
2013-02-10 18:17:16 +00:00
|
|
|
&omap44xx_l4_abe__aess,
|
|
|
|
&omap44xx_l4_abe__aess_dma,
|
2012-04-19 10:04:31 +00:00
|
|
|
&omap44xx_l4_wkup__counter_32k,
|
2012-04-19 19:33:57 +00:00
|
|
|
&omap44xx_l4_cfg__ctrl_module_core,
|
|
|
|
&omap44xx_l4_cfg__ctrl_module_pad_core,
|
|
|
|
&omap44xx_l4_wkup__ctrl_module_wkup,
|
|
|
|
&omap44xx_l4_wkup__ctrl_module_pad_wkup,
|
2012-04-19 19:33:59 +00:00
|
|
|
&omap44xx_l3_instr__debugss,
|
2012-04-19 10:04:31 +00:00
|
|
|
&omap44xx_l4_cfg__dma_system,
|
|
|
|
&omap44xx_l4_abe__dmic,
|
|
|
|
&omap44xx_dsp__iva,
|
2012-09-03 17:50:53 +00:00
|
|
|
/* &omap44xx_dsp__sl2if, */
|
2012-04-19 10:04:31 +00:00
|
|
|
&omap44xx_l4_cfg__dsp,
|
|
|
|
&omap44xx_l3_main_2__dss,
|
|
|
|
&omap44xx_l4_per__dss,
|
|
|
|
&omap44xx_l3_main_2__dss_dispc,
|
|
|
|
&omap44xx_l4_per__dss_dispc,
|
|
|
|
&omap44xx_l3_main_2__dss_dsi1,
|
|
|
|
&omap44xx_l4_per__dss_dsi1,
|
|
|
|
&omap44xx_l3_main_2__dss_dsi2,
|
|
|
|
&omap44xx_l4_per__dss_dsi2,
|
|
|
|
&omap44xx_l3_main_2__dss_hdmi,
|
|
|
|
&omap44xx_l4_per__dss_hdmi,
|
|
|
|
&omap44xx_l3_main_2__dss_rfbi,
|
|
|
|
&omap44xx_l4_per__dss_rfbi,
|
|
|
|
&omap44xx_l3_main_2__dss_venc,
|
|
|
|
&omap44xx_l4_per__dss_venc,
|
2012-04-19 19:33:54 +00:00
|
|
|
&omap44xx_l4_per__elm,
|
2012-04-19 19:33:50 +00:00
|
|
|
&omap44xx_l4_cfg__fdif,
|
2012-04-19 19:33:51 +00:00
|
|
|
&omap44xx_l3_main_2__gpmc,
|
2012-04-19 10:04:31 +00:00
|
|
|
&omap44xx_l4_cfg__hsi,
|
|
|
|
&omap44xx_l3_main_2__ipu,
|
|
|
|
&omap44xx_l3_main_2__iss,
|
2012-09-03 17:50:53 +00:00
|
|
|
/* &omap44xx_iva__sl2if, */
|
2012-04-19 10:04:31 +00:00
|
|
|
&omap44xx_l3_main_2__iva,
|
|
|
|
&omap44xx_l4_wkup__kbd,
|
|
|
|
&omap44xx_l4_abe__mcpdm,
|
2012-09-23 23:28:24 +00:00
|
|
|
&omap44xx_l3_main_2__mmu_ipu,
|
|
|
|
&omap44xx_l4_cfg__mmu_dsp,
|
2012-04-19 19:33:56 +00:00
|
|
|
&omap44xx_l3_main_2__ocmc_ram,
|
2012-04-19 19:33:55 +00:00
|
|
|
&omap44xx_l4_cfg__ocp2scp_usb_phy,
|
2012-04-19 19:33:58 +00:00
|
|
|
&omap44xx_mpu_private__prcm_mpu,
|
|
|
|
&omap44xx_l4_wkup__cm_core_aon,
|
|
|
|
&omap44xx_l4_cfg__cm_core,
|
|
|
|
&omap44xx_l4_wkup__prm,
|
|
|
|
&omap44xx_l4_wkup__scrm,
|
2012-09-03 17:50:53 +00:00
|
|
|
/* &omap44xx_l3_main_2__sl2if, */
|
2012-04-19 19:33:53 +00:00
|
|
|
&omap44xx_l4_abe__slimbus1,
|
|
|
|
&omap44xx_l4_abe__slimbus1_dma,
|
|
|
|
&omap44xx_l4_per__slimbus2,
|
2012-04-19 10:04:31 +00:00
|
|
|
&omap44xx_l4_cfg__smartreflex_core,
|
|
|
|
&omap44xx_l4_cfg__smartreflex_iva,
|
|
|
|
&omap44xx_l4_cfg__smartreflex_mpu,
|
|
|
|
&omap44xx_l4_cfg__spinlock,
|
|
|
|
&omap44xx_l4_wkup__timer1,
|
|
|
|
&omap44xx_l4_per__timer2,
|
|
|
|
&omap44xx_l4_per__timer3,
|
|
|
|
&omap44xx_l4_per__timer4,
|
|
|
|
&omap44xx_l4_abe__timer5,
|
|
|
|
&omap44xx_l4_abe__timer6,
|
|
|
|
&omap44xx_l4_abe__timer7,
|
|
|
|
&omap44xx_l4_abe__timer8,
|
|
|
|
&omap44xx_l4_per__timer9,
|
|
|
|
&omap44xx_l4_per__timer10,
|
|
|
|
&omap44xx_l4_per__timer11,
|
2012-07-04 12:55:29 +00:00
|
|
|
/* &omap44xx_l4_cfg__usb_host_fs, */
|
2012-04-19 10:04:31 +00:00
|
|
|
&omap44xx_l4_cfg__usb_host_hs,
|
|
|
|
&omap44xx_l4_cfg__usb_tll_hs,
|
2013-06-07 11:56:15 +00:00
|
|
|
&omap44xx_mpu__emif1,
|
|
|
|
&omap44xx_mpu__emif2,
|
2017-06-13 09:28:45 +00:00
|
|
|
&omap44xx_l3_main_2__aes1,
|
2017-06-13 09:28:46 +00:00
|
|
|
&omap44xx_l3_main_2__aes2,
|
2017-06-13 09:28:47 +00:00
|
|
|
&omap44xx_l3_main_2__des,
|
2017-06-13 13:45:50 +00:00
|
|
|
&omap44xx_l3_main_2__sha0,
|
2010-05-12 15:54:36 +00:00
|
|
|
NULL,
|
|
|
|
};
|
|
|
|
|
|
|
|
int __init omap44xx_hwmod_init(void)
|
|
|
|
{
|
2012-06-18 18:12:23 +00:00
|
|
|
omap_hwmod_init();
|
2012-04-19 10:04:31 +00:00
|
|
|
return omap_hwmod_register_links(omap44xx_hwmod_ocp_ifs);
|
2010-05-12 15:54:36 +00:00
|
|
|
}
|
|
|
|
|