Commit 708ed264 authored by Marco Felsch's avatar Marco Felsch Committed by Shawn Guo

ARM: dts: imx6qdl-kontron-samx6i: increase i2c-frequency

Set it to max. allowed 375kHz for faster transfers. The limit is given
by the erratum [1].

[1] https://www.nxp.com/docs/en/errata/IMX6DQCE.pdfSigned-off-by: default avatarMarco Felsch <m.felsch@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 1e1a5afd
...@@ -390,21 +390,21 @@ vgen6 { ...@@ -390,21 +390,21 @@ vgen6 {
/* I2C_GP */ /* I2C_GP */
&i2c1 { &i2c1 {
clock-frequency = <100000>; clock-frequency = <375000>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c1>; pinctrl-0 = <&pinctrl_i2c1>;
}; };
/* HDMI_CTRL */ /* HDMI_CTRL */
&i2c2 { &i2c2 {
clock-frequency = <100000>; clock-frequency = <375000>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c2>; pinctrl-0 = <&pinctrl_i2c2>;
}; };
/* I2C_PM */ /* I2C_PM */
&i2c3 { &i2c3 {
clock-frequency = <100000>; clock-frequency = <375000>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c3>; pinctrl-0 = <&pinctrl_i2c3>;
status = "okay"; status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment