Thara Gopinath <thara@xxxxxx> writes: > This patch adds the smartreflex hwmod data for OMAP3430 > and OMAP3630. A dev_attr is also added to the hwmod > structure for each smartreflex module which contains > SoC specific info like the efuse offsets, test n-values > etc. > > Signed-off-by: Thara Gopinath <thara@xxxxxx> [...] > +static struct omap_hwmod_ocp_if omap3_l4_core__sr1 = { > + .master = &omap3xxx_l4_core_hwmod, > + .slave = &omap34xx_sr1_hwmod, > + .clk = "sr_l4_ick", > + .addr = omap3_sr1_addr_space, > + .addr_cnt = ARRAY_SIZE(omap3_sr1_addr_space), > + .user = OCP_USER_MPU, For enable to work, these all nee the .prcm.omap2 sub struct filled out. Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html