Commit bbde8f24 authored by Florian Vaussard's avatar Florian Vaussard Committed by Tony Lindgren

ARM: dts: omap3-tobi: Add missing pinctrl

Add missing pinctrl entries:
- i2c3
Signed-off-by: default avatarFlorian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent af3c0380
......@@ -33,6 +33,15 @@ vdd33a: regulator-vdd33a {
};
};
&omap3_pmx_core {
i2c3_pins: pinmux_i2c3_pins {
pinctrl-single,pins = <
OMAP3_CORE1_IOPAD(0x21c2, PIN_INPUT | MUX_MODE0) /* i2c3_scl.i2c3_scl */
OMAP3_CORE1_IOPAD(0x21c4, PIN_INPUT | MUX_MODE0) /* i2c3_sda.i2c3_sda */
>;
};
};
&gpmc {
ranges = <5 0 0x2c000000 0x1000000>; /* CS5 */
......@@ -70,6 +79,8 @@ ethernet@5,0 {
};
&i2c3 {
pinctrl-names = "default";
pinctrl-0 = <&i2c3_pins>;
clock-frequency = <100000>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment