diff options
author | Florian Vaussard <florian.vaussard@epfl.ch> | 2014-03-07 14:22:12 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-03-12 13:17:25 -0400 |
commit | bbde8f24366ba0a5a144321c684dd4671bfa253f (patch) | |
tree | 3d4f5d01d16b1bf48f7f3898d63d5e9e6af03719 | |
parent | af3c0380ebb1de0cd688a9e02d75da3cc79e43f6 (diff) |
ARM: dts: omap3-tobi: Add missing pinctrl
Add missing pinctrl entries:
- i2c3
Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/omap3-overo-tobi-common.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-overo-tobi-common.dtsi b/arch/arm/boot/dts/omap3-overo-tobi-common.dtsi index 9b4a6d25a9ea..7375cda0f5c9 100644 --- a/arch/arm/boot/dts/omap3-overo-tobi-common.dtsi +++ b/arch/arm/boot/dts/omap3-overo-tobi-common.dtsi | |||
@@ -33,6 +33,15 @@ | |||
33 | }; | 33 | }; |
34 | }; | 34 | }; |
35 | 35 | ||
36 | &omap3_pmx_core { | ||
37 | i2c3_pins: pinmux_i2c3_pins { | ||
38 | pinctrl-single,pins = < | ||
39 | OMAP3_CORE1_IOPAD(0x21c2, PIN_INPUT | MUX_MODE0) /* i2c3_scl.i2c3_scl */ | ||
40 | OMAP3_CORE1_IOPAD(0x21c4, PIN_INPUT | MUX_MODE0) /* i2c3_sda.i2c3_sda */ | ||
41 | >; | ||
42 | }; | ||
43 | }; | ||
44 | |||
36 | &gpmc { | 45 | &gpmc { |
37 | ranges = <5 0 0x2c000000 0x1000000>; /* CS5 */ | 46 | ranges = <5 0 0x2c000000 0x1000000>; /* CS5 */ |
38 | 47 | ||
@@ -70,6 +79,8 @@ | |||
70 | }; | 79 | }; |
71 | 80 | ||
72 | &i2c3 { | 81 | &i2c3 { |
82 | pinctrl-names = "default"; | ||
83 | pinctrl-0 = <&i2c3_pins>; | ||
73 | clock-frequency = <100000>; | 84 | clock-frequency = <100000>; |
74 | }; | 85 | }; |
75 | 86 | ||