diff options
| author | David Jander <david@protonic.nl> | 2011-02-10 04:59:44 -0500 |
|---|---|---|
| committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-02-10 08:12:16 -0500 |
| commit | 5836372e8a0ba5cc633f61bc0484ee20c86f4b36 (patch) | |
| tree | 49495e92936b525abede4296717836373ab0327b | |
| parent | 0be9a196468ad4d03a3f5a1823e02aad5be47968 (diff) | |
ARM: imx+mx3: convert to mc13xxx MFD
Signed-off-by: David Jander <david@protonic.nl>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| -rw-r--r-- | arch/arm/mach-imx/mach-mx27_3ds.c | 6 | ||||
| -rw-r--r-- | arch/arm/mach-imx/mach-pcm038.c | 8 | ||||
| -rw-r--r-- | arch/arm/mach-mx3/mach-mx31_3ds.c | 6 | ||||
| -rw-r--r-- | arch/arm/mach-mx3/mach-mx31lilly.c | 4 | ||||
| -rw-r--r-- | arch/arm/mach-mx3/mach-mx31lite.c | 6 | ||||
| -rw-r--r-- | arch/arm/mach-mx3/mach-mx31moboard.c | 8 |
6 files changed, 19 insertions, 19 deletions
diff --git a/arch/arm/mach-imx/mach-mx27_3ds.c b/arch/arm/mach-imx/mach-mx27_3ds.c index 164331518bdd..49e6a7546869 100644 --- a/arch/arm/mach-imx/mach-mx27_3ds.c +++ b/arch/arm/mach-imx/mach-mx27_3ds.c | |||
| @@ -216,7 +216,7 @@ static struct regulator_init_data vgen_init = { | |||
| 216 | .consumer_supplies = vgen_consumers, | 216 | .consumer_supplies = vgen_consumers, |
| 217 | }; | 217 | }; |
| 218 | 218 | ||
| 219 | static struct mc13783_regulator_init_data mx27_3ds_regulators[] = { | 219 | static struct mc13xxx_regulator_init_data mx27_3ds_regulators[] = { |
| 220 | { | 220 | { |
| 221 | .id = MC13783_REG_VMMC1, | 221 | .id = MC13783_REG_VMMC1, |
| 222 | .init_data = &vmmc1_init, | 222 | .init_data = &vmmc1_init, |
| @@ -227,10 +227,10 @@ static struct mc13783_regulator_init_data mx27_3ds_regulators[] = { | |||
| 227 | }; | 227 | }; |
| 228 | 228 | ||
| 229 | /* MC13783 */ | 229 | /* MC13783 */ |
| 230 | static struct mc13783_platform_data mc13783_pdata __initdata = { | 230 | static struct mc13xxx_platform_data mc13783_pdata __initdata = { |
| 231 | .regulators = mx27_3ds_regulators, | 231 | .regulators = mx27_3ds_regulators, |
| 232 | .num_regulators = ARRAY_SIZE(mx27_3ds_regulators), | 232 | .num_regulators = ARRAY_SIZE(mx27_3ds_regulators), |
| 233 | .flags = MC13783_USE_REGULATOR, | 233 | .flags = MC13XXX_USE_REGULATOR, |
| 234 | }; | 234 | }; |
| 235 | 235 | ||
| 236 | /* SPI */ | 236 | /* SPI */ |
diff --git a/arch/arm/mach-imx/mach-pcm038.c b/arch/arm/mach-imx/mach-pcm038.c index 505614803bc6..ca20117d6067 100644 --- a/arch/arm/mach-imx/mach-pcm038.c +++ b/arch/arm/mach-imx/mach-pcm038.c | |||
| @@ -252,7 +252,7 @@ static struct regulator_init_data cam_data = { | |||
| 252 | .consumer_supplies = cam_consumers, | 252 | .consumer_supplies = cam_consumers, |
| 253 | }; | 253 | }; |
| 254 | 254 | ||
| 255 | static struct mc13783_regulator_init_data pcm038_regulators[] = { | 255 | static struct mc13xxx_regulator_init_data pcm038_regulators[] = { |
| 256 | { | 256 | { |
| 257 | .id = MC13783_REG_VCAM, | 257 | .id = MC13783_REG_VCAM, |
| 258 | .init_data = &cam_data, | 258 | .init_data = &cam_data, |
| @@ -262,11 +262,11 @@ static struct mc13783_regulator_init_data pcm038_regulators[] = { | |||
| 262 | }, | 262 | }, |
| 263 | }; | 263 | }; |
| 264 | 264 | ||
| 265 | static struct mc13783_platform_data pcm038_pmic = { | 265 | static struct mc13xxx_platform_data pcm038_pmic = { |
| 266 | .regulators = pcm038_regulators, | 266 | .regulators = pcm038_regulators, |
| 267 | .num_regulators = ARRAY_SIZE(pcm038_regulators), | 267 | .num_regulators = ARRAY_SIZE(pcm038_regulators), |
| 268 | .flags = MC13783_USE_ADC | MC13783_USE_REGULATOR | | 268 | .flags = MC13XXX_USE_ADC | MC13XXX_USE_REGULATOR | |
| 269 | MC13783_USE_TOUCHSCREEN, | 269 | MC13XXX_USE_TOUCHSCREEN, |
| 270 | }; | 270 | }; |
| 271 | 271 | ||
| 272 | static struct spi_board_info pcm038_spi_board_info[] __initdata = { | 272 | static struct spi_board_info pcm038_spi_board_info[] __initdata = { |
diff --git a/arch/arm/mach-mx3/mach-mx31_3ds.c b/arch/arm/mach-mx3/mach-mx31_3ds.c index dacafcc302e4..6c16c403c242 100644 --- a/arch/arm/mach-mx3/mach-mx31_3ds.c +++ b/arch/arm/mach-mx3/mach-mx31_3ds.c | |||
| @@ -138,7 +138,7 @@ static struct regulator_init_data gpo_init = { | |||
| 138 | } | 138 | } |
| 139 | }; | 139 | }; |
| 140 | 140 | ||
| 141 | static struct mc13783_regulator_init_data mx31_3ds_regulators[] = { | 141 | static struct mc13xxx_regulator_init_data mx31_3ds_regulators[] = { |
| 142 | { | 142 | { |
| 143 | .id = MC13783_REG_PWGT1SPI, /* Power Gate for ARM core. */ | 143 | .id = MC13783_REG_PWGT1SPI, /* Power Gate for ARM core. */ |
| 144 | .init_data = &pwgtx_init, | 144 | .init_data = &pwgtx_init, |
| @@ -156,10 +156,10 @@ static struct mc13783_regulator_init_data mx31_3ds_regulators[] = { | |||
| 156 | }; | 156 | }; |
| 157 | 157 | ||
| 158 | /* MC13783 */ | 158 | /* MC13783 */ |
| 159 | static struct mc13783_platform_data mc13783_pdata __initdata = { | 159 | static struct mc13xxx_platform_data mc13783_pdata __initdata = { |
| 160 | .regulators = mx31_3ds_regulators, | 160 | .regulators = mx31_3ds_regulators, |
| 161 | .num_regulators = ARRAY_SIZE(mx31_3ds_regulators), | 161 | .num_regulators = ARRAY_SIZE(mx31_3ds_regulators), |
| 162 | .flags = MC13783_USE_REGULATOR | MC13783_USE_TOUCHSCREEN, | 162 | .flags = MC13XXX_USE_REGULATOR | MC13XXX_USE_TOUCHSCREEN |
| 163 | }; | 163 | }; |
| 164 | 164 | ||
| 165 | /* SPI */ | 165 | /* SPI */ |
diff --git a/arch/arm/mach-mx3/mach-mx31lilly.c b/arch/arm/mach-mx3/mach-mx31lilly.c index 2c595483f356..6d0e6c9a107c 100644 --- a/arch/arm/mach-mx3/mach-mx31lilly.c +++ b/arch/arm/mach-mx3/mach-mx31lilly.c | |||
| @@ -274,8 +274,8 @@ static const struct spi_imx_master spi1_pdata __initconst = { | |||
| 274 | .num_chipselect = ARRAY_SIZE(spi_internal_chipselect), | 274 | .num_chipselect = ARRAY_SIZE(spi_internal_chipselect), |
| 275 | }; | 275 | }; |
| 276 | 276 | ||
| 277 | static struct mc13783_platform_data mc13783_pdata __initdata = { | 277 | static struct mc13xxx_platform_data mc13783_pdata __initdata = { |
| 278 | .flags = MC13783_USE_RTC | MC13783_USE_TOUCHSCREEN, | 278 | .flags = MC13XXX_USE_RTC | MC13XXX_USE_TOUCHSCREEN, |
| 279 | }; | 279 | }; |
| 280 | 280 | ||
| 281 | static struct spi_board_info mc13783_dev __initdata = { | 281 | static struct spi_board_info mc13783_dev __initdata = { |
diff --git a/arch/arm/mach-mx3/mach-mx31lite.c b/arch/arm/mach-mx3/mach-mx31lite.c index 9e64c66396e0..864aa4fce183 100644 --- a/arch/arm/mach-mx3/mach-mx31lite.c +++ b/arch/arm/mach-mx3/mach-mx31lite.c | |||
| @@ -111,9 +111,9 @@ static const struct spi_imx_master spi1_pdata __initconst = { | |||
| 111 | .num_chipselect = ARRAY_SIZE(spi_internal_chipselect), | 111 | .num_chipselect = ARRAY_SIZE(spi_internal_chipselect), |
| 112 | }; | 112 | }; |
| 113 | 113 | ||
| 114 | static struct mc13783_platform_data mc13783_pdata __initdata = { | 114 | static struct mc13xxx_platform_data mc13783_pdata __initdata = { |
| 115 | .flags = MC13783_USE_RTC | | 115 | .flags = MC13XXX_USE_RTC | |
| 116 | MC13783_USE_REGULATOR, | 116 | MC13XXX_USE_REGULATOR, |
| 117 | }; | 117 | }; |
| 118 | 118 | ||
| 119 | static struct spi_board_info mc13783_spi_dev __initdata = { | 119 | static struct spi_board_info mc13783_spi_dev __initdata = { |
diff --git a/arch/arm/mach-mx3/mach-mx31moboard.c b/arch/arm/mach-mx3/mach-mx31moboard.c index 1aa8d65fccbb..8fcf9910ed08 100644 --- a/arch/arm/mach-mx3/mach-mx31moboard.c +++ b/arch/arm/mach-mx3/mach-mx31moboard.c | |||
| @@ -214,7 +214,7 @@ static struct regulator_init_data cam_vreg_data = { | |||
| 214 | .consumer_supplies = cam_consumers, | 214 | .consumer_supplies = cam_consumers, |
| 215 | }; | 215 | }; |
| 216 | 216 | ||
| 217 | static struct mc13783_regulator_init_data moboard_regulators[] = { | 217 | static struct mc13xxx_regulator_init_data moboard_regulators[] = { |
| 218 | { | 218 | { |
| 219 | .id = MC13783_REG_VMMC1, | 219 | .id = MC13783_REG_VMMC1, |
| 220 | .init_data = &sdhc_vreg_data, | 220 | .init_data = &sdhc_vreg_data, |
| @@ -267,12 +267,12 @@ static struct mc13783_leds_platform_data moboard_leds = { | |||
| 267 | .tc2_period = MC13783_LED_PERIOD_10MS, | 267 | .tc2_period = MC13783_LED_PERIOD_10MS, |
| 268 | }; | 268 | }; |
| 269 | 269 | ||
| 270 | static struct mc13783_platform_data moboard_pmic = { | 270 | static struct mc13xxx_platform_data moboard_pmic = { |
| 271 | .regulators = moboard_regulators, | 271 | .regulators = moboard_regulators, |
| 272 | .num_regulators = ARRAY_SIZE(moboard_regulators), | 272 | .num_regulators = ARRAY_SIZE(moboard_regulators), |
| 273 | .leds = &moboard_leds, | 273 | .leds = &moboard_leds, |
| 274 | .flags = MC13783_USE_REGULATOR | MC13783_USE_RTC | | 274 | .flags = MC13XXX_USE_REGULATOR | MC13XXX_USE_RTC | |
| 275 | MC13783_USE_ADC | MC13783_USE_LED, | 275 | MC13XXX_USE_ADC | MC13XXX_USE_LED, |
| 276 | }; | 276 | }; |
| 277 | 277 | ||
| 278 | static struct spi_board_info moboard_spi_board_info[] __initdata = { | 278 | static struct spi_board_info moboard_spi_board_info[] __initdata = { |
