arm64: dts: freescale: imx8mp-verdin: don't limit i2c2 max. clock
authorMax Krummenacher <max.krummenacher@toradex.com>
Mon, 27 May 2024 16:03:46 +0000 (18:03 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 16 Jun 2024 02:32:04 +0000 (10:32 +0800)
Verdin I2C2 may be used to access other I2C devices apart from serving
as an HDMI DDC channel.
Thus do not limit the used I2C clock frequency to 10kHz in the module
specific device tree part.
If an overlay configures i2c2 as DDC the overlay is also responsible
to cope with an appropriate I2C clock.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi

index aef4bef4bccddb68af23f626065d2940253564ae..3c6b47edd4c1ad49d06d5db173f383aedfad97da 100644 (file)
 
 /* Verdin I2C_2_DSI */
 &i2c2 {
-       /* Lower frequency to avoid DDC/EDID issues with certain displays/screens. */
-       clock-frequency = <10000>;
+       clock-frequency = <400000>;
        pinctrl-names = "default", "gpio";
        pinctrl-0 = <&pinctrl_i2c2>;
        pinctrl-1 = <&pinctrl_i2c2_gpio>;