Commit d2d5a7cac655dc6acc6eadf3f35e56c7e968fd38

Authored by Grazvydas Ignotas
Committed by Tero Kristo
1 parent 69fe6d59b9

ARM: dts: omap5-uevm.dts: fix i2c5 pinctrl offsets

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>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

arch/arm/boot/dts/omap5-uevm.dts
... ... @@ -174,8 +174,8 @@
174 174  
175 175 i2c5_pins: pinmux_i2c5_pins {
176 176 pinctrl-single,pins = <
177   - 0x184 (PIN_INPUT | MUX_MODE0) /* i2c5_scl */
178   - 0x186 (PIN_INPUT | MUX_MODE0) /* i2c5_sda */
  177 + 0x186 (PIN_INPUT | MUX_MODE0) /* i2c5_scl */
  178 + 0x188 (PIN_INPUT | MUX_MODE0) /* i2c5_sda */
179 179 >;
180 180 };
181 181