|
|
@@ -270,6 +270,74 @@ static struct omap_hwmod dra7xx_vpe_hwmod = {
|
|
|
},
|
|
|
};
|
|
|
|
|
|
+/*
|
|
|
+ * 'vip' class
|
|
|
+ *
|
|
|
+ */
|
|
|
+
|
|
|
+static struct omap_hwmod_class_sysconfig dra7xx_vip_sysc = {
|
|
|
+ .rev_offs = -ENODEV,
|
|
|
+ .sysc_offs = 0x0010,
|
|
|
+ .sysc_flags = (SYSC_HAS_MIDLEMODE | SYSC_HAS_SIDLEMODE),
|
|
|
+ .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
|
|
|
+ MSTANDBY_FORCE | MSTANDBY_NO |
|
|
|
+ MSTANDBY_SMART),
|
|
|
+ .sysc_fields = &omap_hwmod_sysc_type2,
|
|
|
+};
|
|
|
+
|
|
|
+static struct omap_hwmod_class dra7xx_vip_hwmod_class = {
|
|
|
+ .name = "vip",
|
|
|
+ .sysc = &dra7xx_vip_sysc,
|
|
|
+};
|
|
|
+
|
|
|
+/* vip1 */
|
|
|
+static struct omap_hwmod dra7xx_vip1_hwmod = {
|
|
|
+ .name = "vip1",
|
|
|
+ .class = &dra7xx_vip_hwmod_class,
|
|
|
+ .clkdm_name = "cam_clkdm",
|
|
|
+ .main_clk = "vip1_gclk_mux",
|
|
|
+ .flags = (HWMOD_SWSUP_SIDLE | HWMOD_SWSUP_MSTANDBY),
|
|
|
+ .prcm = {
|
|
|
+ .omap4 = {
|
|
|
+ .clkctrl_offs = DRA7XX_CM_CAM_VIP1_CLKCTRL_OFFSET,
|
|
|
+ .context_offs = DRA7XX_RM_CAM_VIP1_CONTEXT_OFFSET,
|
|
|
+ .modulemode = MODULEMODE_HWCTRL,
|
|
|
+ },
|
|
|
+ },
|
|
|
+};
|
|
|
+
|
|
|
+/* vip2 */
|
|
|
+static struct omap_hwmod dra7xx_vip2_hwmod = {
|
|
|
+ .name = "vip2",
|
|
|
+ .class = &dra7xx_vip_hwmod_class,
|
|
|
+ .clkdm_name = "cam_clkdm",
|
|
|
+ .main_clk = "vip2_gclk_mux",
|
|
|
+ .flags = (HWMOD_SWSUP_SIDLE | HWMOD_SWSUP_MSTANDBY),
|
|
|
+ .prcm = {
|
|
|
+ .omap4 = {
|
|
|
+ .clkctrl_offs = DRA7XX_CM_CAM_VIP2_CLKCTRL_OFFSET,
|
|
|
+ .context_offs = DRA7XX_RM_CAM_VIP2_CONTEXT_OFFSET,
|
|
|
+ .modulemode = MODULEMODE_HWCTRL,
|
|
|
+ },
|
|
|
+ },
|
|
|
+};
|
|
|
+
|
|
|
+/* vip3 */
|
|
|
+static struct omap_hwmod dra7xx_vip3_hwmod = {
|
|
|
+ .name = "vip3",
|
|
|
+ .class = &dra7xx_vip_hwmod_class,
|
|
|
+ .clkdm_name = "cam_clkdm",
|
|
|
+ .main_clk = "vip3_gclk_mux",
|
|
|
+ .flags = (HWMOD_SWSUP_SIDLE | HWMOD_SWSUP_MSTANDBY),
|
|
|
+ .prcm = {
|
|
|
+ .omap4 = {
|
|
|
+ .clkctrl_offs = DRA7XX_CM_CAM_VIP3_CLKCTRL_OFFSET,
|
|
|
+ .context_offs = DRA7XX_RM_CAM_VIP3_CONTEXT_OFFSET,
|
|
|
+ .modulemode = MODULEMODE_HWCTRL,
|
|
|
+ },
|
|
|
+ },
|
|
|
+};
|
|
|
+
|
|
|
/*
|
|
|
* 'cal' class
|
|
|
*
|
|
|
@@ -3886,6 +3954,30 @@ static struct omap_hwmod_ocp_if dra7xx_l4_per3__vpe = {
|
|
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
};
|
|
|
|
|
|
+/* l4_per3 -> vip1 */
|
|
|
+static struct omap_hwmod_ocp_if dra7xx_l4_per3__vip1 = {
|
|
|
+ .master = &dra7xx_l4_per3_hwmod,
|
|
|
+ .slave = &dra7xx_vip1_hwmod,
|
|
|
+ .clk = "l3_iclk_div",
|
|
|
+ .user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
+};
|
|
|
+
|
|
|
+/* l4_per3 -> vip2 */
|
|
|
+static struct omap_hwmod_ocp_if dra7xx_l4_per3__vip2 = {
|
|
|
+ .master = &dra7xx_l4_per3_hwmod,
|
|
|
+ .slave = &dra7xx_vip2_hwmod,
|
|
|
+ .clk = "l3_iclk_div",
|
|
|
+ .user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
+};
|
|
|
+
|
|
|
+/* l4_per3 -> vip3 */
|
|
|
+static struct omap_hwmod_ocp_if dra7xx_l4_per3__vip3 = {
|
|
|
+ .master = &dra7xx_l4_per3_hwmod,
|
|
|
+ .slave = &dra7xx_vip3_hwmod,
|
|
|
+ .clk = "l3_iclk_div",
|
|
|
+ .user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
|
+};
|
|
|
+
|
|
|
/* l4_per2 -> cal */
|
|
|
static struct omap_hwmod_ocp_if dra7xx_l4_per2__cal = {
|
|
|
.master = &dra7xx_l4_per2_hwmod,
|
|
|
@@ -4058,6 +4150,7 @@ static struct omap_hwmod_ocp_if *dra7xx_hwmod_ocp_ifs[] __initdata = {
|
|
|
&dra7xx_l3_main_1__vcp2,
|
|
|
&dra7xx_l4_per2__vcp2,
|
|
|
&dra7xx_l4_per3__vpe,
|
|
|
+ &dra7xx_l4_per3__vip1,
|
|
|
&dra7xx_l4_wkup__wd_timer2,
|
|
|
&dra7xx_l4_per2__epwmss0,
|
|
|
&dra7xx_l4_per2__epwmss1,
|
|
|
@@ -4075,6 +4168,7 @@ static struct omap_hwmod_ocp_if *dra7xx_gp_hwmod_ocp_ifs[] __initdata = {
|
|
|
/* SoC variant specific hwmod links */
|
|
|
static struct omap_hwmod_ocp_if *dra76x_hwmod_ocp_ifs[] __initdata = {
|
|
|
&dra7xx_l4_per3__usb_otg_ss4,
|
|
|
+ &dra7xx_l4_per3__vip2,
|
|
|
NULL,
|
|
|
};
|
|
|
|
|
|
@@ -4085,6 +4179,8 @@ static struct omap_hwmod_ocp_if *acd_76x_hwmod_ocp_ifs[] __initdata = {
|
|
|
|
|
|
static struct omap_hwmod_ocp_if *dra74x_hwmod_ocp_ifs[] __initdata = {
|
|
|
&dra7xx_l4_per3__usb_otg_ss4,
|
|
|
+ &dra7xx_l4_per3__vip2,
|
|
|
+ &dra7xx_l4_per3__vip3,
|
|
|
NULL,
|
|
|
};
|
|
|
|