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

Commit 0a0ca89d authored by Jonathan Cameron's avatar Jonathan Cameron Committed by Eric Miao
Browse files

[ARM] pxa/imote2: add i2c board info for the wm8940 audio codec

parent a2520846
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -459,6 +459,9 @@ static struct i2c_board_info __initdata imote2_i2c_board_info[] = {
		.type = "tmp175",
		.type = "tmp175",
		.addr = 0x4A,
		.addr = 0x4A,
		.irq = IRQ_GPIO(96),
		.irq = IRQ_GPIO(96),
	}, { /* IMB400 Multimedia board */
		.type = "wm8940",
		.addr = 0x1A,
	},
	},
};
};