]> git.hungrycats.org Git - linux/commitdiff
ARM: dts: omap5-uevm.dts: fix i2c5 pinctrl offsets
authorGrazvydas Ignotas <notasas@gmail.com>
Tue, 15 Sep 2015 22:34:31 +0000 (01:34 +0300)
committerJiri Slaby <jslaby@suse.cz>
Tue, 27 Oct 2015 09:18:24 +0000 (10:18 +0100)
commit 1dbdad75074d16c3e3005180f81a01cdc04a7872 upstream.

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>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
arch/arm/boot/dts/omap5-uevm.dts

index 65d7b601651c390f78272602c79d6fb3b172ce4f..542e21da24255381254a8575025a5df6c959cc21 100644 (file)
 
        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 */
                >;
        };