Message ID | 1442356471-13235-1-git-send-email-notasas@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
* Grazvydas Ignotas <notasas@gmail.com> [150915 15:38]: > 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> Thanks applying into omap-for-v4.3/fixes. Tony > --- > arch/arm/boot/dts/omap5-uevm.dts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts > index 3cc8f35..3cb030f 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 */ > >; > }; > > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts index 3cc8f35..3cb030f 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 */ >; };
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> --- arch/arm/boot/dts/omap5-uevm.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)