Skip to content

Commit e266c15

Browse files
MrVanShawn Guo
authored andcommitted
arm64: dts: imx8mp-phyboard-pollux-rdk: correct uart pad settings
BIT3 and BIT0 are reserved bits, should not touch. Fixes: 846f752 ("arm64: dts: imx8mp-phyboard-pollux-rdk: Change debug UART") 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 843af59 commit e266c15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts

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

157157
pinctrl_uart1: uart1grp {
158158
fsl,pins = <
159-
MX8MP_IOMUXC_UART1_RXD__UART1_DCE_RX 0x49
160-
MX8MP_IOMUXC_UART1_TXD__UART1_DCE_TX 0x49
159+
MX8MP_IOMUXC_UART1_RXD__UART1_DCE_RX 0x40
160+
MX8MP_IOMUXC_UART1_TXD__UART1_DCE_TX 0x40
161161
>;
162162
};
163163

0 commit comments

Comments
 (0)