]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
arm64: dts: imx8mp-evk: correct the uart2 pinctl value
authorSherry Sun <sherry.sun@nxp.com>
Wed, 22 Jun 2022 06:13:58 +0000 (14:13 +0800)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 16 Sep 2022 08:52:24 +0000 (10:52 +0200)
commit77470f5a59dfffd9dd10a4d0970c5558191be2ff
tree1e814627e47cdf5958b88c0bde20ed4afae81858
parent152070172852662263a3d3bb9d18adaafabfc39f
arm64: dts: imx8mp-evk: correct the uart2 pinctl value

BugLink: https://bugs.launchpad.net/bugs/1987451
[ 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@nxp.com>
Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
arch/arm64/boot/dts/freescale/imx8mp-evk.dts