* [PATCH] ARM: S3C64XX: Register Lowland audio device on Cragganmore
@ 2011-09-02 19:22 Mark Brown
2011-09-05 10:28 ` Kukjin Kim
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2011-09-02 19:22 UTC (permalink / raw)
To: linux-arm-kernel
The Lowland system is a combination of the Cragganmore CPU module and the
Tomatin and Kilchomin audio modules on Glenfarclas.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
arch/arm/mach-s3c64xx/mach-crag6410.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c
index 174dd0c..917acf7 100644
--- a/arch/arm/mach-s3c64xx/mach-crag6410.c
+++ b/arch/arm/mach-s3c64xx/mach-crag6410.c
@@ -284,6 +284,11 @@ static struct platform_device speyside_device = {
.id = -1,
};
+static struct platform_device lowland_device = {
+ .name = "lowland",
+ .id = -1,
+};
+
static struct platform_device speyside_wm8962_device = {
.name = "speyside-wm8962",
.id = -1,
@@ -341,6 +346,7 @@ static struct platform_device *crag6410_devices[] __initdata = {
&crag6410_backlight_device,
&speyside_device,
&speyside_wm8962_device,
+ &lowland_device,
&wallvdd_device,
};
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH] ARM: S3C64XX: Register Lowland audio device on Cragganmore
2011-09-02 19:22 [PATCH] ARM: S3C64XX: Register Lowland audio device on Cragganmore Mark Brown
@ 2011-09-05 10:28 ` Kukjin Kim
0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2011-09-05 10:28 UTC (permalink / raw)
To: linux-arm-kernel
Mark Brown wrote:
>
> The Lowland system is a combination of the Cragganmore CPU module and the
> Tomatin and Kilchomin audio modules on Glenfarclas.
>
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
> arch/arm/mach-s3c64xx/mach-crag6410.c | 6 ++++++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-
> s3c64xx/mach-crag6410.c
> index 174dd0c..917acf7 100644
> --- a/arch/arm/mach-s3c64xx/mach-crag6410.c
> +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c
> @@ -284,6 +284,11 @@ static struct platform_device speyside_device = {
> .id = -1,
> };
>
> +static struct platform_device lowland_device = {
> + .name = "lowland",
> + .id = -1,
> +};
> +
> static struct platform_device speyside_wm8962_device = {
> .name = "speyside-wm8962",
> .id = -1,
> @@ -341,6 +346,7 @@ static struct platform_device *crag6410_devices[]
> __initdata = {
> &crag6410_backlight_device,
> &speyside_device,
> &speyside_wm8962_device,
> + &lowland_device,
> &wallvdd_device,
> };
>
> --
> 1.7.5.4
OK, Applied.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-05 10:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-02 19:22 [PATCH] ARM: S3C64XX: Register Lowland audio device on Cragganmore Mark Brown
2011-09-05 10:28 ` Kukjin Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).