cc'ing Mark Brown
On Tue, Nov 6, 2012 at 10:14 AM, Padmavathi Venna <[email protected]> wrote: > Add AUXDATA entries for i2s controller driver so as to set the device > name for clock lookups > > Signed-off-by: Padmavathi Venna <[email protected]> > --- > 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 [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
