aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5p6442
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-s5p6442
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-s5p6442')
-rw-r--r--arch/arm/mach-s5p6442/dev-audio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s5p6442/dev-audio.c b/arch/arm/mach-s5p6442/dev-audio.c
index 3462197ff352..d0207b7634b6 100644
--- a/arch/arm/mach-s5p6442/dev-audio.c
+++ b/arch/arm/mach-s5p6442/dev-audio.c
@@ -65,7 +65,7 @@ static struct resource s5p6442_iis0_resource[] = {
65}; 65};
66 66
67struct platform_device s5p6442_device_iis0 = { 67struct platform_device s5p6442_device_iis0 = {
68 .name = "s3c64xx-iis-v4", 68 .name = "samsung-i2s-v4",
69 .id = -1, 69 .id = -1,
70 .num_resources = ARRAY_SIZE(s5p6442_iis0_resource), 70 .num_resources = ARRAY_SIZE(s5p6442_iis0_resource),
71 .resource = s5p6442_iis0_resource, 71 .resource = s5p6442_iis0_resource,
@@ -93,7 +93,7 @@ static struct resource s5p6442_iis1_resource[] = {
93}; 93};
94 94
95struct platform_device s5p6442_device_iis1 = { 95struct platform_device s5p6442_device_iis1 = {
96 .name = "s3c64xx-iis", 96 .name = "samsung-i2s",
97 .id = 1, 97 .id = 1,
98 .num_resources = ARRAY_SIZE(s5p6442_iis1_resource), 98 .num_resources = ARRAY_SIZE(s5p6442_iis1_resource),
99 .resource = s5p6442_iis1_resource, 99 .resource = s5p6442_iis1_resource,