Patch "arm64: dts: imx8mp-evk: correct I2C5 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 I2C5 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-i2c5-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 c591443ce4ea3cdcbc475d395b87386b95c71504
Author: Peng Fan <peng.fan@xxxxxxx>
Date:   Wed Jun 22 14:14:03 2022 +0800

    arm64: dts: imx8mp-evk: correct I2C5 pad settings
    
    [ Upstream commit 8c214b78e149dc7209e38a031292fe21d7017561 ]
    
    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: 8134822db08d ("arm64: dts: imx8mp-evk: add support for I2C5")
    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 454856bd4f56..938757b26add 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
@@ -481,8 +481,8 @@ MX8MP_IOMUXC_I2C3_SDA__I2C3_SDA		0x400001c3
 
 	pinctrl_i2c5: i2c5grp {
 		fsl,pins = <
-			MX8MP_IOMUXC_SPDIF_RX__I2C5_SDA         0x400001c3
-			MX8MP_IOMUXC_SPDIF_TX__I2C5_SCL         0x400001c3
+			MX8MP_IOMUXC_SPDIF_RX__I2C5_SDA         0x400001c2
+			MX8MP_IOMUXC_SPDIF_TX__I2C5_SCL         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