mbox series

[v1,0/2] arm64: dts: freescale: imx8m{m|p}: don't limit i2c2 max. clock

Message ID 20240527160359.1965512-1-max.oss.09@gmail.com (mailing list archive)
Headers show
Series arm64: dts: freescale: imx8m{m|p}: don't limit i2c2 max. clock | expand

Message

Max Krummenacher May 27, 2024, 4:03 p.m. UTC
From: Max Krummenacher <max.krummenacher@toradex.com>


This sets the I2C clock frequency to something people expect it to
be by default.

For I2C DDC we do want to lower the I2C clock to have more reliable
communication. However that should be done where the I2C bus is
assigned to a HDMI DDC, not as the default.


Max Krummenacher (2):
  arm64: dts: freescale: imx8mm-verdin: don't limit i2c2 max. clock
  arm64: dts: freescale: imx8mp-verdin: don't limit i2c2 max. clock

 arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi | 2 +-
 arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

Comments

Shawn Guo June 16, 2024, 2:32 a.m. UTC | #1
On Mon, May 27, 2024 at 06:03:44PM +0200, max.oss.09@gmail.com wrote:
> From: Max Krummenacher <max.krummenacher@toradex.com>
> 
> 
> This sets the I2C clock frequency to something people expect it to
> be by default.
> 
> For I2C DDC we do want to lower the I2C clock to have more reliable
> communication. However that should be done where the I2C bus is
> assigned to a HDMI DDC, not as the default.
> 
> 
> Max Krummenacher (2):
>   arm64: dts: freescale: imx8mm-verdin: don't limit i2c2 max. clock
>   arm64: dts: freescale: imx8mp-verdin: don't limit i2c2 max. clock

Applied both, thanks!