|
@@ -522,6 +522,7 @@ static struct omap_hwmod dra7xx_dss_dispc_hwmod = {
|
|
|
},
|
|
|
},
|
|
|
.dev_attr = &dss_dispc_dev_attr,
|
|
|
+ .parent_hwmod = &dra7xx_dss_hwmod,
|
|
|
};
|
|
|
|
|
|
/*
|
|
@@ -563,6 +564,7 @@ static struct omap_hwmod dra7xx_dss_hdmi_hwmod = {
|
|
|
},
|
|
|
.opt_clks = dss_hdmi_opt_clks,
|
|
|
.opt_clks_cnt = ARRAY_SIZE(dss_hdmi_opt_clks),
|
|
|
+ .parent_hwmod = &dra7xx_dss_hwmod,
|
|
|
};
|
|
|
|
|
|
/*
|