MLK-16709 dts: imx8qm: Disable the UART2 on MEK base board
authorYe Li <ye.li@nxp.com>
Fri, 27 Oct 2017 06:57:44 +0000 (01:57 -0500)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:39:01 +0000 (15:39 -0500)
CM4_1 core will use the UART2 on QM MEK base board as its console. Since this port currently
is a backup debug port on A core side, not really used. We disable it in dts to yield the port
for CM4_1.

Signed-off-by: Ye Li <ye.li@nxp.com>
Acked-by: Fugang Duan <fugang.duan@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8qm-mek.dts

index 3a979c3..419a68a 100644 (file)
 &lpuart2 { /* Dbg console */
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_lpuart2>;
-       status = "okay";
+       status = "disabled";
 };
 
 &lpuart3 { /* MKbus */