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

Commit 4193d2d2 authored by Daniel Mack's avatar Daniel Mack Committed by Sascha Hauer
Browse files

ARM: MX3: add I2C support for lilly-1131

parent 38160e0b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -108,6 +108,7 @@ static struct platform_device physmap_flash_device = {
static struct platform_device *devices[] __initdata = {
	&smsc91x_device,
	&physmap_flash_device,
	&mxc_i2c_device1,
};

static int mx31lilly_baseboard;
@@ -127,6 +128,8 @@ static void __init mx31lilly_board_init(void)
	}

	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));
}