Skip to content

Commit 0836de5

Browse files
MrVanShawn Guo
authored andcommitted
arm64: dts: imx8mp-evk: correct I2C3 pad settings
According to RM bit layout, BIT3 and BIT0 are reserved. 8 7 6 5 4 3 2 1 0 PE HYS PUE ODE FSEL X DSE X Although function is not broken, we should not set reserved bit. Fixes: 5e4a67f ("arm64: dts: imx8mp-evk: Add i2c3 support") Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 05a7f43 commit 0836de5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/freescale/imx8mp-evk.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,8 @@
474474

475475
pinctrl_i2c3: i2c3grp {
476476
fsl,pins = <
477-
MX8MP_IOMUXC_I2C3_SCL__I2C3_SCL 0x400001c3
478-
MX8MP_IOMUXC_I2C3_SDA__I2C3_SDA 0x400001c3
477+
MX8MP_IOMUXC_I2C3_SCL__I2C3_SCL 0x400001c2
478+
MX8MP_IOMUXC_I2C3_SDA__I2C3_SDA 0x400001c2
479479
>;
480480
};
481481

0 commit comments

Comments
 (0)