Patch "arm64: dts: imx8mp-evk: correct the uart2 pinctl value" 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 the uart2 pinctl value

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-the-uart2-pinctl-value.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 72696637dc6a855522aee91fbd516dd9c15f132d
Author: Sherry Sun <sherry.sun@xxxxxxx>
Date:   Wed Jun 22 14:13:58 2022 +0800

    arm64: dts: imx8mp-evk: correct the uart2 pinctl value
    
    [ Upstream commit 2d4fb72b681205eed4553d8802632bd3270be3ba ]
    
    According to the IOMUXC_SW_PAD_CTL_PAD_UART2_RXD/TXD register define in
    imx8mp RM, bit0 and bit3 are reserved, and the uart2 rx/tx pin should
    enable the pull up, so need to set bit8 to 1. The original pinctl value
    0x49 is incorrect and needs to be changed to 0x140, same as uart1 and
    uart3.
    
    Fixes: 9e847693c6f3 ("arm64: dts: freescale: Add i.MX8MP EVK board support")
    Reviewed-by: Haibo Chen <haibo.chen@xxxxxxx>
    Signed-off-by: Sherry Sun <sherry.sun@xxxxxxx>
    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 f31cf778890d..4ba31fc5d0a5 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
@@ -506,8 +506,8 @@ MX8MP_IOMUXC_SD2_RESET_B__GPIO2_IO19	0x40
 
 	pinctrl_uart2: uart2grp {
 		fsl,pins = <
-			MX8MP_IOMUXC_UART2_RXD__UART2_DCE_RX	0x49
-			MX8MP_IOMUXC_UART2_TXD__UART2_DCE_TX	0x49
+			MX8MP_IOMUXC_UART2_RXD__UART2_DCE_RX	0x140
+			MX8MP_IOMUXC_UART2_TXD__UART2_DCE_TX	0x140
 		>;
 	};
 



[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