Commit 95b7d4a8 authored by Daniel Mack's avatar Daniel Mack Committed by Sascha Hauer

ARM: MX3: remove I2C defintions from mx31lilly.c

The module does not use these pins for I2C but for SPI.
Signed-off-by: default avatarDaniel Mack <daniel@caiaq.de>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent b419148e
...@@ -108,7 +108,6 @@ static struct platform_device physmap_flash_device = { ...@@ -108,7 +108,6 @@ static struct platform_device physmap_flash_device = {
static struct platform_device *devices[] __initdata = { static struct platform_device *devices[] __initdata = {
&smsc91x_device, &smsc91x_device,
&physmap_flash_device, &physmap_flash_device,
&mxc_i2c_device1,
}; };
static int mx31lilly_baseboard; static int mx31lilly_baseboard;
...@@ -128,8 +127,6 @@ static void __init mx31lilly_board_init(void) ...@@ -128,8 +127,6 @@ static void __init mx31lilly_board_init(void)
} }
mxc_iomux_alloc_pin(MX31_PIN_CS4__CS4, "Ethernet CS"); mxc_iomux_alloc_pin(MX31_PIN_CS4__CS4, "Ethernet CS");
mxc_iomux_alloc_pin(MX31_PIN_CSPI2_MOSI__SCL, "I2C SCL");
mxc_iomux_alloc_pin(MX31_PIN_CSPI2_MISO__SDA, "I2C SDA");
platform_add_devices(devices, ARRAY_SIZE(devices)); platform_add_devices(devices, ARRAY_SIZE(devices));
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment