Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx23-olinuxino: Add i2c support

The imx23-olinuxino board has an i2c interface exposed on UEXT connector.
This patch enables i2c and selects the pin group used on UEXT connector.
Tested with MOD-LCD1x9 from Olimex.

This patch is based on work by Fadil Berisha with his permission. However
all bugs are mine.

Signed-off-by: Harald Geyer <harald@ccbib.org>
Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
Acked-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

authored by

Harald Geyer and committed by
Shawn Guo
27a14c92 71a34d82

+6
+6
arch/arm/boot/dts/imx23-olinuxino.dts
··· 73 73 status = "okay"; 74 74 }; 75 75 76 + i2c: i2c@80058000 { 77 + pinctrl-names = "default"; 78 + pinctrl-0 = <&i2c_pins_b>; 79 + status = "okay"; 80 + }; 81 + 76 82 duart: serial@80070000 { 77 83 pinctrl-names = "default"; 78 84 pinctrl-0 = <&duart_pins_a>;