diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-11-18 18:49:43 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-11-18 18:49:43 -0500 |
commit | daea9b4f4416384dfcd0021a9461717974ed4354 (patch) | |
tree | e378c4bf0a21a8806796286aa8ce761c05f6d94b /arch/arm/mach-s5pv210 | |
parent | 8b0ae0b719d4ea9aee4ed3a7a09d5ff76557fadf (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-s5pv210')
-rw-r--r-- | arch/arm/mach-s5pv210/dev-audio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-s5pv210/dev-audio.c b/arch/arm/mach-s5pv210/dev-audio.c index 1303fcb12b51..961477ac5baa 100644 --- a/arch/arm/mach-s5pv210/dev-audio.c +++ b/arch/arm/mach-s5pv210/dev-audio.c | |||
@@ -66,7 +66,7 @@ static struct resource s5pv210_iis0_resource[] = { | |||
66 | }; | 66 | }; |
67 | 67 | ||
68 | struct platform_device s5pv210_device_iis0 = { | 68 | struct platform_device s5pv210_device_iis0 = { |
69 | .name = "s3c64xx-iis-v4", | 69 | .name = "samsung-i2s-v4", |
70 | .id = -1, | 70 | .id = -1, |
71 | .num_resources = ARRAY_SIZE(s5pv210_iis0_resource), | 71 | .num_resources = ARRAY_SIZE(s5pv210_iis0_resource), |
72 | .resource = s5pv210_iis0_resource, | 72 | .resource = s5pv210_iis0_resource, |
@@ -94,7 +94,7 @@ static struct resource s5pv210_iis1_resource[] = { | |||
94 | }; | 94 | }; |
95 | 95 | ||
96 | struct platform_device s5pv210_device_iis1 = { | 96 | struct platform_device s5pv210_device_iis1 = { |
97 | .name = "s3c64xx-iis", | 97 | .name = "samsung-i2s", |
98 | .id = 1, | 98 | .id = 1, |
99 | .num_resources = ARRAY_SIZE(s5pv210_iis1_resource), | 99 | .num_resources = ARRAY_SIZE(s5pv210_iis1_resource), |
100 | .resource = s5pv210_iis1_resource, | 100 | .resource = s5pv210_iis1_resource, |
@@ -122,7 +122,7 @@ static struct resource s5pv210_iis2_resource[] = { | |||
122 | }; | 122 | }; |
123 | 123 | ||
124 | struct platform_device s5pv210_device_iis2 = { | 124 | struct platform_device s5pv210_device_iis2 = { |
125 | .name = "s3c64xx-iis", | 125 | .name = "samsung-i2s", |
126 | .id = 2, | 126 | .id = 2, |
127 | .num_resources = ARRAY_SIZE(s5pv210_iis2_resource), | 127 | .num_resources = ARRAY_SIZE(s5pv210_iis2_resource), |
128 | .resource = s5pv210_iis2_resource, | 128 | .resource = s5pv210_iis2_resource, |