summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrazvydas Ignotas2015-09-16 00:34:31 +0200
committerTony Lindgren2015-09-17 02:01:39 +0200
commit1dbdad75074d16c3e3005180f81a01cdc04a7872 (patch)
treef473b8c154ddefe839e337e2ba98c36279f03afe
parentARM: OMAP2+: AM43XX: Enable autoidle for clks in am43xx_init_late (diff)
downloadkernel-qcow2-linux-1dbdad75074d16c3e3005180f81a01cdc04a7872.tar.gz
kernel-qcow2-linux-1dbdad75074d16c3e3005180f81a01cdc04a7872.tar.xz
kernel-qcow2-linux-1dbdad75074d16c3e3005180f81a01cdc04a7872.zip
ARM: dts: omap5-uevm.dts: fix i2c5 pinctrl offsets
The i2c5 pinctrl offsets are wrong. If the bootloader doesn't set the pins up, communication with tca6424a doesn't work (controller timeouts) and it is not possible to enable HDMI. Fixes: 9be495c42609 ("ARM: dts: omap5-evm: Add I2c pinctrl data") Signed-off-by: Grazvydas Ignotas <notasas@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/omap5-uevm.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts
index 3cc8f357d5b8..3cb030f9d2c4 100644
--- a/arch/arm/boot/dts/omap5-uevm.dts
+++ b/arch/arm/boot/dts/omap5-uevm.dts
@@ -174,8 +174,8 @@
i2c5_pins: pinmux_i2c5_pins {
pinctrl-single,pins = <
- 0x184 (PIN_INPUT | MUX_MODE0) /* i2c5_scl */
- 0x186 (PIN_INPUT | MUX_MODE0) /* i2c5_sda */
+ 0x186 (PIN_INPUT | MUX_MODE0) /* i2c5_scl */
+ 0x188 (PIN_INPUT | MUX_MODE0) /* i2c5_sda */
>;
};