ARM: imx: convert audmux to a platform driver
It coverts audmux to a platform driver, so that it can be moved into sound/soc/imx and adopt device tree support later. Signed-off-by: Richard Zhao <richard.zhao@linaro.org> Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
@@ -75,6 +75,10 @@ void __init mx27_init_irq(void)
|
||||
mxc_init_irq(MX27_IO_ADDRESS(MX27_AVIC_BASE_ADDR));
|
||||
}
|
||||
|
||||
static const struct resource imx27_audmux_res[] __initconst = {
|
||||
DEFINE_RES_MEM(MX27_AUDMUX_BASE_ADDR, SZ_4K),
|
||||
};
|
||||
|
||||
void __init imx27_soc_init(void)
|
||||
{
|
||||
/* i.mx27 has the i.mx21 type gpio */
|
||||
@@ -86,4 +90,7 @@ void __init imx27_soc_init(void)
|
||||
mxc_register_gpio("imx21-gpio", 5, MX27_GPIO6_BASE_ADDR, SZ_256, MX27_INT_GPIO, 0);
|
||||
|
||||
imx_add_imx_dma();
|
||||
/* imx27 has the imx21 type audmux */
|
||||
platform_device_register_simple("imx21-audmux", 0, imx27_audmux_res,
|
||||
ARRAY_SIZE(imx27_audmux_res));
|
||||
}
|
||||
|
Reference in New Issue
Block a user