mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-13 12:02:27 -04:00
arm64: dts: nitrogen8-som: correct i2c1 pad-ctrl
The slew rate and drive-strength of the i2c1 pads were much too high. Bring them down to avoid signal quality issues. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
@@ -206,8 +206,8 @@ MX8MQ_IOMUXC_GPIO1_IO11_GPIO1_IO11 0x41
|
||||
|
||||
pinctrl_i2c1: i2c1grp {
|
||||
fsl,pins = <
|
||||
MX8MQ_IOMUXC_I2C1_SCL_I2C1_SCL 0x4000007f
|
||||
MX8MQ_IOMUXC_I2C1_SDA_I2C1_SDA 0x4000007f
|
||||
MX8MQ_IOMUXC_I2C1_SCL_I2C1_SCL 0x40000022
|
||||
MX8MQ_IOMUXC_I2C1_SDA_I2C1_SDA 0x40000022
|
||||
>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user