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

ARM: dts: imx6sx-sdb: add i2c3 node

This patch adds node i2c bus 3 to get the appropriate userland device
file. So for prototyping it's possible to experiment within userland.

Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Christoph Fritz and committed by
Shawn Guo
b0e96f83 b2e42446

+14
+14
arch/arm/boot/dts/imx6sx-sdb.dtsi
··· 184 184 status = "okay"; 185 185 }; 186 186 187 + &i2c3 { 188 + clock-frequency = <100000>; 189 + pinctrl-names = "default"; 190 + pinctrl-0 = <&pinctrl_i2c3>; 191 + status = "okay"; 192 + }; 193 + 187 194 &i2c4 { 188 195 clock-frequency = <100000>; 189 196 pinctrl-names = "default"; ··· 382 375 fsl,pins = < 383 376 MX6SX_PAD_GPIO1_IO01__I2C1_SDA 0x4001b8b1 384 377 MX6SX_PAD_GPIO1_IO00__I2C1_SCL 0x4001b8b1 378 + >; 379 + }; 380 + 381 + pinctrl_i2c3: i2c3grp { 382 + fsl,pins = < 383 + MX6SX_PAD_KEY_ROW4__I2C3_SDA 0x4001b8b1 384 + MX6SX_PAD_KEY_COL4__I2C3_SCL 0x4001b8b1 385 385 >; 386 386 }; 387 387