summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8dxl-evk-rpmsg.dts
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2020-04-02 13:36:03 +0800
committerPeng Fan <peng.fan@nxp.com>2020-04-09 10:35:43 +0800
commitc2be5262f0b2a2ee271c5b8dea1c0cc8afa1c74b (patch)
tree8dafe2c47a7dca91a831c4f25d945365b5214807 /arch/arm64/boot/dts/freescale/imx8dxl-evk-rpmsg.dts
parenta642d40a06abe99ef8562ad26344f70464ce4687 (diff)
MLK-23754-36 arm64: dts: imx8dxl: add cm4 node
Add cm4 node for remoteproc usage. Reviewed-by: Richard Zhu <hongxing.zhu@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8dxl-evk-rpmsg.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8dxl-evk-rpmsg.dts8
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8dxl-evk-rpmsg.dts b/arch/arm64/boot/dts/freescale/imx8dxl-evk-rpmsg.dts
index fca2ff2c2b6c..914cdd302476 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxl-evk-rpmsg.dts
+++ b/arch/arm64/boot/dts/freescale/imx8dxl-evk-rpmsg.dts
@@ -13,7 +13,13 @@
*/
vdev-nums = <2>;
reg = <0x0 0x90000000 0x0 0x20000>;
- memory-region = <&rpmsg_dma_reserved>;
+ memory-region = <&vdevbuffer>;
+ status = "disabled";
+};
+
+&imx8dxl_cm4 {
+ /* Assume you have partitioned M4, so M4 is ont controled by Linux */
+ /delete-property/ power-domains;
status = "okay";
};