diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-10-09 10:03:15 -0400 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2014-11-19 18:41:27 -0500 |
commit | 9ed69650897e8738c959fe8242ec41499f3f3f35 (patch) | |
tree | 7bb75b8db398db98fe8bf4a7c85ea1f05e2360c4 | |
parent | f22d2545517a0ffb8da2879d3a0dbcae99848e6c (diff) |
ARM: OMAP5: hwmod: set DSS submodule parent hwmods
Set DSS core hwmod as the parent for all the DSS submodules.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Archit Taneja <archit.taneja@gmail.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_54xx_data.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_54xx_data.c b/arch/arm/mach-omap2/omap_hwmod_54xx_data.c index 1103aa0e0d29..229c7fb7e1c3 100644 --- a/arch/arm/mach-omap2/omap_hwmod_54xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_54xx_data.c | |||
@@ -421,6 +421,7 @@ static struct omap_hwmod omap54xx_dss_dispc_hwmod = { | |||
421 | .opt_clks = dss_dispc_opt_clks, | 421 | .opt_clks = dss_dispc_opt_clks, |
422 | .opt_clks_cnt = ARRAY_SIZE(dss_dispc_opt_clks), | 422 | .opt_clks_cnt = ARRAY_SIZE(dss_dispc_opt_clks), |
423 | .dev_attr = &dss_dispc_dev_attr, | 423 | .dev_attr = &dss_dispc_dev_attr, |
424 | .parent_hwmod = &omap54xx_dss_hwmod, | ||
424 | }; | 425 | }; |
425 | 426 | ||
426 | /* | 427 | /* |
@@ -462,6 +463,7 @@ static struct omap_hwmod omap54xx_dss_dsi1_a_hwmod = { | |||
462 | }, | 463 | }, |
463 | .opt_clks = dss_dsi1_a_opt_clks, | 464 | .opt_clks = dss_dsi1_a_opt_clks, |
464 | .opt_clks_cnt = ARRAY_SIZE(dss_dsi1_a_opt_clks), | 465 | .opt_clks_cnt = ARRAY_SIZE(dss_dsi1_a_opt_clks), |
466 | .parent_hwmod = &omap54xx_dss_hwmod, | ||
465 | }; | 467 | }; |
466 | 468 | ||
467 | /* dss_dsi1_c */ | 469 | /* dss_dsi1_c */ |
@@ -482,6 +484,7 @@ static struct omap_hwmod omap54xx_dss_dsi1_c_hwmod = { | |||
482 | }, | 484 | }, |
483 | .opt_clks = dss_dsi1_c_opt_clks, | 485 | .opt_clks = dss_dsi1_c_opt_clks, |
484 | .opt_clks_cnt = ARRAY_SIZE(dss_dsi1_c_opt_clks), | 486 | .opt_clks_cnt = ARRAY_SIZE(dss_dsi1_c_opt_clks), |
487 | .parent_hwmod = &omap54xx_dss_hwmod, | ||
485 | }; | 488 | }; |
486 | 489 | ||
487 | /* | 490 | /* |
@@ -521,6 +524,7 @@ static struct omap_hwmod omap54xx_dss_hdmi_hwmod = { | |||
521 | }, | 524 | }, |
522 | .opt_clks = dss_hdmi_opt_clks, | 525 | .opt_clks = dss_hdmi_opt_clks, |
523 | .opt_clks_cnt = ARRAY_SIZE(dss_hdmi_opt_clks), | 526 | .opt_clks_cnt = ARRAY_SIZE(dss_hdmi_opt_clks), |
527 | .parent_hwmod = &omap54xx_dss_hwmod, | ||
524 | }; | 528 | }; |
525 | 529 | ||
526 | /* | 530 | /* |
@@ -560,6 +564,7 @@ static struct omap_hwmod omap54xx_dss_rfbi_hwmod = { | |||
560 | }, | 564 | }, |
561 | .opt_clks = dss_rfbi_opt_clks, | 565 | .opt_clks = dss_rfbi_opt_clks, |
562 | .opt_clks_cnt = ARRAY_SIZE(dss_rfbi_opt_clks), | 566 | .opt_clks_cnt = ARRAY_SIZE(dss_rfbi_opt_clks), |
567 | .parent_hwmod = &omap54xx_dss_hwmod, | ||
563 | }; | 568 | }; |
564 | 569 | ||
565 | /* | 570 | /* |