ARM: OMAP2+: hwmod: cleanup HWMOD_INIT_NO_RESET usage
authorRajendra Nayak <rnayak@ti.com>
Tue, 20 Aug 2013 07:32:44 +0000 (13:02 +0530)
committerPaul Walmsley <paul@pwsan.com>
Wed, 9 Oct 2013 07:25:17 +0000 (01:25 -0600)
For modules/IPs/hwmods which do not have
-1- sys->class->reset()
and
-2- hardreset lines
and
-3- No way to do an ocp reset (no sysc control)
the flag 'HWMOD_INIT_NO_RESET' is not much useful.

Cleanup all such instances across various hwmod data files.

Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>

No differences found