aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5p64x0
diff options
context:
space:
mode:
authorJassi Brar <jassi.brar@samsung.com>2010-11-18 18:49:43 -0500
committerKukjin Kim <kgene.kim@samsung.com>2010-11-18 18:49:43 -0500
commitdaea9b4f4416384dfcd0021a9461717974ed4354 (patch)
treee378c4bf0a21a8806796286aa8ce761c05f6d94b /arch/arm/mach-s5p64x0
parent8b0ae0b719d4ea9aee4ed3a7a09d5ff76557fadf (diff)
ARM: SAMSUNG: Rename s3c64xx I2S platform device
Since the I2S of S3C64XX and newer SoCs are incremental versions of each other with changes managable in a single driver, rename the 's3c64xx-iis' -> 'samsung-i2s' Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5p64x0')
-rw-r--r--arch/arm/mach-s5p64x0/dev-audio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s5p64x0/dev-audio.c b/arch/arm/mach-s5p64x0/dev-audio.c
index 396bacc0a39..fb613d0f380 100644
--- a/arch/arm/mach-s5p64x0/dev-audio.c
+++ b/arch/arm/mach-s5p64x0/dev-audio.c
@@ -82,7 +82,7 @@ static struct resource s5p64x0_iis0_resource[] = {
82}; 82};
83 83
84struct platform_device s5p6440_device_iis = { 84struct platform_device s5p6440_device_iis = {
85 .name = "s3c64xx-iis-v4", 85 .name = "samsung-i2s-v4",
86 .id = -1, 86 .id = -1,
87 .num_resources = ARRAY_SIZE(s5p64x0_iis0_resource), 87 .num_resources = ARRAY_SIZE(s5p64x0_iis0_resource),
88 .resource = s5p64x0_iis0_resource, 88 .resource = s5p64x0_iis0_resource,
@@ -92,7 +92,7 @@ struct platform_device s5p6440_device_iis = {
92}; 92};
93 93
94struct platform_device s5p6450_device_iis0 = { 94struct platform_device s5p6450_device_iis0 = {
95 .name = "s3c64xx-iis-v4", 95 .name = "samsung-i2s-v4",
96 .id = -1, 96 .id = -1,
97 .num_resources = ARRAY_SIZE(s5p64x0_iis0_resource), 97 .num_resources = ARRAY_SIZE(s5p64x0_iis0_resource),
98 .resource = s5p64x0_iis0_resource, 98 .resource = s5p64x0_iis0_resource,