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

max.oss.09@gmail.com posted 2 patches 1 year, 8 months ago
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(-)
[PATCH v1 0/2] arm64: dts: freescale: imx8m{m|p}: don't limit i2c2 max. clock
Posted by max.oss.09@gmail.com 1 year, 8 months ago
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(-)

-- 
2.42.0
Re: [PATCH v1 0/2] arm64: dts: freescale: imx8m{m|p}: don't limit i2c2 max. clock
Posted by Shawn Guo 1 year, 7 months ago
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!