aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@ti.com>2014-09-03 07:17:31 -0400
committerTony Lindgren <tony@atomide.com>2014-09-03 17:32:00 -0400
commit544d63d0f34e13fc7e7ca909800526809b194eb9 (patch)
tree70236c8e55e2dc6ae78782c50dae46339fe86fb8 /arch
parent69e273c0b0a3c337a521d083374c918dc52c666f (diff)
ARM: dts: dra7-evm: Fix i2c3 pinmux and frequency
The I2C3 pins are taken from pads E21 (GPIO6_14) and F20 (GPIO6_15). Use the right pinmux register and mode. Also set the I2C3 bus frequency to a safer 400KHz than 3.4Mhz. CC: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/dra7-evm.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index 50f8022905a1..42f5bc9941c7 100644
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -43,8 +43,8 @@
43 43
44 i2c3_pins: pinmux_i2c3_pins { 44 i2c3_pins: pinmux_i2c3_pins {
45 pinctrl-single,pins = < 45 pinctrl-single,pins = <
46 0x410 (PIN_INPUT | MUX_MODE0) /* i2c3_sda */ 46 0x288 (PIN_INPUT | MUX_MODE9) /* gpio6_14.i2c3_sda */
47 0x414 (PIN_INPUT | MUX_MODE0) /* i2c3_scl */ 47 0x28c (PIN_INPUT | MUX_MODE9) /* gpio6_15.i2c3_scl */
48 >; 48 >;
49 }; 49 };
50 50
@@ -284,7 +284,7 @@
284 status = "okay"; 284 status = "okay";
285 pinctrl-names = "default"; 285 pinctrl-names = "default";
286 pinctrl-0 = <&i2c3_pins>; 286 pinctrl-0 = <&i2c3_pins>;
287 clock-frequency = <3400000>; 287 clock-frequency = <400000>;
288}; 288};
289 289
290&mcspi1 { 290&mcspi1 {