ARM: i.MX: move esdctl device registration to soc_init
The esdctl devices are currently not in the devicetrees. this means
they are not registered when booting from the devicetree. Move the
device registration from soc_devices_init to soc_init which is called
even with devicetree support so that we get esdctl devices.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent d3924e4 commit 2cf467ec07cac78e60742e24553e89f80c401399
@Sascha Hauer Sascha Hauer authored on 20 Aug 2013
Showing 7 changed files
View
arch/arm/mach-imx/imx1.c
View
arch/arm/mach-imx/imx25.c
View
arch/arm/mach-imx/imx27.c
View
arch/arm/mach-imx/imx31.c
View
arch/arm/mach-imx/imx35.c
View
arch/arm/mach-imx/imx51.c
View
arch/arm/mach-imx/imx53.c