summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8x-mek-rpmsg.dtsi
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2020-03-25 21:24:51 +0800
committerPeng Fan <peng.fan@nxp.com>2020-04-09 10:35:42 +0800
commit8bd8bf4ea99cb2201e4cac078b44f67e052ee59a (patch)
treebe9ec4748389fcb4827eee187fc153ac83b4a528 /arch/arm64/boot/dts/freescale/imx8x-mek-rpmsg.dtsi
parent00f33502b6a4902f80eb3af465dcea7d8667b507 (diff)
MLK-23754-26 arm64: dts: imx8x-mek: add cm4 node
Add cm4 node for remoteproc usage. Currently added ipc-only for partitioned M4 usage, late this property will be dropped and check partitioned M4 in driver. 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/imx8x-mek-rpmsg.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8x-mek-rpmsg.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8x-mek-rpmsg.dtsi b/arch/arm64/boot/dts/freescale/imx8x-mek-rpmsg.dtsi
index bbb1d3814b05..47243b55d06b 100644
--- a/arch/arm64/boot/dts/freescale/imx8x-mek-rpmsg.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8x-mek-rpmsg.dtsi
@@ -223,3 +223,8 @@
&uart3_lpcg {
status = "disabled";
};
+
+&imx8x_cm4 {
+ /* Assume you have partitioned M4, so M4 is ont controled by Linux */
+ /delete-property/ power-domains;
+};