Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8aece6ab authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Samuel Ortiz
Browse files

ARM: imx: use mc13xxx constants instead of mc13783



The latter constants are going to be removed in favour of the former

Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 8dd93eee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -293,8 +293,8 @@ static struct mc13xxx_platform_data mc13783_pdata = {
		.num_regulators = ARRAY_SIZE(mx27_3ds_regulators),

	},
	.flags  = MC13783_USE_REGULATOR | MC13783_USE_TOUCHSCREEN |
	MC13783_USE_RTC,
	.flags  = MC13XXX_USE_REGULATOR | MC13XXX_USE_TOUCHSCREEN |
		MC13XXX_USE_RTC,
};

/* SPI */
+1 −1
Original line number Diff line number Diff line
@@ -494,7 +494,7 @@ static struct mc13xxx_platform_data mc13783_pdata = {
		.regulators = mx31_3ds_regulators,
		.num_regulators = ARRAY_SIZE(mx31_3ds_regulators),
	},
	.flags  = MC13783_USE_REGULATOR | MC13783_USE_TOUCHSCREEN,
	.flags  = MC13XXX_USE_REGULATOR | MC13XXX_USE_TOUCHSCREEN,
};

/* SPI */
+2 −2
Original line number Diff line number Diff line
@@ -266,8 +266,8 @@ static struct mc13xxx_platform_data pcm038_pmic = {
		.regulators = pcm038_regulators,
		.num_regulators = ARRAY_SIZE(pcm038_regulators),
	},
	.flags = MC13783_USE_ADC | MC13783_USE_REGULATOR |
		 MC13783_USE_TOUCHSCREEN,
	.flags = MC13XXX_USE_ADC | MC13XXX_USE_REGULATOR |
		 MC13XXX_USE_TOUCHSCREEN,
};

static struct spi_board_info pcm038_spi_board_info[] __initdata = {