Re: [PATCH 4/4] OMAP4: HWMOD: fix DSS reset

2011-08-05 Thread Cousson, Benoit
Hi Tomi, On 8/2/2011 12:33 PM, Valkeinen, Tomi wrote: The HWMOD code currently fails to reset dispc and rfbi modules. This patch adds all DSS clocks as opt clocks for dispc, and sets HWMOD_CONTROL_OPT_CLKS_IN_RESET. This seems to fix the issue, although this feels like a hack. Enabling the

Re: [PATCH 4/4] OMAP4: HWMOD: fix DSS reset

2011-08-05 Thread Tomi Valkeinen
On Fri, 2011-08-05 at 16:56 +0200, Cousson, Benoit wrote: Hi Tomi, On 8/2/2011 12:33 PM, Valkeinen, Tomi wrote: The HWMOD code currently fails to reset dispc and rfbi modules. This patch adds all DSS clocks as opt clocks for dispc, and sets HWMOD_CONTROL_OPT_CLKS_IN_RESET. This seems

Re: [PATCH 4/4] OMAP4: HWMOD: fix DSS reset

2011-08-05 Thread Cousson, Benoit
On 8/5/2011 5:48 PM, Valkeinen, Tomi wrote: On Fri, 2011-08-05 at 16:56 +0200, Cousson, Benoit wrote: Hi Tomi, On 8/2/2011 12:33 PM, Valkeinen, Tomi wrote: The HWMOD code currently fails to reset dispc and rfbi modules. This patch adds all DSS clocks as opt clocks for dispc, and sets

[PATCH 4/4] OMAP4: HWMOD: fix DSS reset

2011-08-02 Thread Tomi Valkeinen
The HWMOD code currently fails to reset dispc and rfbi modules. This patch adds all DSS clocks as opt clocks for dispc, and sets HWMOD_CONTROL_OPT_CLKS_IN_RESET. This seems to fix the issue, although this feels like a hack. The reason why this patch fixes the reset issue is probably because