Skip to content

Commit ccfb24e

Browse files
tombaPaul Walmsley
authored andcommitted
ARM: AM43xx: hwmod: set DSS submodule parent hwmods
Set DSS core hwmod as the parent for all the DSS submodules. This fixes the boot time DSS reset, removing the following warnings: omap_hwmod: dss_dispc: cannot be enabled for reset (3) omap_hwmod: dss_rfbi: cannot be enabled for reset (3) Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
1 parent 812ce9d commit ccfb24e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/mach-omap2/omap_hwmod_43xx_data.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ static struct omap_hwmod am43xx_dss_dispc_hwmod = {
498498
},
499499
},
500500
.dev_attr = &am43xx_dss_dispc_dev_attr,
501+
.parent_hwmod = &am43xx_dss_core_hwmod,
501502
};
502503

503504
/* rfbi */
@@ -512,6 +513,7 @@ static struct omap_hwmod am43xx_dss_rfbi_hwmod = {
512513
.clkctrl_offs = AM43XX_CM_PER_DSS_CLKCTRL_OFFSET,
513514
},
514515
},
516+
.parent_hwmod = &am43xx_dss_core_hwmod,
515517
};
516518

517519
/* Interfaces */

0 commit comments

Comments
 (0)