aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pc100
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-s5pc100
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-s5pc100')
-rw-r--r--arch/arm/mach-s5pc100/dev-audio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-s5pc100/dev-audio.c b/arch/arm/mach-s5pc100/dev-audio.c
index 564e195ec493..bf0c90fa4a98 100644
--- a/arch/arm/mach-s5pc100/dev-audio.c
+++ b/arch/arm/mach-s5pc100/dev-audio.c
@@ -65,7 +65,7 @@ static struct resource s5pc100_iis0_resource[] = {
65}; 65};
66 66
67struct platform_device s5pc100_device_iis0 = { 67struct platform_device s5pc100_device_iis0 = {
68 .name = "s3c64xx-iis-v4", 68 .name = "samsung-i2s-v4",
69 .id = -1, 69 .id = -1,
70 .num_resources = ARRAY_SIZE(s5pc100_iis0_resource), 70 .num_resources = ARRAY_SIZE(s5pc100_iis0_resource),
71 .resource = s5pc100_iis0_resource, 71 .resource = s5pc100_iis0_resource,
@@ -93,7 +93,7 @@ static struct resource s5pc100_iis1_resource[] = {
93}; 93};
94 94
95struct platform_device s5pc100_device_iis1 = { 95struct platform_device s5pc100_device_iis1 = {
96 .name = "s3c64xx-iis", 96 .name = "samsung-i2s",
97 .id = 1, 97 .id = 1,
98 .num_resources = ARRAY_SIZE(s5pc100_iis1_resource), 98 .num_resources = ARRAY_SIZE(s5pc100_iis1_resource),
99 .resource = s5pc100_iis1_resource, 99 .resource = s5pc100_iis1_resource,
@@ -121,7 +121,7 @@ static struct resource s5pc100_iis2_resource[] = {
121}; 121};
122 122
123struct platform_device s5pc100_device_iis2 = { 123struct platform_device s5pc100_device_iis2 = {
124 .name = "s3c64xx-iis", 124 .name = "samsung-i2s",
125 .id = 2, 125 .id = 2,
126 .num_resources = ARRAY_SIZE(s5pc100_iis2_resource), 126 .num_resources = ARRAY_SIZE(s5pc100_iis2_resource),
127 .resource = s5pc100_iis2_resource, 127 .resource = s5pc100_iis2_resource,