Commit 0c84549a authored by Lucas Stach's avatar Lucas Stach Committed by Shawn Guo

arm64: dts: mnt-reform2: correct i2c3 pad-ctrl

The slew rate and drive-strength of the i2c3 pads were much too
high. Bring them down to avoid signal quality issues.
Signed-off-by: default avatarLucas Stach <dev@lynxeye.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent eb893e34
......@@ -298,8 +298,8 @@ MX8MQ_IOMUXC_SAI5_RXC_GPIO3_IO20 0x1
pinctrl_i2c3: i2c3grp {
fsl,pins = <
MX8MQ_IOMUXC_I2C3_SCL_I2C3_SCL 0x4000007f
MX8MQ_IOMUXC_I2C3_SDA_I2C3_SDA 0x4000007f
MX8MQ_IOMUXC_I2C3_SCL_I2C3_SCL 0x40000022
MX8MQ_IOMUXC_I2C3_SDA_I2C3_SDA 0x40000022
>;
};
......
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