ARM: OMAP2+: Move all omap_hwmod_sysc_fields to omap_hwmod_common_data.c
authorTony Lindgren <tony@atomide.com>
Fri, 15 Dec 2017 17:41:01 +0000 (09:41 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 21 Dec 2017 15:28:54 +0000 (07:28 -0800)
commitbf80705222987ea4c75d75af2c404373765b77c6
tree1d3cf7ba48d035173efbce5f44aa0144f4c1391a
parentfeffce1d9d9a3c109ed62d76eb4a962511c1bbfe
ARM: OMAP2+: Move all omap_hwmod_sysc_fields to omap_hwmod_common_data.c

We want to be able to eventually allocate these dynamically with the
data for omap_hwmod_class_sysconfig coming from dts.

Note that omap_hwmod_sysc_type_smartreflex is the same as the older
omap36xx_sr_sysc_fields, so let's use the earlier omap36xx_sr_sysc_fields
instead.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_hwmod.h
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
arch/arm/mach-omap2/omap_hwmod_44xx_data.c
arch/arm/mach-omap2/omap_hwmod_7xx_data.c
arch/arm/mach-omap2/omap_hwmod_common_data.c