Message ID | 1307687667-9127-5-git-send-email-ch.naveen@samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Jun 10, 2011 at 12:04 PM, Naveen Krishna Chatradhi <ch.naveen@samsung.com> wrote: > This patch adds spdif to the machine supported device list for > SMDKV310. > > Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com> > --- > arch/arm/mach-exynos4/mach-smdkv310.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-exynos4/mach-smdkv310.c b/arch/arm/mach-exynos4/mach-smdkv310.c > index 7e3ee6c..966c6f2 100644 > --- a/arch/arm/mach-exynos4/mach-smdkv310.c > +++ b/arch/arm/mach-exynos4/mach-smdkv310.c > @@ -190,6 +190,7 @@ static struct platform_device *smdkv310_devices[] __initdata = { > &exynos4_device_pd[PD_CAM], > &exynos4_device_pd[PD_TV], > &exynos4_device_pd[PD_GPS], > + &exynos4_device_spdif, > &exynos4_device_sysmmu, > &exynos4_device_pcm0, > &samsung_asoc_dma, Acked-by: Jassi Brar <jassisinghbrar@gmail.com>
Jassi Brar wrote: > > On Fri, Jun 10, 2011 at 12:04 PM, Naveen Krishna Chatradhi > <ch.naveen@samsung.com> wrote: > > This patch adds spdif to the machine supported device list for > > SMDKV310. > > > > Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com> > > --- > > arch/arm/mach-exynos4/mach-smdkv310.c | 1 + > > 1 files changed, 1 insertions(+), 0 deletions(-) > > > > diff --git a/arch/arm/mach-exynos4/mach-smdkv310.c b/arch/arm/mach- > exynos4/mach-smdkv310.c > > index 7e3ee6c..966c6f2 100644 > > --- a/arch/arm/mach-exynos4/mach-smdkv310.c > > +++ b/arch/arm/mach-exynos4/mach-smdkv310.c > > @@ -190,6 +190,7 @@ static struct platform_device *smdkv310_devices[] > __initdata = { > > &exynos4_device_pd[PD_CAM], > > &exynos4_device_pd[PD_TV], > > &exynos4_device_pd[PD_GPS], > > + &exynos4_device_spdif, > > &exynos4_device_sysmmu, > > &exynos4_device_pcm0, > > &samsung_asoc_dma, > > Acked-by: Jassi Brar <jassisinghbrar@gmail.com> Applied. Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd.
diff --git a/arch/arm/mach-exynos4/mach-smdkv310.c b/arch/arm/mach-exynos4/mach-smdkv310.c index 7e3ee6c..966c6f2 100644 --- a/arch/arm/mach-exynos4/mach-smdkv310.c +++ b/arch/arm/mach-exynos4/mach-smdkv310.c @@ -190,6 +190,7 @@ static struct platform_device *smdkv310_devices[] __initdata = { &exynos4_device_pd[PD_CAM], &exynos4_device_pd[PD_TV], &exynos4_device_pd[PD_GPS], + &exynos4_device_spdif, &exynos4_device_sysmmu, &exynos4_device_pcm0, &samsung_asoc_dma,
This patch adds spdif to the machine supported device list for SMDKV310. Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com> --- arch/arm/mach-exynos4/mach-smdkv310.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)