Hello:
I have a question.
pinctrl_i2c1: i2c1grp {
fsl,pins = <
MX8MP_IOMUXC_I2C1_SCL__I2C1_SCL 0x400001c3
MX8MP_IOMUXC_I2C1_SDA__I2C1_SDA 0x400001c3
>;
};
I see that the i2c1_scl config value is 0x400001c3.
as we know that the I2Cn_SCL and I2Cn_SDA signals must
have open-drain or open-collector outputs.
I see that the config value is 0x400001c3, the ODE bit is disabled. shouldn't this bit is enable?

Thanks