浏览代码

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>
Tomi Valkeinen 10 年之前
父节点
当前提交
ccfb24e349
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/arm/mach-omap2/omap_hwmod_43xx_data.c

+ 2 - 0
arch/arm/mach-omap2/omap_hwmod_43xx_data.c

@@ -498,6 +498,7 @@ static struct omap_hwmod am43xx_dss_dispc_hwmod = {
 		},
 		},
 	},
 	},
 	.dev_attr	= &am43xx_dss_dispc_dev_attr,
 	.dev_attr	= &am43xx_dss_dispc_dev_attr,
+	.parent_hwmod	= &am43xx_dss_core_hwmod,
 };
 };
 
 
 /* rfbi */
 /* rfbi */
@@ -512,6 +513,7 @@ static struct omap_hwmod am43xx_dss_rfbi_hwmod = {
 			.clkctrl_offs = AM43XX_CM_PER_DSS_CLKCTRL_OFFSET,
 			.clkctrl_offs = AM43XX_CM_PER_DSS_CLKCTRL_OFFSET,
 		},
 		},
 	},
 	},
+	.parent_hwmod	= &am43xx_dss_core_hwmod,
 };
 };
 
 
 /* Interfaces */
 /* Interfaces */