diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-mx27_3ds.c')
| -rw-r--r-- | arch/arm/mach-imx/mach-mx27_3ds.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/mach-mx27_3ds.c b/arch/arm/mach-imx/mach-mx27_3ds.c index 6fa6934ab15..bcf480b8a9f 100644 --- a/arch/arm/mach-imx/mach-mx27_3ds.c +++ b/arch/arm/mach-imx/mach-mx27_3ds.c @@ -359,7 +359,7 @@ static struct spi_board_info mx27_3ds_spi_devs[] __initdata = {  		.bus_num	= 1,  		.chip_select	= 0, /* SS0 */  		.platform_data	= &mc13783_pdata, -		.irq = gpio_to_irq(PMIC_INT), +		.irq = IMX_GPIO_TO_IRQ(PMIC_INT),  		.mode = SPI_CS_HIGH,  	}, {  		.modalias	= "l4f00242t03", @@ -421,7 +421,7 @@ static struct sys_timer mx27pdk_timer = {  MACHINE_START(MX27_3DS, "Freescale MX27PDK")  	/* maintainer: Freescale Semiconductor, Inc. */ -	.boot_params = MX27_PHYS_OFFSET + 0x100, +	.atag_offset = 0x100,  	.map_io = mx27_map_io,  	.init_early = imx27_init_early,  	.init_irq = mx27_init_irq,  |