diff options
author | Daniel Mack <daniel@caiaq.de> | 2009-10-26 06:55:55 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-11-14 04:29:11 -0500 |
commit | 95b7d4a8ca61da8f7280e10cc4e06823f988c4c8 (patch) | |
tree | bcbd68809bf647b18ea5493b46416183b6ec678e /arch/arm/mach-mx3 | |
parent | b419148e567728f6af0c3b01965c1cc141e3e13a (diff) |
ARM: MX3: remove I2C defintions from mx31lilly.c
The module does not use these pins for I2C but for SPI.
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3')
-rw-r--r-- | arch/arm/mach-mx3/mx31lilly.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-mx3/mx31lilly.c b/arch/arm/mach-mx3/mx31lilly.c index 423025150f6f..de5cf01f1734 100644 --- a/arch/arm/mach-mx3/mx31lilly.c +++ b/arch/arm/mach-mx3/mx31lilly.c | |||
@@ -108,7 +108,6 @@ static struct platform_device physmap_flash_device = { | |||
108 | static struct platform_device *devices[] __initdata = { | 108 | static struct platform_device *devices[] __initdata = { |
109 | &smsc91x_device, | 109 | &smsc91x_device, |
110 | &physmap_flash_device, | 110 | &physmap_flash_device, |
111 | &mxc_i2c_device1, | ||
112 | }; | 111 | }; |
113 | 112 | ||
114 | static int mx31lilly_baseboard; | 113 | static int mx31lilly_baseboard; |
@@ -128,8 +127,6 @@ static void __init mx31lilly_board_init(void) | |||
128 | } | 127 | } |
129 | 128 | ||
130 | mxc_iomux_alloc_pin(MX31_PIN_CS4__CS4, "Ethernet CS"); | 129 | mxc_iomux_alloc_pin(MX31_PIN_CS4__CS4, "Ethernet CS"); |
131 | mxc_iomux_alloc_pin(MX31_PIN_CSPI2_MOSI__SCL, "I2C SCL"); | ||
132 | mxc_iomux_alloc_pin(MX31_PIN_CSPI2_MISO__SDA, "I2C SDA"); | ||
133 | 130 | ||
134 | platform_add_devices(devices, ARRAY_SIZE(devices)); | 131 | platform_add_devices(devices, ARRAY_SIZE(devices)); |
135 | } | 132 | } |