Commit fa98347e authored by Benoit Cousson's avatar Benoit Cousson Committed by Paul Walmsley

OMAP2&3: hwmod: Remove _hwmod prefix in name string

In the lastest OMAP4 hwmod data file, the _hwmod was removed
in order to save some memory space and because it does not
bring a lot.
Align OMAP2420, 2430 and 3430 data files with the same convention.
Signed-off-by: default avatarBenoit Cousson <b-cousson@ti.com>
Cc: Rajendra Nayak <rnayak@ti.com>
Acked-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
parent 2eb1875d
...@@ -59,7 +59,7 @@ static struct omap_hwmod_ocp_if *omap2420_l3_masters[] = { ...@@ -59,7 +59,7 @@ static struct omap_hwmod_ocp_if *omap2420_l3_masters[] = {
/* L3 */ /* L3 */
static struct omap_hwmod omap2420_l3_hwmod = { static struct omap_hwmod omap2420_l3_hwmod = {
.name = "l3_hwmod", .name = "l3_main",
.class = &l3_hwmod_class, .class = &l3_hwmod_class,
.masters = omap2420_l3_masters, .masters = omap2420_l3_masters,
.masters_cnt = ARRAY_SIZE(omap2420_l3_masters), .masters_cnt = ARRAY_SIZE(omap2420_l3_masters),
...@@ -90,7 +90,7 @@ static struct omap_hwmod_ocp_if *omap2420_l4_core_masters[] = { ...@@ -90,7 +90,7 @@ static struct omap_hwmod_ocp_if *omap2420_l4_core_masters[] = {
/* L4 CORE */ /* L4 CORE */
static struct omap_hwmod omap2420_l4_core_hwmod = { static struct omap_hwmod omap2420_l4_core_hwmod = {
.name = "l4_core_hwmod", .name = "l4_core",
.class = &l4_hwmod_class, .class = &l4_hwmod_class,
.masters = omap2420_l4_core_masters, .masters = omap2420_l4_core_masters,
.masters_cnt = ARRAY_SIZE(omap2420_l4_core_masters), .masters_cnt = ARRAY_SIZE(omap2420_l4_core_masters),
...@@ -111,7 +111,7 @@ static struct omap_hwmod_ocp_if *omap2420_l4_wkup_masters[] = { ...@@ -111,7 +111,7 @@ static struct omap_hwmod_ocp_if *omap2420_l4_wkup_masters[] = {
/* L4 WKUP */ /* L4 WKUP */
static struct omap_hwmod omap2420_l4_wkup_hwmod = { static struct omap_hwmod omap2420_l4_wkup_hwmod = {
.name = "l4_wkup_hwmod", .name = "l4_wkup",
.class = &l4_hwmod_class, .class = &l4_hwmod_class,
.masters = omap2420_l4_wkup_masters, .masters = omap2420_l4_wkup_masters,
.masters_cnt = ARRAY_SIZE(omap2420_l4_wkup_masters), .masters_cnt = ARRAY_SIZE(omap2420_l4_wkup_masters),
......
...@@ -59,7 +59,7 @@ static struct omap_hwmod_ocp_if *omap2430_l3_masters[] = { ...@@ -59,7 +59,7 @@ static struct omap_hwmod_ocp_if *omap2430_l3_masters[] = {
/* L3 */ /* L3 */
static struct omap_hwmod omap2430_l3_hwmod = { static struct omap_hwmod omap2430_l3_hwmod = {
.name = "l3_hwmod", .name = "l3_main",
.class = &l3_hwmod_class, .class = &l3_hwmod_class,
.masters = omap2430_l3_masters, .masters = omap2430_l3_masters,
.masters_cnt = ARRAY_SIZE(omap2430_l3_masters), .masters_cnt = ARRAY_SIZE(omap2430_l3_masters),
...@@ -92,7 +92,7 @@ static struct omap_hwmod_ocp_if *omap2430_l4_core_masters[] = { ...@@ -92,7 +92,7 @@ static struct omap_hwmod_ocp_if *omap2430_l4_core_masters[] = {
/* L4 CORE */ /* L4 CORE */
static struct omap_hwmod omap2430_l4_core_hwmod = { static struct omap_hwmod omap2430_l4_core_hwmod = {
.name = "l4_core_hwmod", .name = "l4_core",
.class = &l4_hwmod_class, .class = &l4_hwmod_class,
.masters = omap2430_l4_core_masters, .masters = omap2430_l4_core_masters,
.masters_cnt = ARRAY_SIZE(omap2430_l4_core_masters), .masters_cnt = ARRAY_SIZE(omap2430_l4_core_masters),
...@@ -113,7 +113,7 @@ static struct omap_hwmod_ocp_if *omap2430_l4_wkup_masters[] = { ...@@ -113,7 +113,7 @@ static struct omap_hwmod_ocp_if *omap2430_l4_wkup_masters[] = {
/* L4 WKUP */ /* L4 WKUP */
static struct omap_hwmod omap2430_l4_wkup_hwmod = { static struct omap_hwmod omap2430_l4_wkup_hwmod = {
.name = "l4_wkup_hwmod", .name = "l4_wkup",
.class = &l4_hwmod_class, .class = &l4_hwmod_class,
.masters = omap2430_l4_wkup_masters, .masters = omap2430_l4_wkup_masters,
.masters_cnt = ARRAY_SIZE(omap2430_l4_wkup_masters), .masters_cnt = ARRAY_SIZE(omap2430_l4_wkup_masters),
......
...@@ -70,7 +70,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_l3_masters[] = { ...@@ -70,7 +70,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_l3_masters[] = {
/* L3 */ /* L3 */
static struct omap_hwmod omap3xxx_l3_hwmod = { static struct omap_hwmod omap3xxx_l3_hwmod = {
.name = "l3_hwmod", .name = "l3_main",
.class = &l3_hwmod_class, .class = &l3_hwmod_class,
.masters = omap3xxx_l3_masters, .masters = omap3xxx_l3_masters,
.masters_cnt = ARRAY_SIZE(omap3xxx_l3_masters), .masters_cnt = ARRAY_SIZE(omap3xxx_l3_masters),
...@@ -101,7 +101,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_l4_core_masters[] = { ...@@ -101,7 +101,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_l4_core_masters[] = {
/* L4 CORE */ /* L4 CORE */
static struct omap_hwmod omap3xxx_l4_core_hwmod = { static struct omap_hwmod omap3xxx_l4_core_hwmod = {
.name = "l4_core_hwmod", .name = "l4_core",
.class = &l4_hwmod_class, .class = &l4_hwmod_class,
.masters = omap3xxx_l4_core_masters, .masters = omap3xxx_l4_core_masters,
.masters_cnt = ARRAY_SIZE(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[] = { ...@@ -122,7 +122,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_l4_per_masters[] = {
/* L4 PER */ /* L4 PER */
static struct omap_hwmod omap3xxx_l4_per_hwmod = { static struct omap_hwmod omap3xxx_l4_per_hwmod = {
.name = "l4_per_hwmod", .name = "l4_per",
.class = &l4_hwmod_class, .class = &l4_hwmod_class,
.masters = omap3xxx_l4_per_masters, .masters = omap3xxx_l4_per_masters,
.masters_cnt = ARRAY_SIZE(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[] = { ...@@ -143,7 +143,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_l4_wkup_masters[] = {
/* L4 WKUP */ /* L4 WKUP */
static struct omap_hwmod omap3xxx_l4_wkup_hwmod = { static struct omap_hwmod omap3xxx_l4_wkup_hwmod = {
.name = "l4_wkup_hwmod", .name = "l4_wkup",
.class = &l4_hwmod_class, .class = &l4_hwmod_class,
.masters = omap3xxx_l4_wkup_masters, .masters = omap3xxx_l4_wkup_masters,
.masters_cnt = ARRAY_SIZE(omap3xxx_l4_wkup_masters), .masters_cnt = ARRAY_SIZE(omap3xxx_l4_wkup_masters),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment