|
@@ -70,7 +70,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_l3_masters[] = {
|
|
|
|
|
|
/* L3 */
|
|
|
static struct omap_hwmod omap3xxx_l3_hwmod = {
|
|
|
- .name = "l3_hwmod",
|
|
|
+ .name = "l3_main",
|
|
|
.class = &l3_hwmod_class,
|
|
|
.masters = omap3xxx_l3_masters,
|
|
|
.masters_cnt = ARRAY_SIZE(omap3xxx_l3_masters),
|
|
@@ -101,7 +101,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_l4_core_masters[] = {
|
|
|
|
|
|
/* L4 CORE */
|
|
|
static struct omap_hwmod omap3xxx_l4_core_hwmod = {
|
|
|
- .name = "l4_core_hwmod",
|
|
|
+ .name = "l4_core",
|
|
|
.class = &l4_hwmod_class,
|
|
|
.masters = omap3xxx_l4_core_masters,
|
|
|
.masters_cnt = ARRAY_SIZE(omap3xxx_l4_core_masters),
|
|
@@ -122,7 +122,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_l4_per_masters[] = {
|
|
|
|
|
|
/* L4 PER */
|
|
|
static struct omap_hwmod omap3xxx_l4_per_hwmod = {
|
|
|
- .name = "l4_per_hwmod",
|
|
|
+ .name = "l4_per",
|
|
|
.class = &l4_hwmod_class,
|
|
|
.masters = omap3xxx_l4_per_masters,
|
|
|
.masters_cnt = ARRAY_SIZE(omap3xxx_l4_per_masters),
|
|
@@ -143,7 +143,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_l4_wkup_masters[] = {
|
|
|
|
|
|
/* L4 WKUP */
|
|
|
static struct omap_hwmod omap3xxx_l4_wkup_hwmod = {
|
|
|
- .name = "l4_wkup_hwmod",
|
|
|
+ .name = "l4_wkup",
|
|
|
.class = &l4_hwmod_class,
|
|
|
.masters = omap3xxx_l4_wkup_masters,
|
|
|
.masters_cnt = ARRAY_SIZE(omap3xxx_l4_wkup_masters),
|