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-s3c64xx | |
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-s3c64xx')
-rw-r--r-- | arch/arm/mach-s3c64xx/dev-audio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c64xx/dev-audio.c b/arch/arm/mach-s3c64xx/dev-audio.c index 76426a32c013..447e4e7179ac 100644 --- a/arch/arm/mach-s3c64xx/dev-audio.c +++ b/arch/arm/mach-s3c64xx/dev-audio.c | |||
@@ -77,7 +77,7 @@ static struct s3c_audio_pdata s3c_i2s0_pdata = { | |||
77 | }; | 77 | }; |
78 | 78 | ||
79 | struct platform_device s3c64xx_device_iis0 = { | 79 | struct platform_device s3c64xx_device_iis0 = { |
80 | .name = "s3c64xx-iis", | 80 | .name = "samsung-i2s", |
81 | .id = 0, | 81 | .id = 0, |
82 | .num_resources = ARRAY_SIZE(s3c64xx_iis0_resource), | 82 | .num_resources = ARRAY_SIZE(s3c64xx_iis0_resource), |
83 | .resource = s3c64xx_iis0_resource, | 83 | .resource = s3c64xx_iis0_resource, |
@@ -110,7 +110,7 @@ static struct s3c_audio_pdata s3c_i2s1_pdata = { | |||
110 | }; | 110 | }; |
111 | 111 | ||
112 | struct platform_device s3c64xx_device_iis1 = { | 112 | struct platform_device s3c64xx_device_iis1 = { |
113 | .name = "s3c64xx-iis", | 113 | .name = "samsung-i2s", |
114 | .id = 1, | 114 | .id = 1, |
115 | .num_resources = ARRAY_SIZE(s3c64xx_iis1_resource), | 115 | .num_resources = ARRAY_SIZE(s3c64xx_iis1_resource), |
116 | .resource = s3c64xx_iis1_resource, | 116 | .resource = s3c64xx_iis1_resource, |
@@ -143,7 +143,7 @@ static struct s3c_audio_pdata s3c_i2sv4_pdata = { | |||
143 | }; | 143 | }; |
144 | 144 | ||
145 | struct platform_device s3c64xx_device_iisv4 = { | 145 | struct platform_device s3c64xx_device_iisv4 = { |
146 | .name = "s3c64xx-iis-v4", | 146 | .name = "samsung-i2s-v4", |
147 | .id = -1, | 147 | .id = -1, |
148 | .num_resources = ARRAY_SIZE(s3c64xx_iisv4_resource), | 148 | .num_resources = ARRAY_SIZE(s3c64xx_iisv4_resource), |
149 | .resource = s3c64xx_iisv4_resource, | 149 | .resource = s3c64xx_iisv4_resource, |