|
@@ -1325,7 +1325,7 @@ static struct omap_hwmod_irq_info omap3_smartreflex_mpu_irqs[] = {
|
|
|
};
|
|
|
|
|
|
static struct omap_hwmod omap34xx_sr1_hwmod = {
|
|
|
- .name = "sr1",
|
|
|
+ .name = "smartreflex_mpu_iva",
|
|
|
.class = &omap34xx_smartreflex_hwmod_class,
|
|
|
.main_clk = "sr1_fck",
|
|
|
.prcm = {
|
|
@@ -1343,7 +1343,7 @@ static struct omap_hwmod omap34xx_sr1_hwmod = {
|
|
|
};
|
|
|
|
|
|
static struct omap_hwmod omap36xx_sr1_hwmod = {
|
|
|
- .name = "sr1",
|
|
|
+ .name = "smartreflex_mpu_iva",
|
|
|
.class = &omap36xx_smartreflex_hwmod_class,
|
|
|
.main_clk = "sr1_fck",
|
|
|
.prcm = {
|
|
@@ -1370,7 +1370,7 @@ static struct omap_hwmod_irq_info omap3_smartreflex_core_irqs[] = {
|
|
|
};
|
|
|
|
|
|
static struct omap_hwmod omap34xx_sr2_hwmod = {
|
|
|
- .name = "sr2",
|
|
|
+ .name = "smartreflex_core",
|
|
|
.class = &omap34xx_smartreflex_hwmod_class,
|
|
|
.main_clk = "sr2_fck",
|
|
|
.prcm = {
|
|
@@ -1388,7 +1388,7 @@ static struct omap_hwmod omap34xx_sr2_hwmod = {
|
|
|
};
|
|
|
|
|
|
static struct omap_hwmod omap36xx_sr2_hwmod = {
|
|
|
- .name = "sr2",
|
|
|
+ .name = "smartreflex_core",
|
|
|
.class = &omap36xx_smartreflex_hwmod_class,
|
|
|
.main_clk = "sr2_fck",
|
|
|
.prcm = {
|