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)
commitb2eb000265115ecb4802ba2ffb35d197ab251390
tree18762f9434fad2e1e17ee69f1b3fbf347f636c06
parentf0d48990e19399dc8bb798784c965346b6519f4a
ARM: OMAP2+: hwmod: cleanup HWMOD_INIT_NO_RESET usage

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>
arch/arm/mach-omap2/omap_hwmod_33xx_data.c
arch/arm/mach-omap2/omap_hwmod_44xx_data.c
arch/arm/mach-omap2/omap_hwmod_54xx_data.c