From a53f56f35e676333e1b1c29d63bccf900ff15d51 Mon Sep 17 00:00:00 2001 From: Shenwei Wang <shenwei.wang@nxp.com> Date: Tue, 26 Apr 2022 11:32:26 -0500 Subject: [PATCH] LF-5811-2 : arm64: dts: imx8dxl-evk: enable imx8dxl_cm4 device node Enable imx8dxl_cm4 and disable cm40_lpuart device nodes by default so that the standard imx8dxl-evk.dtb can be used to test the rpmsg CM4 remoteproc. Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com> --- arch/arm64/boot/dts/freescale/imx8dxl-evk.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts b/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts index a322f97b076a6..a14e697c0b90a 100644 --- a/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts +++ b/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts @@ -348,7 +348,7 @@ mt35xu512aba0: flash@0 { &imx8dxl_cm4 { memory-region = <&vdevbuffer>, <&vdev0vring0>, <&vdev0vring1>, <&vdev1vring0>, <&vdev1vring1>, <&rsc_table>; - status = "disabled"; + status = "okay"; }; &lpspi3 { @@ -550,7 +550,7 @@ i2c@4 { }; &cm40_intmux { - status = "okay"; + status = "disabled"; }; &lpuart0 { @@ -569,7 +569,7 @@ &lpuart1 { &cm40_lpuart { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_cm40_lpuart>; - status = "okay"; + status = "disabled"; }; &flexcan2 { -- GitLab