[PATCH V3 2/2] ARM: EXYNOS: Enable platform support for I2S controllers

Padma Venkat padma.kvr at gmail.com
Fri Nov 23 06:14:53 EST 2012


cc'ing Mark Brown

On Tue, Nov 6, 2012 at 10:14 AM, Padmavathi Venna <padma.v at samsung.com> wrote:
> Add AUXDATA entries for i2s controller driver so as to set the device
> name for clock lookups
>
> Signed-off-by: Padmavathi Venna <padma.v at samsung.com>
> ---
>  arch/arm/mach-exynos/mach-exynos5-dt.c |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-exynos/mach-exynos5-dt.c b/arch/arm/mach-exynos/mach-exynos5-dt.c
> index ed37273..93e63ec 100644
> --- a/arch/arm/mach-exynos/mach-exynos5-dt.c
> +++ b/arch/arm/mach-exynos/mach-exynos5-dt.c
> @@ -86,6 +86,12 @@ static const struct of_dev_auxdata exynos5250_auxdata_lookup[] __initconst = {
>                                 "exynos5-hdmi", NULL),
>         OF_DEV_AUXDATA("samsung,exynos5-mixer", 0x14450000,
>                                 "exynos5-mixer", NULL),
> +       OF_DEV_AUXDATA("samsung,samsung-i2s", EXYNOS5_PA_I2S0,
> +                               "samsung-i2s.0", NULL),
> +       OF_DEV_AUXDATA("samsung,samsung-i2s", EXYNOS5_PA_I2S1,
> +                               "samsung-i2s.1", NULL),
> +       OF_DEV_AUXDATA("samsung,samsung-i2s", EXYNOS5_PA_I2S2,
> +                               "samsung-i2s.2", NULL),
>         {},
>  };
>
> --
> 1.7.4.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



More information about the linux-arm-kernel mailing list