Patch "arm64: dts: imx8mp-evk: correct I2C1 pad settings" has been added to the 5.18-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    arm64: dts: imx8mp-evk: correct I2C1 pad settings

to the 5.18-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm64-dts-imx8mp-evk-correct-i2c1-pad-settings.patch
and it can be found in the queue-5.18 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit a3b85e939423e9ffb180127840e88cca261bfcb3
Author: Peng Fan <peng.fan@xxxxxxx>
Date:   Wed Jun 22 14:14:04 2022 +0800

    arm64: dts: imx8mp-evk: correct I2C1 pad settings
    
    [ Upstream commit 05a7f43478e890513d571f36660bfedc1482a588 ]
    
    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: 5497bc2a2bff ("arm64: dts: imx8mp-evk: Add PMIC device")
    Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
    Reviewed-by: Rasmus Villemoes <rasmus.villemoes@xxxxxxxxx>
    Signed-off-by: Shawn Guo <shawnguo@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm64/boot/dts/freescale/imx8mp-evk.dts b/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
index 938757b26add..b4499d9953ed 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
@@ -467,8 +467,8 @@ MX8MP_IOMUXC_NAND_READY_B__GPIO3_IO16	0x140
 
 	pinctrl_i2c1: i2c1grp {
 		fsl,pins = <
-			MX8MP_IOMUXC_I2C1_SCL__I2C1_SCL		0x400001c3
-			MX8MP_IOMUXC_I2C1_SDA__I2C1_SDA		0x400001c3
+			MX8MP_IOMUXC_I2C1_SCL__I2C1_SCL		0x400001c2
+			MX8MP_IOMUXC_I2C1_SDA__I2C1_SDA		0x400001c2
 		>;
 	};
 



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux